Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h369 GLuint maxDebugGroupStackDepth = 0; member
DContext.cpp2043 *params = mState.getCaps().maxDebugGroupStackDepth; in getIntegervImpl()
4008 caps->maxDebugGroupStackDepth = 1024; in initCaps()
DvalidationES2.cpp2092 if (currentStackSize >= context->getCaps().maxDebugGroupStackDepth) in ValidatePushDebugGroupBase()