Searched refs:IsRGBA (Results 1 – 4 of 4) sorted by relevance
56 bool IsRGBA(GLint texFormat);
2146 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()
506 bool IsRGBA(GLint internalformat) in IsRGBA() function
274 IsRGBA(char c) { in IsRGBA() function325 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()328 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()336 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()