Searched refs:swizzleComponentOf (Results 1 – 4 of 4) sorted by relevance
738 GLenum swizzleComponentOf(const TextureSwizzle& s, GLenum component) { in swizzleComponentOf() function753 result.toRed = swizzleComponentOf(first, next.toRed); in concatSwizzles()754 result.toGreen = swizzleComponentOf(first, next.toGreen); in concatSwizzles()755 result.toBlue = swizzleComponentOf(first, next.toBlue); in concatSwizzles()756 result.toAlpha = swizzleComponentOf(first, next.toAlpha); in concatSwizzles()
1020 swizzleComponentOf(emulatedBaseSwizzle, param.second); in restore()
78 GLenum swizzleComponentOf(const TextureSwizzle& s, GLenum component);
3644 swizzleComponentOf(emulatedBaseSwizzle, userSwz); in sEmulateUserTextureSwizzle()