Searched refs:ETC2 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 82 struct ETC2 struct 85 …static void DecodeBlock(const ETC2** sources, unsigned char *dest, int nbChannels, int x, int y, i… in DecodeBlock() argument 650 const ETC2* sources[2]; in Decode() 651 sources[0] = (const ETC2*)src; in Decode() 664 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 676 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 698 ETC2::DecodeBlock(&sources[0], &(alphaValues[0][0]), 1, x, y, dstW, dstH, 4, false); in Decode()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 37 + Compressed ETC2 formats 44 + Other compressed formats than ASTC, ETC and ETC2
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 35 - ETC2
|
/external/mesa3d/src/intel/isl/ |
D | README | 95 If the surface's pixel format is compressed, such as ETC2, then a surface
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_error_database.txt | 749 …ion refer to Vulkan Spec Section '11.5. Image Views' which states 'If the ETC2 texture compression… 2087 …ormation refer to Vulkan Spec Section '11.3. Images' which states 'If the ETC2 texture compression…
|