Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheSimple/
Dgx_CommandCacheSimple.cpp36 GLuint s_CurrentCommandListId = 0; variable
362 nngxGetCmdlistParameteri(NN_GX_CMDLIST_BINDING, (GLint*)&s_CurrentCommandListId); in CopyCommandList()
363 NN_LOG("CurrentCommandListId = %d\n", s_CurrentCommandListId); in CopyCommandList()
374 nngxCopyCmdlist(s_CurrentCommandListId, s_SavedCommandListId); in CopyCommandList()
377 nngxBindCmdlist(s_CurrentCommandListId); in CopyCommandList()