Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheSimple/
Dgx_CommandCacheSimple.cpp37 GLuint s_SavedCommandListId = 0; variable
338 nngxUseSavedCmdlist(s_SavedCommandListId, in DrawDisplay0CommandCache()
365 nngxGenCmdlists(1, &s_SavedCommandListId); in CopyCommandList()
366 NN_LOG("SavedCommandListId = %d\n", s_SavedCommandListId); in CopyCommandList()
367 nngxBindCmdlist(s_SavedCommandListId); in CopyCommandList()
374 nngxCopyCmdlist(s_CurrentCommandListId, s_SavedCommandListId); in CopyCommandList()