Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/CommandCache/
Ddemo_CommandCache.cpp505 GLint reqCount = 0; in PrintCurrentCmdlist() local
506 nngxGetCmdlistParameteri(NN_GX_CMDLIST_USED_REQCOUNT, &reqCount); in PrintCurrentCmdlist()
513 NN_LOG(" reqCount = %d/%d\n", reqCount, maxReqCount); in PrintCurrentCmdlist()