Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DDebug.h84 size_t getGroupStackDepth() const;
DDebug.cpp342 size_t Debug::getGroupStackDepth() const in getGroupStackDepth() function in gl::Debug
DvalidationES2.cpp2105 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePushDebugGroupKHR()
2123 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePopDebugGroupKHR()
DState.cpp3000 *params = static_cast<GLint>(mDebug.getGroupStackDepth()); in getIntegerv()