Home
last modified time | relevance | path

Searched refs:destroy_context (Results 1 – 25 of 29) sorted by relevance

12

/third_party/grpc/test/cpp/client/
Dcredentials_test.cc376 if (c_arg->destroy_context != nullptr) { in TEST_F()
377 c_arg->destroy_context(c_arg->context); in TEST_F()
431 c_arg.destroy_context(c_arg.context); in TEST_F()
512 if (c_arg->destroy_context != nullptr) { in TEST_F()
513 c_arg->destroy_context(c_arg->context); in TEST_F()
546 c_arg.destroy_context(c_arg.context); in TEST_F()
657 c_credential_reload_arg.destroy_context(c_credential_reload_arg.context); in TEST_F()
659 c_server_authorization_check_arg.destroy_context( in TEST_F()
710 if (c_arg->destroy_context != nullptr) { in TEST_F()
711 c_arg->destroy_context(c_arg->context); in TEST_F()
[all …]
/third_party/mesa3d/src/glx/apple/
Dapple_cgl.h55 CGLError(*destroy_context) (CGLContextObj pix); member
Dapple_cgl.c106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); in apple_cgl_init()
Dapple_glx_pixmap.c99 (void) apple_cgl.destroy_context(p->context_obj); in pixmap_destroy()
Dapple_glx_pbuffer.c244 apple_cgl.destroy_context(newcontext); in get_max_size()
Dapple_glx_context.c269 if (apple_cgl.destroy_context(ac->context_obj)) { in apple_glx_destroy_context()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.h71 void (*destroy_context) (GstGLWindowWin32 *window); member
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-om-parser.c62 static void destroy_context (ParsingContext * a_ctxt);
137 destroy_context (ParsingContext * a_ctxt) in destroy_context() function
301 destroy_context (ctxt); in end_document()
308 destroy_context (ctxt); in end_document()
/third_party/grpc/src/cpp/common/
Dtls_credentials_options.cc38 c_arg_->destroy_context = &TlsServerAuthorizationCheckArgDestroyContext; in TlsServerAuthorizationCheckArg()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.h160 void (*destroy_context) (GstGLContext *context); member
Dgstglcontext.c1401 context_class->destroy_context (context); in gst_gl_context_create_thread()
1450 g_return_if_fail (context_class->destroy_context != NULL); in gst_gl_context_destroy()
1452 context_class->destroy_context (context); in gst_gl_context_destroy()
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc481 if (arg->destroy_context != nullptr) { in ServerAuthorizationCheckArgDestroy()
482 arg->destroy_context(arg->context); in ServerAuthorizationCheckArgDestroy()
/third_party/grpc/include/grpc/
Dgrpc_security.h985 void (*destroy_context)(void* ctx); member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c81 context_class->destroy_context = in gst_gl_context_wgl_class_init()
/third_party/ffmpeg/libavdevice/
Davfoundation.m287 static void destroy_context(AVFContext* ctx) function
1002 destroy_context(ctx);
1190 destroy_context(ctx);
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1506 bool destroy_context; in iris_resource_disable_suballoc_on_first_query() local
1509 destroy_context = false; in iris_resource_disable_suballoc_on_first_query()
1520 destroy_context = true; in iris_resource_disable_suballoc_on_first_query()
1528 if (destroy_context) in iris_resource_disable_suballoc_on_first_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcontext_cocoa.m59 context_class->destroy_context =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglcontext_eagl.m76 context_class->destroy_context =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c90 context_class->destroy_context = in gst_gl_context_glx_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c95 context_class->destroy_context = in gst_gl_context_egl_class_init()
/third_party/vk-gl-cts/modules/egl/
DteglNegativeApiTests.cpp720 TEGL_ADD_API_CASE(destroy_context, "eglDestroyContext() negative tests", in init()
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt2318 dEQP-EGL.functional.negative_api.destroy_context
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/master/
Degl-master.txt2361 dEQP-EGL.functional.negative_api.destroy_context
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/
Degl-master.txt2361 dEQP-EGL.functional.negative_api.destroy_context
/third_party/vk-gl-cts/android/cts/master/
Degl-master.txt2449 dEQP-EGL.functional.negative_api.destroy_context

12