Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h357 GLuint maxDebugGroupStackDepth = 0; member
DContext.cpp1768 *params = mState.mCaps.maxDebugGroupStackDepth; in getIntegervImpl()
3695 mState.mCaps.maxDebugGroupStackDepth = 1024; in initCaps()
DvalidationES2.cpp2090 if (currentStackSize >= context->getCaps().maxDebugGroupStackDepth) in ValidatePushDebugGroupKHR()