Searched refs:maxDebugGroupStackDepth (Results 1 – 3 of 3) sorted by relevance
369 GLuint maxDebugGroupStackDepth = 0; member
2043 *params = mState.getCaps().maxDebugGroupStackDepth; in getIntegervImpl()4008 caps->maxDebugGroupStackDepth = 1024; in initCaps()
2092 if (currentStackSize >= context->getCaps().maxDebugGroupStackDepth) in ValidatePushDebugGroupBase()