Searched refs:IsRGB (Results 1 – 3 of 3) sorted by relevance
46 bool IsRGB(GLenum texFormat);
177 bool IsRGB(GLenum texFormat) in IsRGB() function
2104 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()2125 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()2148 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()2169 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()2190 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()