Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp442 if (type == EGL_SYNC_NATIVE_FENCE_ANDROID && fd_in < 0) { in createNativeSync()
464 createNativeSync(EGL_SYNC_NATIVE_FENCE_ANDROID, in createGoldfishOpenGLNativeSync()
1878 type != EGL_SYNC_NATIVE_FENCE_ANDROID) || in eglCreateSyncKHR()
1950 if (type == EGL_SYNC_NATIVE_FENCE_ANDROID) { in eglCreateSyncKHR()
1951 syncRes->type = EGL_SYNC_NATIVE_FENCE_ANDROID; in eglCreateSyncKHR()
2027 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