Lines Matching refs:m_texture
99 glu::Texture2D* m_texture; member in deqp::gles3::Functional::Texture2DSwizzleCase
112 , m_texture (DE_NULL) in Texture2DSwizzleCase()
127 …m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_fo… in init()
130 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init()
133 m_texture->getRefTexture().allocLevel(0); in init()
134 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
139 delete m_texture; in deinit()
140 m_texture = DE_NULL; in deinit()
149 … (m_context.getRenderContext().getRenderTarget(), m_texture->getRefTexture().getWidth(), m_textu… in iterate()
155 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate()
157 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
168 m_texture->upload(); in iterate()
172 gl.bindTexture(GL_TEXTURE_2D, m_texture->getGLTexture()); in iterate()
197 …sampleTexture(tcu::SurfaceAccess(referenceFrame, tcu::PixelFormat(8,8,8,8)), m_texture->getRefText… in iterate()