Home
last modified time | relevance | path

Searched refs:context_wrap (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/classic/core/non_terminal/
Dparser_context.hpp140 context_t context_wrap(this_); \
141 context_wrap.pre_parse(this_, scan_wrap); \
143 return context_wrap.post_parse(hit, this_, scan_wrap);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c414 GstGLWrappedContext *context_wrap = NULL; in gst_gl_context_new_wrapped() local
431 context_wrap = g_object_new (GST_TYPE_GL_WRAPPED_CONTEXT, NULL); in gst_gl_context_new_wrapped()
432 gst_object_ref_sink (context_wrap); in gst_gl_context_new_wrapped()
434 if (!context_wrap) { in gst_gl_context_new_wrapped()
441 context = (GstGLContext *) context_wrap; in gst_gl_context_new_wrapped()
445 context_wrap->handle = handle; in gst_gl_context_new_wrapped()
446 context_wrap->platform = context_type; in gst_gl_context_new_wrapped()
447 context_wrap->available_apis = available_apis; in gst_gl_context_new_wrapped()
1976 GstGLWrappedContext *context_wrap = GST_GL_WRAPPED_CONTEXT (context); in gst_gl_wrapped_context_get_gl_api() local
1978 return context_wrap->available_apis; in gst_gl_wrapped_context_get_gl_api()
[all …]