Searched refs:ETC_RG_SIGNED (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | ETC_Decoder.hpp | 22 ETC_RG_SIGNED, enumerator
|
D | ETC_Decoder.cpp | 690 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/ |
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 | 2473 …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/ |
D | VkImage.cpp | 48 return ETC_Decoder::ETC_RG_SIGNED; in GetInputType()
|