HomeSort by relevance Sort by last modified time
    Searched refs:TextureSamplerTest (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 40 class TextureSamplerTest : public tcu::TestCase
63 TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec);
64 ~TextureSamplerTest (void);
glsSamplerObjectTest.cpp 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
    [all...]
  /external/deqp/modules/gles3/functional/
es3fSamplerObjectTests.cpp 62 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 242 milliseconds