Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp2168 EGLSync_t* syncRes = new EGLSync_t(sync_handle); in eglCreateSyncKHR() local
2171 syncRes->type = EGL_SYNC_NATIVE_FENCE_ANDROID; in eglCreateSyncKHR()
2174 syncRes->android_native_fence_fd = newFenceFd; in eglCreateSyncKHR()
2178 syncRes->android_native_fence_fd = inputFenceFd; in eglCreateSyncKHR()
2181 syncRes->type = EGL_SYNC_FENCE_KHR; in eglCreateSyncKHR()
2182 syncRes->android_native_fence_fd = -1; in eglCreateSyncKHR()
2184 syncRes->status = EGL_SIGNALED_KHR; in eglCreateSyncKHR()
2188 return (EGLSyncKHR)syncRes; in eglCreateSyncKHR()