Home
last modified time | relevance | path

Searched refs:ETC2 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DETC_Decoder.cpp82 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()
664ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
676ETC2::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/
Dfunctional.copy_image.txt37 + Compressed ETC2 formats
44 + Other compressed formats than ASTC, ETC and ETC2
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.format.txt35 - ETC2
/external/mesa3d/src/intel/isl/
DREADME95 If the surface's pixel format is compressed, such as ETC2, then a surface
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt749 …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…