Searched refs:ETC_R_SIGNED (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Device/ |
D | ETC_Decoder.hpp | 20 ETC_R_SIGNED, enumerator
|
D | ETC_Decoder.cpp | 679 case ETC_R_SIGNED: in Decode() 686 …odeBlock(sources, dstRow + (x * dstBpp), 1, x, y, w, h, dstPitch, inputType == ETC_R_SIGNED, true); in Decode()
|
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.hpp | 20 ETC_R_SIGNED, enumerator
|
D | ETC_Decoder.cpp | 686 case ETC_R_SIGNED: in Decode() 693 …ck(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED, true); in Decode()
|
D | Surface.cpp | 2473 …(nbChannels == 1) ? (isSigned ? ETC_Decoder::ETC_R_SIGNED : ETC_Decoder::ETC_R_UNSIGNED) : (isSign… in decodeEAC()
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 43 return ETC_Decoder::ETC_R_SIGNED; in GetInputType()
|