Searched refs:ConvertSwizzleType (Results 1 – 3 of 3) sorted by relevance
98 sw::SwizzleType ConvertSwizzleType(GLenum swizzleType);
3166 device->setSwizzleR(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleR)); in applyTextures()3167 device->setSwizzleG(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleG)); in applyTextures()3168 device->setSwizzleB(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleB)); in applyTextures()3169 device->setSwizzleA(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleA)); in applyTextures()
1979 sw::SwizzleType ConvertSwizzleType(GLenum swizzleType) in ConvertSwizzleType() function