Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h453 GLuint maxDebugGroupStackDepth = 0; member
DContext.cpp1550 *params = mState.mExtensions.maxDebugGroupStackDepth; in getIntegervImpl()
3169 supportedExtensions.maxDebugGroupStackDepth = 1024; in generateSupportedExtensions()
DvalidationES2.cpp2363 if (currentStackSize >= context->getExtensions().maxDebugGroupStackDepth) in ValidatePushDebugGroupKHR()