Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.h56 bool IsRGBA(GLint texFormat);
DContext.cpp2146 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
2167 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
2190 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
2211 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
2232 else if(IsRGBA(texFormat)) // GL_LUMINANCE_ALPHA (or 2) / GL_RGBA (or 4) in applyTextures()
Dutilities.cpp506 bool IsRGBA(GLint internalformat) in IsRGBA() function
/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()