Lines Matching refs:internal
814 #define COMPRESSED_TEX_IMAGE_IS_COMPRESSED_FORMAT_CASE(internal) \ in isCompressedFormat() argument
815 case internal: \ in isCompressedFormat()
867 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_ASTC(internal) \ in supportedCompressedFormat() argument
868 case internal: \ in supportedCompressedFormat()
871 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_BPTC(internal) \ in supportedCompressedFormat() argument
872 case internal: \ in supportedCompressedFormat()
875 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_S3TC(internal) \ in supportedCompressedFormat() argument
876 case internal: \ in supportedCompressedFormat()
879 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_S3TC_SRGB(internal) \ in supportedCompressedFormat() argument
880 case internal: \ in supportedCompressedFormat()
883 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE_RGTC(internal) \ in supportedCompressedFormat() argument
884 case internal: \ in supportedCompressedFormat()
887 #define COMPRESSED_TEX_IMAGE_SUPPORT_CASE(internal, maj, min) \ in supportedCompressedFormat() argument
888 case internal: \ in supportedCompressedFormat()
894 #define COMPRESSED_TEX_IMAGE_NOTSUPPORTED(internal) \ in supportedCompressedFormat() argument
895 case internal: \ in supportedCompressedFormat()