Searched refs:SWIZZLE_BLUE (Results 1 – 5 of 5) sorted by relevance
134 SWIZZLE_BLUE, enumerator
68 swizzleB = SWIZZLE_BLUE; in Sampler()
28 case sw::SWIZZLE_BLUE: s = c.z; break; in applySwizzle()42 case sw::SWIZZLE_BLUE: f = c.z; break; in applySwizzle()260 (state.swizzleB != SWIZZLE_BLUE) || in sampleTexture()488 (state.swizzleB != SWIZZLE_BLUE) || in sampleTexture()
2163 case GL_BLUE: return sw::SWIZZLE_BLUE; in ConvertSwizzleType()
4131 #define SWIZZLE_BLUE 4 macro