Searched refs:ConvertSwizzleType (Results 1 – 3 of 3) sorted by relevance
76 sw::SwizzleType ConvertSwizzleType(GLenum swizzleType);
3071 device->setSwizzleR(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleR)); in applyTextures()3072 device->setSwizzleG(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleG)); in applyTextures()3073 device->setSwizzleB(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleB)); in applyTextures()3074 device->setSwizzleA(samplerType, samplerIndex, es2sw::ConvertSwizzleType(swizzleA)); in applyTextures()
1329 sw::SwizzleType ConvertSwizzleType(GLenum swizzleType) in ConvertSwizzleType() function