Home
last modified time | relevance | path

Searched refs:maxDebugGroupStackDepth (Results 1 – 6 of 6) 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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h386 GLuint maxDebugGroupStackDepth = 0; member
DContext.cpp1623 *params = mState.mExtensions.maxDebugGroupStackDepth; in getIntegervImpl()
3293 supportedExtensions.maxDebugGroupStackDepth = 1024; in generateSupportedExtensions()
DvalidationES2.cpp2343 if (currentStackSize >= context->getExtensions().maxDebugGroupStackDepth) in ValidatePushDebugGroupKHR()