Home
last modified time | relevance | path

Searched refs:testSSBODraw (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp729 bool testSSBODraw(glw::GLuint subourinte_index, const glw::GLuint expected_results[4]) const;
Dgl4cShaderSubroutineTests.cpp6487 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