Searched refs:IsRGB (Results 1 – 4 of 4) sorted by relevance
55 bool IsRGB(GLint texFormat);
2140 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()2161 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()2184 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()2205 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()2226 else if(IsRGB(texFormat)) // GL_LUMINANCE (or 1) / GL_RGB (or 3) in applyTextures()
490 bool IsRGB(GLint internalformat) in IsRGB() function
44 "IsRGB",