Lines Matching refs:getSwizzle
221 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void);
222 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const;
236 stream << "(" << comp.getSwizzle()[0] in operator <<()
237 << ", " << comp.getSwizzle()[1] in operator <<()
238 << ", " << comp.getSwizzle()[2] in operator <<()
239 << ", " << comp.getSwizzle()[3] in operator <<()
290 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) in getSwizzle() function in deqp::gles31::Functional::__anonb02207ad0111::MaybeTextureSwizzle
295 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const in getSwizzle() function in deqp::gles31::Functional::__anonb02207ad0111::MaybeTextureSwizzle
342 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]); in swizzleColor()
1322 const deUint32 curGLSwizzle = getGLTextureSwizzleComponent(m_textureSwizzle.getSwizzle()[i]); in init()
2216 …swizzle.getSwizzle()[i] = (TextureSwizzleComponent)((swizzleCaseNdx + i) % (int)TEXTURESWIZZLECOMP… in init()
2217 caseName += (i > 0 ? "_" : "") + de::toLower(de::toString(swizzle.getSwizzle()[i])); in init()