Home
last modified time | relevance | path

Searched refs:IsRGB (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.h55 bool IsRGB(GLint texFormat);
DContext.cpp2140 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()
Dutilities.cpp490 bool IsRGB(GLint internalformat) in IsRGB() function