HomeSort by relevance Sort by last modified time
    Searched defs:IsRGBA (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
utilities.cpp 506 bool IsRGBA(GLint internalformat)
  /external/clang/lib/Sema/
SemaExprMember.cpp 274 IsRGBA(char c) {
325 bool HasRGBA = IsRGBA(*compStr);
328 if (HasRGBA != IsRGBA(*compStr))
336 if (HasRGBA || (*compStr && IsRGBA(*compStr))) {
    [all...]

Completed in 99 milliseconds