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

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

Completed in 119 milliseconds