Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfeature.c183 gboolean in_core = FALSE; in _gst_gl_feature_check() local
206 in_core = TRUE; in _gst_gl_feature_check()
229 in_core ? "" : "not "); in _gst_gl_feature_check()
232 if (func == NULL && in_core) { in _gst_gl_feature_check()
/third_party/boost/boost/graph/
Dvf2_sub_graph_iso.hpp274 bool in_core(const vertex_this_type& v) const in in_core() function in boost::detail::base_state
523 if (state1_.in_core(v) || (v == v_new)) in feasible()
553 if (state1_.in_core(v) || (v == v_new)) in feasible()
588 if (state2_.in_core(w) || (w == w_new)) in feasible()
623 if (state2_.in_core(w) || (w == w_new)) in feasible()
685 return !state1_.in_core(v); in possible_candidate1()
699 return !state2_.in_core(w); in possible_candidate2()