Lines Matching defs:fmt
67 bool isEtcFormat (CompressedTexture::Format fmt)
69 switch (fmt)
89 bool isASTCFormat (CompressedTexture::Format fmt)
91 switch (fmt)
128 bool isASTCSRGBFormat (CompressedTexture::Format fmt)
130 switch (fmt)
153 IVec3 getASTCBlockSize (CompressedTexture::Format fmt)
155 switch (fmt)
201 const CompressedTexture::Format fmt = (CompressedTexture::Format)fmtI;
203 if (isASTCFormat(fmt) && getASTCBlockSize(fmt) == size && isASTCSRGBFormat(fmt) == isSRGB)
204 return fmt;