Home | History | Annotate | Download | only in common

Lines Matching refs:astc

40 		return astc::BLOCK_SIZE_BYTES;
348 throw InternalError("3D ASTC textures not currently supported");
358 throw InternalError("Invalid ASTC block size " + de::toString(size.x()) + "x" + de::toString(size.y()) + "x" + de::toString(size.z()));
382 // \todo [2013-08-06 nuutti] ETC and ASTC decompression codes are rather unrelated, and are already in their own "private" namespaces - should this be split to multiple files?
2465 astc::decompress(dst, src, format, params.astcMode);