Searched refs:pushGroup (Results 1 – 4 of 4) sorted by relevance
82 void pushGroup(GLenum source, GLuint id, std::string &&message);
318 void Debug::pushGroup(GLenum source, GLuint id, std::string &&message) in pushGroup() function in gl::Debug
5991 mState.getDebug().pushGroup(source, id, std::move(msg)); in pushDebugGroup()
2992 …de::MovePtr<tcu::TestCaseGroup> pushGroup(new tcu::TestCaseGroup(testCtx, pushCases[pushNdx].name,… in createTests() local3160 pushGroup->addChild(tempGroup.release()); in createTests()3162 group->addChild(pushGroup.release()); in createTests()