Searched refs:DEMOFontPrintf (Results 1 – 4 of 4) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoFont.h | 128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoFont.h | 128 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... );
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/ |
| D | deferredRendering.cpp | 735 DEMOFontPrintf(3, 1, "DIFFUSE G-BUFFER"); in SceneDraw() 736 DEMOFontPrintf(3, 2, "R8G8B8A8_UNORM"); in SceneDraw() 737 DEMOFontPrintf(43, 1, "NORMAL G-BUFFER"); in SceneDraw() 738 DEMOFontPrintf(43, 2, "R10G10B10A2_SNORM"); in SceneDraw() 739 DEMOFontPrintf(3, 21, "POSITION G-BUFFER"); in SceneDraw() 740 DEMOFontPrintf(3, 22, "R11G11B10_FLOAT"); in SceneDraw() 744 DEMOFontPrintf(32, 21, "Render Time w/o swizzle: %d", s_avgNoSwizzleTime); in SceneDraw() 745 …DEMOFontPrintf(32, 22, "Render Time w/ swizzle: %d (%d%%)", s_avgSwizzleTime, (u32)(100 * (f32)s_a… in SceneDraw()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoFont.c | 184 void DEMOFontPrintf(f32 column, f32 line, const char* pFmt, ... ) in DEMOFontPrintf() function
|