Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp480 if (type == EGL_SYNC_NATIVE_FENCE_ANDROID && fd_in < 0) { in createNativeSync()
504 createNativeSync(EGL_SYNC_NATIVE_FENCE_ANDROID, in createGoldfishOpenGLNativeSync()
2098 type != EGL_SYNC_NATIVE_FENCE_ANDROID) || in eglCreateSyncKHR()
2170 if (type == EGL_SYNC_NATIVE_FENCE_ANDROID) { in eglCreateSyncKHR()
2171 syncRes->type = EGL_SYNC_NATIVE_FENCE_ANDROID; in eglCreateSyncKHR()
2247 case EGL_SYNC_NATIVE_FENCE_ANDROID: in eglClientWaitSyncKHR()
/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h545 #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 macro
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp879 EGLint attribs[] = { EGL_SYNC_NATIVE_FENCE_ANDROID, EGL_NO_NATIVE_FENCE_FD_ANDROID }; in present()
885 rcEnc->rcCreateSyncKHR(rcEnc, EGL_SYNC_NATIVE_FENCE_ANDROID, in present()