Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DETC_Decoder.hpp23 ETC_RG_UNSIGNED, enumerator
DETC_Decoder.cpp691 case ETC_RG_UNSIGNED: in Decode()
/external/swiftshader/src/Renderer/
DETC_Decoder.hpp23 ETC_RG_UNSIGNED, enumerator
DETC_Decoder.cpp698 case ETC_RG_UNSIGNED: in Decode()
DSurface.cpp2473 …Decoder::ETC_R_UNSIGNED) : (isSigned ? ETC_Decoder::ETC_RG_SIGNED : ETC_Decoder::ETC_RG_UNSIGNED)); in decodeEAC()
/external/swiftshader/src/Vulkan/
DVkImage.cpp45 return ETC_Decoder::ETC_RG_UNSIGNED; in GetInputType()