Home
last modified time | relevance | path

Searched refs:m_gradientTexture (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderFunctionTests.cpp58 glu::Texture2D* m_gradientTexture; member in deqp::ShaderFunctionCase
68 , m_gradientTexture(DE_NULL) in ShaderFunctionCase()
82 m_gradientTexture = new glu::Texture2D(m_renderCtx, GL_RGBA8, 128, 128); in init()
84 m_gradientTexture->getRefTexture().allocLevel(0); in init()
85 tcu::fillWithComponentGradients(m_gradientTexture->getRefTexture().getLevel(0), tcu::Vec4(0.0f), in init()
87 m_gradientTexture->upload(); in init()
90 m_gradientTexture, tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, in init()
101 delete m_gradientTexture; in deinit()
DglcShaderStructTests.cpp72 glu::Texture2D* m_gradientTexture; member in deqp::ShaderStructCase
82 , m_gradientTexture(DE_NULL) in ShaderStructCase()
96 m_gradientTexture = new glu::Texture2D(m_renderCtx, GL_RGBA8, 128, 128); in init()
98 m_gradientTexture->getRefTexture().allocLevel(0); in init()
99 tcu::fillWithComponentGradients(m_gradientTexture->getRefTexture().getLevel(0), tcu::Vec4(0.0f), in init()
101 m_gradientTexture->upload(); in init()
104 m_gradientTexture, tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, in init()
115 delete m_gradientTexture; in deinit()