Home | History | Annotate | Download | only in functional

Lines Matching refs:m_wrapT

986 	const tcu::Sampler::WrapMode		m_wrapT;
1040 , m_wrapT (wrapT)
1277 gl.texParameteri(texTypeGL, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT));
1312 << glu::getTextureWrapModeName(glu::getGLWrapMode(m_wrapT)) << ", respectively" << TestLog::EndMessage
1491 sampler.wrapT = m_wrapT;