Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp1881 class BindingSamplerArrayTest : public GLSLTestBase class
1885 BindingSamplerArrayTest(deqp::Context&);
1887 virtual ~BindingSamplerArrayTest() in ~BindingSamplerArrayTest()
Dgl4cShadingLanguage420PackTests.cpp10539 BindingSamplerArrayTest::BindingSamplerArrayTest(deqp::Context& context) in BindingSamplerArrayTest() function in gl4cts::GLSL420Pack::BindingSamplerArrayTest
10558 void BindingSamplerArrayTest::prepareShaderSource(Utils::SHADER_STAGES in_stage, bool in_use_versio… in prepareShaderSource()
10768 void BindingSamplerArrayTest::prepareUniforms(Utils::program& program) in prepareUniforms()
10810 void BindingSamplerArrayTest::releaseResource() in releaseResource()
10829 void BindingSamplerArrayTest::checkBinding(Utils::program& program, GLuint index, GLint expected_bi… in checkBinding()
18845 addChild(new GLSL420Pack::BindingSamplerArrayTest(m_context)); in init()