Searched defs:IsRGBA (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.cpp506 bool IsRGBA(GLint internalformat) function in namespace:es1
/external/clang/lib/Sema/
H A DSemaExprMember.cpp274 IsRGBA(char c) { function
325 bool HasRGBA = IsRGBA(*compStr);
328 if (HasRGBA != IsRGBA(*compStr))
336 if (HasRGBA || (*compStr && IsRGBA(*compStr))) {

Completed in 174 milliseconds