Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h548 #define EGL_NO_NATIVE_FENCE_FD_ANDROID -1 macro
/device/generic/goldfish-opengl/system/egl/
Degl.cpp2142 if (attrib_val != EGL_NO_NATIVE_FENCE_FD_ANDROID) { in eglCreateSyncKHR()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp879 EGLint attribs[] = { EGL_SYNC_NATIVE_FENCE_ANDROID, EGL_NO_NATIVE_FENCE_FD_ANDROID }; in present()