Searched refs:EGLSync_t (Results 1 – 2 of 2) sorted by relevance
31 struct EGLSync_t { struct32 EGLSync_t(uint64_t handle_in) : in EGLSync_t() argument
2161 EGLSync_t* syncRes = new EGLSync_t(sync_handle); in eglCreateSyncKHR()2193 EGLSync_t* sync = static_cast<EGLSync_t*>(eglsync); in eglDestroySyncKHR()2221 EGLSync_t* sync = (EGLSync_t*)eglsync; in eglClientWaitSyncKHR()2255 EGLSync_t* sync = (EGLSync_t*)eglsync; in eglGetSyncAttribKHR()2277 EGLSync_t* sync = (EGLSync_t*)eglsync; in eglDupNativeFenceFDANDROID()2301 EGLSync_t* sync = (EGLSync_t*)eglsync; in eglWaitSyncKHR()