Searched refs:isRgtcFormat (Results 1 – 4 of 4) sorted by relevance
89 bool isRgtcFormat(GLenum internalformat);
485 bool isRgtcFormat(GLenum internalformat) { in isRgtcFormat() function648 …if (isBptcFormat(internalformat) || isS3tcFormat(internalformat) || isRgtcFormat(internalformat)) { in getCompressedImageSize()
41 bool isRgtcFormat(GLenum internalformat);
554 } else if (isRgtcFormat(internalformat)) { in doCompressedTexImage2D()865 bool isRgtcFormat(GLenum format) { in isRgtcFormat() function906 } else if (isRgtcFormat(internalformat)) { in shouldPassthroughCompressedFormat()