Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h56 bool hasNativeSyncV3() const { return m_featureInfo.syncImpl >= SYNC_IMPL_NATIVE_SYNC_V3; } in hasNativeSyncV3() function
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp364 if (hcon->rcEncoder()->hasNativeSyncV3()) { in buildExtensionString()
Degl.cpp2320 if (rcEnc->hasNativeSyncV3()) { in eglWaitSyncKHR()