Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.hpp1881 class BindingSamplerArrayTest : public GLSLTestBase class
1885 BindingSamplerArrayTest(deqp::Context &);
1887 virtual ~BindingSamplerArrayTest() in ~BindingSamplerArrayTest()
H A Dgl4cShadingLanguage420PackTests.cpp10521 BindingSamplerArrayTest::BindingSamplerArrayTest(deqp::Context &context) in BindingSamplerArrayTest() function in gl4cts::GLSL420Pack::BindingSamplerArrayTest
10540 void BindingSamplerArrayTest::prepareShaderSource(Utils::SHADER_STAGES in_stage, bool in_use_versio… in prepareShaderSource()
10750 void BindingSamplerArrayTest::prepareUniforms(Utils::program &program) in prepareUniforms()
10792 void BindingSamplerArrayTest::releaseResource() in releaseResource()
10811 void BindingSamplerArrayTest::checkBinding(Utils::program &program, GLuint index, GLint expected_bi… in checkBinding()
18819 addChild(new GLSL420Pack::BindingSamplerArrayTest(m_context)); in init()