Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.hpp15 class ETC_Decoder class
DBUILD.gn43 "ETC_Decoder.cpp",
DSurface.cpp2577ETC_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()
2618ETC_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()
DETC_Decoder.cpp677 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int … in Decode()
/external/swiftshader/src/
DAndroid.mk69 Renderer/ETC_Decoder.cpp \