Home | History | Annotate | Download | only in functional

Lines Matching refs:m_wrapT

323 	tcu::Sampler::WrapMode		m_wrapT;
339 , m_wrapT (wrapT)
347 m_gl->samplerParameteri(m_samplerHandle, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT));
436 tcu::Sampler::WrapMode m_wrapT;
462 , m_wrapT (wrapT)
482 gl.texParameteri(this->getGLTargetType(), GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT));