Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h82 void pushGroup(GLenum source, GLuint id, std::string &&message);
DDebug.cpp318 void Debug::pushGroup(GLenum source, GLuint id, std::string &&message) in pushGroup() function in gl::Debug
DContext.cpp5991 mState.getDebug().pushGroup(source, id, std::move(msg)); in pushDebugGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp2992 …de::MovePtr<tcu::TestCaseGroup> pushGroup(new tcu::TestCaseGroup(testCtx, pushCases[pushNdx].name,… in createTests() local
3160 pushGroup->addChild(tempGroup.release()); in createTests()
3162 group->addChild(pushGroup.release()); in createTests()