Searched refs:testImageDraw (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 6267 …if (false == testImageDraw(left_to_right, blue_texture, destination_texture, blue_color, blue_colo… in testImage() 6272 if (false == testImageDraw(left_to_right, red_texture, destination_texture, red_color, red_color)) in testImage() 6277 …if (false == testImageDraw(right_to_left, destination_texture, blue_texture, blue_color, blue_colo… in testImage() 6282 if (false == testImageDraw(right_to_left, destination_texture, red_texture, red_color, red_color)) in testImage() 6287 if (false == testImageDraw(left_to_right, blue_texture, red_texture, blue_color, blue_color)) in testImage() 6306 bool FunctionalTest12::testImageDraw(GLuint subroutine_index, Utils::texture& left, Utils::texture&… in testImageDraw() function in gl4cts::ShaderSubroutine::FunctionalTest12
|
D | gl4cShaderSubroutineTests.hpp | 724 bool testImageDraw(glw::GLuint subroutine_index, Utils::texture& left, Utils::texture& right,
|