Home
last modified time | relevance | path

Searched refs:TextureSamplerTest (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp72 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()
[all …]
DglsSamplerObjectTest.hpp40 class TextureSamplerTest : public tcu::TestCase class
63TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec…
64 ~TextureSamplerTest (void);
/external/deqp/modules/gles3/functional/
Des3fSamplerObjectTests.cpp62 gls::TextureSamplerTest::TestSpec simpleTestCases[] = { in init()
96 …simpleTexture2D->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), sim… in init()
145 gls::TextureSamplerTest::TestSpec simpleTestCases3D[] = { in init()
179 …simpleTexture3D->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), sim… in init()
228 gls::TextureSamplerTest::TestSpec simpleTestCasesCube[] = { in init()
262 …simpleTextureCube->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), s… in init()