Searched defs:CompressedTexture (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuCompressedTexture.hpp40 class CompressedTexture class in namespace:tcu
97 CompressedTexture (Format format, int width, int height, int depth = 1);
98 CompressedTexture (void);
99 ~CompressedTexture (void);
121 bool isEtcFormat (CompressedTexture::Format fmt);
122 bool isASTCFormat (CompressedTexture::Format fmt);
123 bool isASTCSRGBFormat (CompressedTexture::Format fmt);
125 IVec3 getASTCBlockSize (CompressedTexture::Format fmt);
126 CompressedTexture::Format getASTCFormatByBlockSize (int width, int height, int depth, bool isSRGB);
H A DtcuCompressedTexture.cpp41 CompressedTexture::CompressedTexture (void) function in class:tcu::CompressedTexture
49 CompressedTexture::CompressedTexture (Format format, int width, int height, int depth) function in class:tcu::CompressedTexture
58 CompressedTexture::~CompressedTexture (void)
67 bool isEtcFormat (CompressedTexture::Format fmt)
71 case CompressedTexture::ETC1_RGB8:
72 case CompressedTexture::EAC_R11:
73 case CompressedTexture
[all...]

Completed in 435 milliseconds