Home
last modified time | relevance | path

Searched defs:dstPixelSize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuCompressedTexture.cpp854 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8; in decompressETC2_EAC_RGBA8() local
889 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
922 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_R11; in decompressEAC_R11() local
961 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RG11; in decompressEAC_RG11() local
DtcuTextureUtil.cpp809 const int dstPixelSize = dst.getFormat().getPixelSize(); in copy() local