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