Home
last modified time | relevance | path

Searched refs:getGroupStackDepth (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h84 size_t getGroupStackDepth() const;
DDebug.cpp342 size_t Debug::getGroupStackDepth() const in getGroupStackDepth() function in gl::Debug
DvalidationES2.cpp2089 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePushDebugGroupKHR()
2107 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePopDebugGroupKHR()
DState.cpp2997 *params = static_cast<GLint>(mDebug.getGroupStackDepth()); in getIntegerv()