Searched refs:SWIZZLE_BLUE (Results 1 – 7 of 7) sorted by relevance
134 SWIZZLE_BLUE, enumerator
68 swizzleB = SWIZZLE_BLUE; in Sampler()
67 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()215 (state.swizzleB != SWIZZLE_BLUE) || in sampleTexture()397 (state.swizzleB != SWIZZLE_BLUE) || in sampleTexture()
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()
2216 case GL_BLUE: return sw::SWIZZLE_BLUE; in ConvertSwizzleType()