Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.hpp20 ETC_R_SIGNED, enumerator
DETC_Decoder.cpp657 case ETC_R_SIGNED: in Decode()
664 …odeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED); in Decode()
DSurface.cpp2464 …(nbChannels == 1) ? (isSigned ? ETC_Decoder::ETC_R_SIGNED : ETC_Decoder::ETC_R_UNSIGNED) : (isSign… in decodeEAC()