Home
last modified time | relevance | path

Searched refs:clip_func (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_xform.h94 typedef GLvector4f * (*clip_func)(GLvector4f *vClip, typedef
144 extern clip_func _mesa_clip_tab[5];
145 extern clip_func _mesa_clip_np_tab[5];
Dm_xform.c62 clip_func _mesa_clip_tab[5];
63 clip_func _mesa_clip_np_tab[5];
Dm_debug_clip.c46 static clip_func *clip_tab[2] = {
193 static clip_func ref_cliptest[5] = {
229 static int test_cliptest_function( clip_func func, int np, in test_cliptest_function()
383 clip_func func = clip_tab[np][psize]; in _math_test_all_cliptest_functions()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c114 GstCollectPadsClipFunction clip_func; member
558 pads->priv->clip_func = clipfunc; in gst_collect_pads_set_clip_function()
1629 if (pads->priv->clip_func) { in gst_collect_pads_clip_time()
1633 pads->priv->clip_func (pads, data, in, &out, pads->priv->clip_user_data); in gst_collect_pads_clip_time()
2170 if (pads->priv->clip_func) { in gst_collect_pads_chain()
2173 pads->priv->clip_func (pads, data, buffer, &outbuf, in gst_collect_pads_chain()