Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp720 bool testAtomicDraw(glw::GLuint subourinte_index, const glw::GLuint expected_results[3]) const;
Dgl4cShaderSubroutineTests.cpp6076 if (false == testAtomicDraw(increment_two, expected_incremented_two)) in testAtomic()
6081 if (false == testAtomicDraw(decrement_three, expected_decremented_three)) in testAtomic()
6086 if (false == testAtomicDraw(read_one, expected_read_one)) in testAtomic()
6102 bool FunctionalTest12::testAtomicDraw(GLuint subroutine_index, const GLuint expected_results[3]) co… in testAtomicDraw() function in gl4cts::ShaderSubroutine::FunctionalTest12