Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DCaps.h381 GLuint maxDebugGroupStackDepth = 0; member
H A DvalidationES2.cpp2233 if (currentStackSize >= context->getCaps().maxDebugGroupStackDepth) in ValidatePushDebugGroupBase()
H A DContext.cpp2046 *params = mState.getCaps().maxDebugGroupStackDepth; in getIntegervImpl()
4052 caps->maxDebugGroupStackDepth = 1024; in initCaps()