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.cpp351 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_DupNativeFenceFDANDROID() local
684 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_CopyMetalSharedEventANGLE() local
1831 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_ClientWaitSyncKHR() local
1903 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_DestroySyncKHR() local
1942 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_GetSyncAttribKHR() local
2219 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_SignalSyncKHR() local
2602 egl::SyncID syncPacked = PackParam<egl::SyncID>(sync); in EGL_WaitSyncKHR() local
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
Dentry_points_gles_3_0_autogen.cpp395 SyncID syncPacked = PackParam<SyncID>(sync); in GL_ClientWaitSync() local
656 SyncID syncPacked = PackParam<SyncID>(sync); in GL_DeleteSync() local
1653 SyncID syncPacked = PackParam<SyncID>(sync); in GL_GetSynciv() local
2012 SyncID syncPacked = PackParam<SyncID>(sync); in GL_IsSync() local
3287 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()
1156 egl::SyncID syncPacked, in CaptureCopyMetalSharedEventANGLE()
1735 egl::SyncID syncPacked, in CaptureClientWaitSyncKHR()
1777 egl::SyncID syncPacked, in CaptureDestroySyncKHR()
1795 egl::SyncID syncPacked, in CaptureGetSyncAttribKHR()
1941 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.cpp473 SyncID syncPacked, in CaptureGetSynciv_length()
488 SyncID syncPacked, in CaptureGetSynciv_values()
/external/angle/src/libANGLE/
DvalidationES3.cpp3780 SyncID syncPacked, in ValidateGetSynciv()
4801 bool ValidateIsSync(const Context *context, angle::EntryPoint entryPoint, SyncID syncPacked) in ValidateIsSync()
4812 bool ValidateDeleteSync(const Context *context, angle::EntryPoint entryPoint, SyncID syncPacked) in ValidateDeleteSync()
4831 SyncID syncPacked, in ValidateClientWaitSync()
4865 SyncID syncPacked, in ValidateWaitSync()
DvalidationEGL.cpp4370 SyncID syncPacked) in ValidateDestroySyncKHR()
4387 SyncID syncPacked, in ValidateClientWaitSyncKHR()
4431 SyncID syncPacked, in ValidateWaitSyncKHR()
DContext.cpp1254 void Context::deleteSync(SyncID syncPacked) in deleteSync()
6507 void Context::getSynciv(SyncID syncPacked, in getSynciv()
7830 GLenum Context::clientWaitSync(SyncID syncPacked, GLbitfield flags, GLuint64 timeout) in clientWaitSync()
7842 void Context::waitSync(SyncID syncPacked, GLbitfield flags, GLuint64 timeout) in waitSync()