Searched refs:syncRes (Results 1 – 1 of 1) sorted by relevance
2433 EGLSync_t* syncRes = new EGLSync_t(sync_handle); in eglCreateSyncKHR() local2436 syncRes->type = EGL_SYNC_NATIVE_FENCE_ANDROID; in eglCreateSyncKHR()2439 syncRes->android_native_fence_fd = newFenceFd; in eglCreateSyncKHR()2442 syncRes->android_native_fence_fd = newFenceFd; in eglCreateSyncKHR()2446 syncRes->android_native_fence_fd = inputFenceFd; in eglCreateSyncKHR()2450 syncRes->type = EGL_SYNC_FENCE_KHR; in eglCreateSyncKHR()2451 syncRes->android_native_fence_fd = -1; in eglCreateSyncKHR()2453 syncRes->status = EGL_SIGNALED_KHR; in eglCreateSyncKHR()2457 return (EGLSyncKHR)syncRes; in eglCreateSyncKHR()