Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp351 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_DupNativeFenceFDANDROID() local
629 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_CopyMetalSharedEventANGLE() local
1769 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_ClientWaitSyncKHR() local
1841 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_DestroySyncKHR() local
1880 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_GetSyncAttribKHR() local
2157 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_SignalSyncKHR() local
2540 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_WaitSyncKHR() local
H A Dentry_points_egl_autogen.cpp1224 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_ClientWaitSync() local
1465 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_DestroySync() local
1543 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_GetSyncAttrib() local
1578 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_WaitSync() local
H A Dentry_points_gles_3_0_autogen.cpp399 SyncID syncPacked = PackParam<SyncID>(sync); in GL_ClientWaitSync() local
674 SyncID syncPacked = PackParam<SyncID>(sync); in GL_DeleteSync() local
1670 SyncID syncPacked = PackParam<SyncID>(sync); in GL_GetSynciv() local
2036 SyncID syncPacked = PackParam<SyncID>(sync); in GL_IsSync() local
3352 SyncID syncPacked = PackParam<SyncID>(sync); in GL_WaitSync() local
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A 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()
1707 egl::SyncID syncPacked, in CaptureClientWaitSyncKHR()
1749 egl::SyncID syncPacked, in CaptureDestroySyncKHR()
1767 egl::SyncID syncPacked, in CaptureGetSyncAttribKHR()
1913 egl::SyncID syncPacked, in CaptureSignalSyncKHR()
[all …]
H A 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()
H A Dcapture_gles_3_0_params.cpp472 SyncID syncPacked, in CaptureGetSynciv_length()
487 SyncID syncPacked, in CaptureGetSynciv_values()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES3.cpp3740 SyncID syncPacked, in ValidateGetSynciv()
4749 bool ValidateIsSync(const Context *context, angle::EntryPoint entryPoint, SyncID syncPacked) in ValidateIsSync()
4760 bool ValidateDeleteSync(const Context *context, angle::EntryPoint entryPoint, SyncID syncPacked) in ValidateDeleteSync()
4779 SyncID syncPacked, in ValidateClientWaitSync()
4807 SyncID syncPacked, in ValidateWaitSync()
H A DvalidationEGL.cpp4171 SyncID syncPacked) in ValidateDestroySyncKHR()
4188 SyncID syncPacked, in ValidateClientWaitSyncKHR()
4232 SyncID syncPacked, in ValidateWaitSyncKHR()
H A DContext.cpp1218 void Context::deleteSync(SyncID syncPacked) in deleteSync()
6502 void Context::getSynciv(SyncID syncPacked, in getSynciv()
8049 GLenum Context::clientWaitSync(SyncID syncPacked, GLbitfield flags, GLuint64 timeout) in clientWaitSync()
8061 void Context::waitSync(SyncID syncPacked, GLbitfield flags, GLuint64 timeout) in waitSync()