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

/external/deqp/framework/common/
H A DtcuCompressedTexture.hpp110 class CompressedTexture class in namespace:tcu
114 CompressedTexture (CompressedTexFormat format, int width, int height, int depth = 1);
115 CompressedTexture (void);
116 ~CompressedTexture (void);
H A DtcuCompressedTexture.cpp1079 CompressedTexture::CompressedTexture (void) function in class:tcu::CompressedTexture
1087 CompressedTexture::CompressedTexture (CompressedTexFormat format, int width, int height, int depth) function in class:tcu::CompressedTexture
1096 CompressedTexture::~CompressedTexture (void)
1100 void CompressedTexture::setStorage (CompressedTexFormat format, int width, int height, int depth)
1126 void CompressedTexture::decompress (const PixelBufferAccess& dst, const TexDecompressionParams& params) const

Completed in 177 milliseconds