Home
last modified time | relevance | path

Searched refs:SyncCondition (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/egl/main/
Deglsync.c100 sync->SyncCondition = EGL_SYNC_CL_EVENT_COMPLETE_KHR; in _eglInitSync()
104 sync->SyncCondition = EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR; in _eglInitSync()
106 sync->SyncCondition = EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID; in _eglInitSync()
109 sync->SyncCondition = EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR; in _eglInitSync()
146 *value = sync->SyncCondition; in _eglGetSyncAttrib()
Deglsync.h49 EGLenum SyncCondition; member
/external/mesa3d/src/mesa/main/
Dsyncobj.c289 syncObj->SyncCondition = condition; in fence_sync()
471 v[0] = syncObj->SyncCondition; in _mesa_GetSynciv()
Dmtypes.h3311 GLenum16 SyncCondition; member
/external/angle/src/libANGLE/
Dgl_enum_utils_autogen.h182 SyncCondition, enumerator
Dgl_enum_utils_autogen.cpp3423 case GLenumGroup::SyncCondition: in GLenumToString()
Dcapture_gles_3_0_autogen.cpp548 paramBuffer.addEnumParam("condition", GLenumGroup::SyncCondition, ParamType::TGLenum, in CaptureFenceSync()
/external/angle/src/libGL/
Dentry_points_gl_3_2_autogen.cpp181 GLenumToString(GLenumGroup::SyncCondition, condition), in FenceSync()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp714 GLenumToString(GLenumGroup::SyncCondition, condition), in FenceSync()
Dentry_points_gles_ext_autogen.cpp11671 GLenumToString(GLenumGroup::SyncCondition, condition), in FenceSyncContextANGLE()