Home
last modified time | relevance | path

Searched defs:syncPacked (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_egl_ext_autogen.cpp292 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_DupNativeFenceFDANDROID() local
514 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_CopyMetalSharedEventANGLE() local
1412 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_ClientWaitSyncKHR() local
1469 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_DestroySyncKHR() local
1501 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_GetSyncAttribKHR() local
1723 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_SignalSyncKHR() local
2034 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_WaitSyncKHR() local
Dentry_points_egl_autogen.cpp992 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_ClientWaitSync() local
1187 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_DestroySync() local
1250 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_GetSyncAttrib() local
1278 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_WaitSync() local
Dentry_points_gles_3_0_autogen.cpp386 SyncID syncPacked = PackParam<SyncID>(sync); in GL_ClientWaitSync() local
654 SyncID syncPacked = PackParam<SyncID>(sync); in GL_DeleteSync() local
1624 SyncID syncPacked = PackParam<SyncID>(sync); in GL_GetSynciv() local
1979 SyncID syncPacked = PackParam<SyncID>(sync); in GL_IsSync() local
3254 SyncID syncPacked = PackParam<SyncID>(sync); in GL_WaitSync() local
/external/angle/src/libANGLE/capture/
Dcapture_egl_autogen.cpp628 egl::SyncID syncPacked, in CaptureClientWaitSync()
756 egl::SyncID syncPacked, in CaptureDestroySync()
794 egl::SyncID syncPacked, in CaptureGetSyncAttrib()
816 egl::SyncID syncPacked, in CaptureWaitSync()
996 egl::SyncID syncPacked, in CaptureDupNativeFenceFDANDROID()
1134 egl::SyncID syncPacked, in CaptureCopyMetalSharedEventANGLE()
1696 egl::SyncID syncPacked, in CaptureClientWaitSyncKHR()
1738 egl::SyncID syncPacked, in CaptureDestroySyncKHR()
1756 egl::SyncID syncPacked, in CaptureGetSyncAttribKHR()
1902 egl::SyncID syncPacked, in CaptureSignalSyncKHR()
[all …]
Dcapture_gles_3_0_autogen.cpp254 SyncID syncPacked, in CaptureClientWaitSync()
464 CallCapture CaptureDeleteSync(const State &glState, bool isCallValid, SyncID syncPacked) in CaptureDeleteSync()
1367 SyncID syncPacked, in CaptureGetSynciv()
1767 SyncID syncPacked, in CaptureIsSync()
2729 SyncID syncPacked, in CaptureWaitSync()
Dcapture_gles_3_0_params.cpp472 SyncID syncPacked, in CaptureGetSynciv_length()
487 SyncID syncPacked, in CaptureGetSynciv_values()
/external/angle/src/libANGLE/
DvalidationES3.cpp3753 SyncID syncPacked, in ValidateGetSynciv()
4757 bool ValidateIsSync(const Context *context, angle::EntryPoint entryPoint, SyncID syncPacked) in ValidateIsSync()
4768 bool ValidateDeleteSync(const Context *context, angle::EntryPoint entryPoint, SyncID syncPacked) in ValidateDeleteSync()
4787 SyncID syncPacked, in ValidateClientWaitSync()
4815 SyncID syncPacked, in ValidateWaitSync()
DvalidationEGL.cpp4179 SyncID syncPacked) in ValidateDestroySyncKHR()
4196 SyncID syncPacked, in ValidateClientWaitSyncKHR()
4240 SyncID syncPacked, in ValidateWaitSyncKHR()
DContext.cpp1230 void Context::deleteSync(SyncID syncPacked) in deleteSync()
6387 void Context::getSynciv(SyncID syncPacked, in getSynciv()
7934 GLenum Context::clientWaitSync(SyncID syncPacked, GLbitfield flags, GLuint64 timeout) in clientWaitSync()
7946 void Context::waitSync(SyncID syncPacked, GLbitfield flags, GLuint64 timeout) in waitSync()