Home
last modified time | relevance | path

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

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