Searched refs:ETC_RG_SIGNED (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.hpp | 22 ETC_RG_SIGNED, enumerator
|
D | ETC_Decoder.cpp | 697 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()
|
D | Surface.cpp | 2619 …TC_R_SIGNED : ETC_Decoder::ETC_R_UNSIGNED) : (isSigned ? ETC_Decoder::ETC_RG_SIGNED : ETC_Decoder:… in decodeEAC()
|