Lines Matching refs:TextureSamplerTest
72 TextureSamplerTest::TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec)
83 void TextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState state)
101 void TextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler)
119 const char* TextureSamplerTest::selectVertexShader (GLenum target)
165 const char* TextureSamplerTest::selectFragmentShader (GLenum target)
205 void TextureSamplerTest::init (void)
252 void TextureSamplerTest::deinit (void)
258 TextureSamplerTest::~TextureSamplerTest (void)
293 void TextureSamplerTest::render (void)
379 GLuint TextureSamplerTest::createTexture2D (const glw::Functions& gl)
405 GLuint TextureSamplerTest::createTexture3D (const glw::Functions& gl)
431 GLuint TextureSamplerTest::createTextureCube (const glw::Functions& gl)
468 GLuint TextureSamplerTest::createTexture (const glw::Functions& gl, GLenum target)
487 void TextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int x, int y)
510 void TextureSamplerTest::renderResults (tcu::Surface& textureResult, tcu::Surface& samplerResult, int x, int y)
552 tcu::TestCase::IterateResult TextureSamplerTest::iterate (void)