Searched refs:TextureSamplerTest (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 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() [all …]
|
D | glsSamplerObjectTest.hpp | 40 class TextureSamplerTest : public tcu::TestCase class 63 …TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec… 64 ~TextureSamplerTest (void);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fSamplerObjectTests.cpp | 62 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()
|