Searched refs:graphicsDrawing (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_DebugUtility.cpp | 40 nw::demo::GraphicsDrawing* graphicsDrawing, in DrawLoadMeter() argument 45 NW_POINTER_ASSERT(graphicsDrawing); in DrawLoadMeter() 92 renderSystem->DrawLoadMeter(*graphicsDrawing, 40, 158); in DrawLoadMeter()
|
| D | demo_GraphicsSystem.cpp | 950 GraphicsDrawing& graphicsDrawing, in DrawLoadMeter() argument 957 graphicsDrawing.DrawString(positionX, positionY, " CPU :%5.2f ms/f (%6.2f %%)\n", in DrawLoadMeter() 962 graphicsDrawing.DrawString(positionX, positionY + 22, " GPU :%5.2f ms/f (%6.2f %%)\n", in DrawLoadMeter() 965 graphicsDrawing.DrawString(positionX, positionY + 62, " Cmd size :% 8d bytes\n", in DrawLoadMeter()
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_DebugUtility.h | 63 nw::demo::GraphicsDrawing* graphicsDrawing,
|
| D | demo_GraphicsSystem.h | 469 GraphicsDrawing& graphicsDrawing,
|