Home | History | Annotate | Download | only in functional

Lines Matching refs:m_wrapT

82 	const deUint32					m_wrapT;
125 , m_wrapT (wrapT)
142 , m_wrapT (wrapT)
278 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
292 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
345 const deUint32 m_wrapT;
388 , m_wrapT (wrapT)
405 , m_wrapT (wrapT)
551 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
557 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);