Home
last modified time | relevance | path

Searched refs:IsRGBA (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.h47 bool IsRGBA(GLenum texFormat);
Dutilities.cpp194 bool IsRGBA(GLenum texFormat) in IsRGBA() function
DContext.cpp2134 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
2155 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
2178 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
2199 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
2220 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
/external/clang/lib/Sema/
DSemaExprMember.cpp274 IsRGBA(char c) { in IsRGBA() function
325 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()
328 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
336 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()