Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.hpp23 ETC_RG_UNSIGNED, enumerator
DETC_Decoder.cpp669 case ETC_RG_UNSIGNED: in Decode()
DSurface.cpp2464 …Decoder::ETC_R_UNSIGNED) : (isSigned ? ETC_Decoder::ETC_RG_SIGNED : ETC_Decoder::ETC_RG_UNSIGNED)); in decodeEAC()