Lines Matching refs:OSReport
141 OSReport("tex %08x\n", tex_buffer); in DrawInit()
155 OSReport("Opening gxTests/tg-cube.tpl\n"); in DrawInit()
185 OSReport("Opening gxTests/tg-cube1.tpl\n"); in DrawInit()
333 case 0: OSReport("right face\n"); break; in AnimTick()
334 case 1: OSReport("front face\n"); break; in AnimTick()
335 case 2: OSReport("left face\n"); break; in AnimTick()
336 case 3: OSReport("back face\n"); break; in AnimTick()
337 case 4: OSReport("top face\n"); break; in AnimTick()
338 case 5: OSReport("bottom face\n"); break; in AnimTick()
339 case 6: OSReport("all faces\n"); break; in AnimTick()
348 OSReport("all faces\n"); in AnimTick()
354 OSReport("Texture %d\n", CurrentTexture); in AnimTick()
365 case 0: OSReport("Final result\n"); break; in AnimTick()
366 case 1: OSReport("Unclipped texture\n"); break; in AnimTick()
367 case 2: OSReport("texture alpha\n"); break; in AnimTick()
368 case 3: OSReport("Q-clipping (raster) alpha\n"); break; in AnimTick()
369 case 4: OSReport("raster*texture alpha\n"); break; in AnimTick()
426 OSReport("\n\n"); in PrintIntro()
427 OSReport("******************************************************\n"); in PrintIntro()
428 OSReport("tg-spheremap: create a sphere map from a cube map\n"); in PrintIntro()
429 OSReport("******************************************************\n"); in PrintIntro()
430 OSReport("to quit hit the start button\n"); in PrintIntro()
431 OSReport("\n"); in PrintIntro()
432 OSReport("Main Stick : rotate the torus\n"); in PrintIntro()
433 OSReport("A button : select the environment cube map texture\n"); in PrintIntro()
434 OSReport("B button : display individual cube faces\n"); in PrintIntro()
435 OSReport("Y button : display all cube faces in the sphere map\n"); in PrintIntro()
436 OSReport("Z button : select alpha/color channel to display\n"); in PrintIntro()
437 OSReport("******************************************************\n"); in PrintIntro()
438 OSReport("\n\n"); in PrintIntro()