Lines Matching refs:OSReport
148 OSReport("Opening gxTests/tg-cube.tpl\n"); in DrawInit()
178 OSReport("Opening gxTests/tg-cube1.tpl\n"); in DrawInit()
292 case 0: OSReport("left/right face\n"); break; in AnimTick()
293 case 1: OSReport("right/front face\n"); break; in AnimTick()
294 case 2: OSReport("back/left face\n"); break; in AnimTick()
295 case 3: OSReport("bottom/top face\n"); break; in AnimTick()
296 case 4: OSReport("top/bottom face\n"); break; in AnimTick()
303 OSReport("all faces\n"); in AnimTick()
308 OSReport("Texture %d\n", CurrentTexture); in AnimTick()
318 case 0: OSReport("Final result\n"); break; in AnimTick()
319 case 1: OSReport("Unclipped texture\n"); break; in AnimTick()
320 case 2: OSReport("texture alpha\n"); break; in AnimTick()
321 case 3: OSReport("Q-clipping (raster) alpha\n"); break; in AnimTick()
322 case 4: OSReport("raster*texture alpha\n"); break; in AnimTick()
338 OSReport("\n\n"); in PrintIntro()
339 OSReport("*************************************************************\n"); in PrintIntro()
340 OSReport("tg-parabolicmap: create a dual-paraboloid map from a cube map\n"); in PrintIntro()
341 OSReport("*************************************************************\n"); in PrintIntro()
342 OSReport("to quit hit the menu button\n"); in PrintIntro()
343 OSReport("\n"); in PrintIntro()
344 OSReport("A button : display all cube faces in the paraboloid map\n"); in PrintIntro()
345 OSReport("B button : display individual cube faces\n"); in PrintIntro()
346 OSReport("X button : select the cube map texture\n"); in PrintIntro()
347 OSReport("Y button : select alpha/color channel to display\n"); in PrintIntro()
348 OSReport("******************************************************\n"); in PrintIntro()
349 OSReport("\n\n"); in PrintIntro()