Lines Matching refs:TextureSamplerTest

72 TextureSamplerTest::TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, c…  in TextureSamplerTest()  function in deqp::gls::TextureSamplerTest
83 void TextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState st… in setTextureState()
101 void TextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sam… in setSamplerState()
119 const char* TextureSamplerTest::selectVertexShader (GLenum target) in selectVertexShader()
165 const char* TextureSamplerTest::selectFragmentShader (GLenum target) in selectFragmentShader()
205 void TextureSamplerTest::init (void) in init()
252 void TextureSamplerTest::deinit (void) in deinit()
258 TextureSamplerTest::~TextureSamplerTest (void) in ~TextureSamplerTest()
293 void TextureSamplerTest::render (void) in render()
379 GLuint TextureSamplerTest::createTexture2D (const glw::Functions& gl) in createTexture2D()
405 GLuint TextureSamplerTest::createTexture3D (const glw::Functions& gl) in createTexture3D()
431 GLuint TextureSamplerTest::createTextureCube (const glw::Functions& gl) in createTextureCube()
468 GLuint TextureSamplerTest::createTexture (const glw::Functions& gl, GLenum target) in createTexture()
487 void TextureSamplerTest::renderReferences (tcu::Surface& textureRef, tcu::Surface& samplerRef, int … in renderReferences()
510 void TextureSamplerTest::renderResults (tcu::Surface& textureResult, tcu::Surface& samplerResult, i… in renderResults()
552 tcu::TestCase::IterateResult TextureSamplerTest::iterate (void) in iterate()