Searched refs:ConvertSwizzleType (Results 1 – 3 of 3) sorted by relevance
104 sw::SwizzleType ConvertSwizzleType(GLenum swizzleType);
3205 device->setSwizzleR(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleR)); in applyTextures()3206 device->setSwizzleG(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleG)); in applyTextures()3207 device->setSwizzleB(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleB)); in applyTextures()3208 device->setSwizzleA(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleA)); in applyTextures()
2157 sw::SwizzleType ConvertSwizzleType(GLenum swizzleType) in ConvertSwizzleType() function