Home
last modified time | relevance | path

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

/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A Dimgui.cpp47 static unsigned g_gfxCmdQueueSize = 0; variable
51 g_gfxCmdQueueSize = 0; in resetGfxCmdQueue()
57 if (g_gfxCmdQueueSize >= GFXCMD_QUEUE_SIZE) in addGfxCmdScissor()
59 imguiGfxCmd& cmd = g_gfxCmdQueue[g_gfxCmdQueueSize++]; in addGfxCmdScissor()
71 if (g_gfxCmdQueueSize >= GFXCMD_QUEUE_SIZE) in addGfxCmdRect()
73 imguiGfxCmd& cmd = g_gfxCmdQueue[g_gfxCmdQueueSize++]; in addGfxCmdRect()
86 if (g_gfxCmdQueueSize >= GFXCMD_QUEUE_SIZE) in addGfxCmdLine()
101 if (g_gfxCmdQueueSize >= GFXCMD_QUEUE_SIZE) in addGfxCmdRoundedRect()
116 if (g_gfxCmdQueueSize >= GFXCMD_QUEUE_SIZE) in addGfxCmdTriangle()
130 if (g_gfxCmdQueueSize >= GFXCMD_QUEUE_SIZE) in addGfxCmdText()
[all …]