Home
last modified time | relevance | path

Searched refs:SyncCondition (Results 1 – 9 of 9) 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/capture/
Dgl_enum_utils_autogen.h182 SyncCondition, enumerator
Dgl_enum_utils_autogen.cpp3534 case GLenumGroup::SyncCondition: in GLenumToString()
Dcapture_gles_3_0_autogen.cpp672 paramBuffer.addEnumParam("condition", GLenumGroup::SyncCondition, ParamType::TGLenum, in CaptureFenceSync()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp811 GLenumToString(GLenumGroup::SyncCondition, condition), in GL_FenceSync()
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp2764 GLenumToString(GLenumGroup::SyncCondition, condition), in GL_FenceSync()