Lines Matching refs:OSReport

351                 OSReport("\n\nPosition Control\n\n");  in AnimTick()
354 OSReport("\n\nColor Control\n\n"); in AnimTick()
357 OSReport("\n\nNormal Control\n\n"); in AnimTick()
360 OSReport("\n\nTextureCoord Control\n\n"); in AnimTick()
363 OSReport("\n\nPosition Shift Control\n\n"); in AnimTick()
366 OSReport("\n\nTextureCoord Shift Control\n\n"); in AnimTick()
381 OSReport("Position on - 16 bit indexed floating point data\n"); in AnimTick()
384 OSReport("Position on - 16 bit indexed 16 bit data\n"); in AnimTick()
387 OSReport("Position on - 16 bit indexed 8 bit data\n"); in AnimTick()
390 OSReport("Position on - 8 bit indexed floating point data\n"); in AnimTick()
393 OSReport("Position on - 8 bit indexed 16 bit data\n"); in AnimTick()
396 OSReport("Position on - 8 bit indexed 8 bit data\n"); in AnimTick()
399 OSReport("Position on - Direct floating point data\n"); in AnimTick()
402 OSReport("Position on - Direct 16 bit data\n"); in AnimTick()
405 OSReport("Position on - Direct 8 bit data\n"); in AnimTick()
423 OSReport("Color off\n"); in AnimTick()
426 OSReport("Color on - 16 bit indexed RGBA8\n"); in AnimTick()
429 OSReport("Color on - 16 bit indexed RGBA6\n"); in AnimTick()
432 OSReport("Color on - 16 bit indexed RGBA4\n"); in AnimTick()
435 OSReport("Color on - 16 bit indexed RGBX8\n"); in AnimTick()
438 OSReport("Color on - 16 bit indexed RGB8\n"); in AnimTick()
441 OSReport("Color on - 16 bit indexed RGB565\n"); in AnimTick()
444 OSReport("Color on - 8 bit indexed RGBA8\n"); in AnimTick()
447 OSReport("Color on - 8 bit indexed RGBA6\n"); in AnimTick()
450 OSReport("Color on - 8 bit indexed RGBA4\n"); in AnimTick()
453 OSReport("Color on - 8 bit indexed RGBX8\n"); in AnimTick()
456 OSReport("Color on - 8 bit indexed RGB8\n"); in AnimTick()
459 OSReport("Color on - 8 bit indexed RGB565\n"); in AnimTick()
463 OSReport("Color on - direct RGBA8 (4 u8's)\n"); in AnimTick()
466 OSReport("Color on - direct RGBA8 (1 u32)\n"); in AnimTick()
470 OSReport("Color on - direct RGBA6 (3 u8's)\n"); in AnimTick()
473 OSReport("Color on - direct RGBA4 (1 u16)\n"); in AnimTick()
477 OSReport("Color on - direct RGBX8 (4 u8's)\n"); in AnimTick()
480 OSReport("Color on - direct RGBX8 (1 u32)\n"); in AnimTick()
484 OSReport("Color on - direct RGB8 (3 u8's)\n"); in AnimTick()
487 OSReport("Color on - direct RGB565 (1 u16)\n"); in AnimTick()
505 OSReport("Normal off\n"); in AnimTick()
508 OSReport("Normal on - 16 bit indexed floating point data\n"); in AnimTick()
511 OSReport("Normal on - 16 bit indexed 16 bit data\n"); in AnimTick()
514 OSReport("Normal on - 16 bit indexed 8 bit data\n"); in AnimTick()
517 OSReport("Normal on - 8 bit indexed floating point data\n"); in AnimTick()
520 OSReport("Normal on - 8 bit indexed 16 bit data\n"); in AnimTick()
523 OSReport("Normal on - 8 bit indexed 8 bit data\n"); in AnimTick()
526 OSReport("Normal on - Direct floating point data\n"); in AnimTick()
529 OSReport("Normal on - Direct 16 bit data\n"); in AnimTick()
532 OSReport("Normal on - Direct 8 bit data\n"); in AnimTick()
550 OSReport("TexCoord off\n"); in AnimTick()
553 OSReport("TexCoord on - 16 bit indexed floating point data\n"); in AnimTick()
556 OSReport("TexCoord on - 16 bit indexed 16 bit data\n"); in AnimTick()
559 OSReport("TexCoord on - 16 bit indexed 8 bit data\n"); in AnimTick()
562 OSReport("TexCoord on - 8 bit indexed floating point data\n"); in AnimTick()
565 OSReport("TexCoord on - 8 bit indexed 16 bit data\n"); in AnimTick()
568 OSReport("TexCoord on - 8 bit indexed 8 bit data\n"); in AnimTick()
571 OSReport("TexCoord on - Direct floating point data\n"); in AnimTick()
574 OSReport("TexCoord on - Direct 16 bit data\n"); in AnimTick()
577 OSReport("TexCoord on - Direct 8 bit data\n"); in AnimTick()
592 OSReport("Position shift - %d\n", PositionShift); in AnimTick()
605 OSReport("TexCoord shift - %d\n", TexCoordShift); in AnimTick()
906 OSReport("\n\n"); in PrintIntro()
907 OSReport("************************************************\n"); in PrintIntro()
908 OSReport("geo-vtx-fmt: test combinations of vertex formats\n"); in PrintIntro()
909 OSReport("************************************************\n"); in PrintIntro()
910 OSReport("to quit hit the menu button\n"); in PrintIntro()
911 OSReport("\n"); in PrintIntro()
912 OSReport(" X button : change attribute\n"); in PrintIntro()
913 OSReport(" B button : change current attribute format\n"); in PrintIntro()
914 OSReport("************************************************\n\n"); in PrintIntro()