Searched refs:testSSBODraw (Results 1 – 2 of 2) sorted by relevance
729 bool testSSBODraw(glw::GLuint subourinte_index, const glw::GLuint expected_results[4]) const;
6487 if (false == testSSBODraw(increment, expected_incremented)) in testSSBO()6492 if (false == testSSBODraw(decrement, expected_decremented)) in testSSBO()6508 bool FunctionalTest12::testSSBODraw(GLuint subroutine_index, const GLuint expected_results[4]) const in testSSBODraw() function in gl4cts::ShaderSubroutine::FunctionalTest12