Searched refs:ETC_Decoder (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.hpp | 15 class ETC_Decoder class
|
D | BUILD.gn | 43 "ETC_Decoder.cpp",
|
D | Surface.cpp | 2577 …ETC_Decoder::Decode((const byte*)external.lockRect(0, 0, 0, LOCK_READONLY), (byte*)internal.lockRe… in decodeETC2() 2578 …(nbAlphaBits == 8) ? ETC_Decoder::ETC_RGBA : ((nbAlphaBits == 1) ? ETC_Decoder::ETC_RGB_PUNCHTHROU… in decodeETC2() 2618 …ETC_Decoder::Decode((const byte*)external.lockRect(0, 0, 0, LOCK_READONLY), src, external.width, e… in decodeEAC() 2619 … == 1) ? (isSigned ? ETC_Decoder::ETC_R_SIGNED : ETC_Decoder::ETC_R_UNSIGNED) : (isSigned ? ETC_De… in decodeEAC()
|
D | ETC_Decoder.cpp | 677 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int … in Decode()
|
/external/swiftshader/src/ |
D | Android.mk | 69 Renderer/ETC_Decoder.cpp \
|