Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DDebug.h80 void pushGroup(GLenum source, GLuint id, std::string &&message);
DDebug.cpp312 void Debug::pushGroup(GLenum source, GLuint id, std::string &&message) in pushGroup() function in gl::Debug
DContext.cpp5895 mState.getDebug().pushGroup(source, id, std::move(msg)); in pushDebugGroup()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp2969 …de::MovePtr<tcu::TestCaseGroup> pushGroup(new tcu::TestCaseGroup(testCtx, pushCases[pushNdx].name,… in createTests() local
3113 pushGroup->addChild(tempGroup.release()); in createTests()
3115 group->addChild(pushGroup.release()); in createTests()