Lines Matching refs:format
97 int getBlockSize (CompressedTexFormat format);
98 IVec3 getBlockPixelSize (CompressedTexFormat format);
100 bool isEtcFormat (CompressedTexFormat format);
101 bool isAstcFormat (CompressedTexFormat format);
102 bool isAstcSRGBFormat (CompressedTexFormat format);
103 bool isBcFormat (CompressedTexFormat format);
104 bool isBcBitExactFormat (CompressedTexFormat format);
105 bool isBcSRGBFormat (CompressedTexFormat format);
107 TextureFormat getUncompressedFormat (CompressedTexFormat format);
134 CompressedTexture (CompressedTexFormat format, int width, int height, int depth = 1);
138 void setStorage (CompressedTexFormat format, int width, int height, int depth = 1);