Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.hpp21 ETC_R_UNSIGNED, enumerator
DETC_Decoder.cpp658 case ETC_R_UNSIGNED: in Decode()
DSurface.cpp2464 …hannels == 1) ? (isSigned ? ETC_Decoder::ETC_R_SIGNED : ETC_Decoder::ETC_R_UNSIGNED) : (isSigned ?… in decodeEAC()