Lines Matching refs:wrapT
305 const tcu::Sampler::WrapMode wrapT,
333 const tcu::Sampler::WrapMode wrapT, in SRGBTestSampler() argument
339 , m_wrapT (wrapT) in SRGBTestSampler()
409 const tcu::Sampler::WrapMode wrapT,
450 const tcu::Sampler::WrapMode wrapT, in SRGBTestTexture() argument
462 , m_wrapT (wrapT) in SRGBTestTexture()
873 const tcu::Sampler::WrapMode wrapT,
878 const tcu::Sampler::WrapMode wrapT,
1066 const tcu::Sampler::WrapMode wrapT, in addTexture() argument
1071 …ure(m_context, targetType, m_internalFormat, width, height, color, wrapS, wrapT, minFilter, magFil… in addTexture()
1076 const tcu::Sampler::WrapMode wrapT, in addSampler() argument
1081 …SRGBTestSampler *sampler = new SRGBTestSampler(m_context, wrapS, wrapT, minFilter, magFilter, deco… in addSampler()