Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DEmulatorFeatureInfo.h161 hasYUVCache (false), in EmulatorFeatureInfo()
190 bool hasYUVCache; member
DHostConnection.h67 bool hasYUVCache() const { in hasYUVCache() function
68 return m_featureInfo.hasYUVCache; } in hasYUVCache()
DHostConnection.cpp602 rcEnc->featureInfo()->hasYUVCache = true; in queryAndSetYUVCache()