Home
last modified time | relevance | path

Searched refs:CreateSync (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DCompletionQueueSafeHandleTest.cs34 var cq = CompletionQueueSafeHandle.CreateSync(); in CreateSyncAndDestroy()
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DPInvokeTest.cs49 CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.CreateSync(); in CompletionQueueCreateSyncDestroyBenchmark()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs42 public static CompletionQueueSafeHandle CreateSync() in CreateSync() method in Grpc.Core.Internal.CompletionQueueSafeHandle
DAsyncCall.cs81 using (CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.CreateSync()) in UnaryCall()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs_autogen.h91 EGLSync CreateSync(Thread *thread,
Dentry_points_egl_autogen.cpp705 EGL_EVENT(CreateSync, "dpy = 0x%016" PRIxPTR ", type = 0x%X, attrib_list = 0x%016" PRIxPTR "", in EGL_CreateSync()
713 ANGLE_EGL_VALIDATE(thread, CreateSync, GetDisplayIfValid(dpyPacked), EGLSync, dpyPacked, type, in EGL_CreateSync()
716 return CreateSync(thread, dpyPacked, type, attrib_listPacked); in EGL_CreateSync()
Degl_stubs.cpp246 EGLSync CreateSync(Thread *thread, Display *display, EGLenum type, const AttributeMap &attributes) in CreateSync() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp390 EGLSyncKHR EGLAPIENTRY CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
622 return egl::CreateSync(dpy, type, attrib_list); in eglCreateSync()
DlibEGL.cpp1369 EGLSync EGLAPIENTRY CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in CreateSync() function
1409 return CreateSync(dpy, type, &attribs); in CreateSyncKHR()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_direct_state_access.txt3925 29) Are we missing CreateSync?
/third_party/openGLES/extensions/ARB/
DARB_direct_state_access.txt3956 29) Are we missing CreateSync?