Home
last modified time | relevance | path

Searched refs:graphicsDrawing (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_DebugUtility.cpp40 nw::demo::GraphicsDrawing* graphicsDrawing, in DrawLoadMeter() argument
45 NW_POINTER_ASSERT(graphicsDrawing); in DrawLoadMeter()
92 renderSystem->DrawLoadMeter(*graphicsDrawing, 40, 158); in DrawLoadMeter()
Ddemo_GraphicsSystem.cpp950 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/
Ddemo_DebugUtility.h63 nw::demo::GraphicsDrawing* graphicsDrawing,
Ddemo_GraphicsSystem.h469 GraphicsDrawing& graphicsDrawing,