Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DHostConnection.h60 bool hasNativeSyncV3() const { return m_featureInfo.syncImpl >= SYNC_IMPL_NATIVE_SYNC_V3; } in hasNativeSyncV3() function
/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp364 … if (hcon->rcEncoder()->hasVirtioGpuNativeSync() || hcon->rcEncoder()->hasNativeSyncV3()) { in buildExtensionString()
Degl.cpp2601 if (rcEnc->hasVirtioGpuNativeSync() || rcEnc->hasNativeSyncV3()) { in eglWaitSyncKHR()