Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
DETC_Decoder.hpp22 ETC_RG_SIGNED, enumerator
DETC_Decoder.cpp690 case ETC_RG_SIGNED: in Decode()
698 …deBlock(sources, dstRow + (x * dstBpp), 2, x, y, w, h, dstPitch, inputType == ETC_RG_SIGNED, true); in Decode()
/third_party/skia/third_party/externals/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.cpp2473 …TC_R_SIGNED : ETC_Decoder::ETC_R_UNSIGNED) : (isSigned ? ETC_Decoder::ETC_RG_SIGNED : ETC_Decoder:… in decodeEAC()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp48 return ETC_Decoder::ETC_RG_SIGNED; in GetInputType()