Home
last modified time | relevance | path

Searched refs:hasHostSideTracing (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DEmulatorFeatureInfo.h169 hasHostSideTracing(false), in EmulatorFeatureInfo()
198 bool hasHostSideTracing; member
DHostConnection.h71 bool hasHostSideTracing() const { in hasHostSideTracing() function
72 return m_featureInfo.hasHostSideTracing; in hasHostSideTracing()
DHostConnection.cpp658 rcEnc->featureInfo()->hasHostSideTracing = true; in queryAndSetHostSideTracingSupport()
/hardware/google/gfxstream/guest/egl/
Degl.cpp705 if (rcEnc->hasHostSideTracing()) { in onSwapBuffersSuccesful()
710 if (rcEnc->hasHostSideTracing()) { in onSwapBuffersSuccesful()
725 if (rcEnc->hasHostSideTracing()) { in sFlushBufferAndCreateFence()