/third_party/grpc/test/cpp/client/ |
D | credentials_test.cc | 376 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/ |
D | apple_cgl.h | 55 CGLError(*destroy_context) (CGLContextObj pix); member
|
D | apple_cgl.c | 106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); in apple_cgl_init()
|
D | apple_glx_pixmap.c | 99 (void) apple_cgl.destroy_context(p->context_obj); in pixmap_destroy()
|
D | apple_glx_pbuffer.c | 244 apple_cgl.destroy_context(newcontext); in get_max_size()
|
D | apple_glx_context.c | 269 if (apple_cgl.destroy_context(ac->context_obj)) { in apple_glx_destroy_context()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
D | gstglwindow_win32.h | 71 void (*destroy_context) (GstGLWindowWin32 *window); member
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-om-parser.c | 62 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/ |
D | tls_credentials_options.cc | 38 c_arg_->destroy_context = &TlsServerAuthorizationCheckArgDestroyContext; in TlsServerAuthorizationCheckArg()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcontext.h | 160 void (*destroy_context) (GstGLContext *context); member
|
D | gstglcontext.c | 1401 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/ |
D | tls_security_connector.cc | 481 if (arg->destroy_context != nullptr) { in ServerAuthorizationCheckArgDestroy() 482 arg->destroy_context(arg->context); in ServerAuthorizationCheckArgDestroy()
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 985 void (*destroy_context)(void* ctx); member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/ |
D | gstglcontext_wgl.c | 81 context_class->destroy_context = in gst_gl_context_wgl_class_init()
|
/third_party/ffmpeg/libavdevice/ |
D | avfoundation.m | 287 static void destroy_context(AVFContext* ctx) function 1002 destroy_context(ctx); 1190 destroy_context(ctx);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 1506 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/ |
D | gstglcontext_cocoa.m | 59 context_class->destroy_context =
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/ |
D | gstglcontext_eagl.m | 76 context_class->destroy_context =
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 90 context_class->destroy_context = in gst_gl_context_glx_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 95 context_class->destroy_context = in gst_gl_context_egl_class_init()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNegativeApiTests.cpp | 720 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/ |
D | egl-master.txt | 2318 dEQP-EGL.functional.negative_api.destroy_context
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/master/ |
D | egl-master.txt | 2361 dEQP-EGL.functional.negative_api.destroy_context
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/ |
D | egl-master.txt | 2361 dEQP-EGL.functional.negative_api.destroy_context
|
/third_party/vk-gl-cts/android/cts/master/ |
D | egl-master.txt | 2449 dEQP-EGL.functional.negative_api.destroy_context
|