Home
last modified time | relevance | path

Searched refs:ETC_RG_SIGNED (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DETC_Decoder.hpp22 ETC_RG_SIGNED, enumerator
DETC_Decoder.cpp697 case ETC_RG_SIGNED: in Decode()
705 …k(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_RG_SIGNED, true); in Decode()
DSurface.cpp2619 …TC_R_SIGNED : ETC_Decoder::ETC_R_UNSIGNED) : (isSigned ? ETC_Decoder::ETC_RG_SIGNED : ETC_Decoder:… in decodeEAC()