Lines Matching refs:m_wrapT
169 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DShadowCase
210 , m_wrapT (wrapT) in Texture2DShadowCase()
337 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate()
353 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate()
419 const deUint32 m_wrapT; member in deqp::gles3::Functional::TextureCubeShadowCase
462 , m_wrapT (wrapT) in TextureCubeShadowCase()
612 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate()
710 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DArrayShadowCase
755 , m_wrapT (wrapT) in Texture2DArrayShadowCase()
903 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate()
919 gl.texParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_WRAP_T, m_wrapT); in iterate()