Lines Matching refs:SamplerTest
65 addChild(new IncompleteTextureAccess::SamplerTest(m_context));
74 SamplerTest::SamplerTest(deqp::Context& context)
84 tcu::TestNode::IterateResult SamplerTest::iterate()
154 void SamplerTest::PrepareProgram(Configuration configuration)
312 void SamplerTest::PrepareTexture(Configuration configuration)
339 void SamplerTest::PrepareFramebuffer()
376 void SamplerTest::PrepareVertexArrays()
395 void SamplerTest::Draw()
412 bool SamplerTest::Check(Configuration configuration)
438 void SamplerTest::CleanCase()
464 void SamplerTest::CleanTest()
498 const struct SamplerTest::Configuration SamplerTest::s_configurations[] = {
540 const glw::GLuint SamplerTest::s_configurations_count = sizeof(s_configurations) / sizeof(s_configurations[0]);
542 const glw::GLchar* SamplerTest::s_vertex_shader = "#version 450\n"
563 const glw::GLchar* SamplerTest::s_fragment_shader_head = "#version 450\n"
567 const glw::GLchar* SamplerTest::s_fragment_shader_body = " texture_input;\n"
574 const glw::GLchar* SamplerTest::s_fragment_shader_tail = ";\n"