Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp1948 EGLSync_t* syncRes = new EGLSync_t(sync_handle); in eglCreateSyncKHR() local
1951 syncRes->type = EGL_SYNC_NATIVE_FENCE_ANDROID; in eglCreateSyncKHR()
1954 syncRes->android_native_fence_fd = newFenceFd; in eglCreateSyncKHR()
1958 syncRes->android_native_fence_fd = inputFenceFd; in eglCreateSyncKHR()
1961 syncRes->type = EGL_SYNC_FENCE_KHR; in eglCreateSyncKHR()
1962 syncRes->android_native_fence_fd = -1; in eglCreateSyncKHR()
1964 syncRes->status = EGL_SIGNALED_KHR; in eglCreateSyncKHR()
1968 return (EGLSyncKHR)syncRes; in eglCreateSyncKHR()