Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp640 class FunctionalTest11 : public deqp::TestCase class
644 FunctionalTest11(deqp::Context& context);
Dgl4cShaderSubroutineTests.cpp5363 const GLuint FunctionalTest11::m_texture_height = 32;
5364 const GLuint FunctionalTest11::m_texture_width = 32;
5370 FunctionalTest11::FunctionalTest11(deqp::Context& context) in FunctionalTest11() function in gl4cts::ShaderSubroutine::FunctionalTest11
5381 tcu::TestNode::IterateResult FunctionalTest11::iterate() in iterate()
5736 void FunctionalTest11::fillTexture(Utils::texture& texture, const glw::GLubyte color[4]) const in fillTexture()
5769 bool FunctionalTest11::testDraw(const glw::GLuint routine_configuration[5], const glw::GLuint sampl… in testDraw()
13780 addChild(new ShaderSubroutine::FunctionalTest11(m_context)); in init()