Home
last modified time | relevance | path

Searched refs:get_dispatch (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c82 get_dispatch(void) in get_dispatch() function
98 CALL_VertexAttrib1fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]))); in VertexAttrib1NbvNV()
104 CALL_VertexAttrib1fNV(get_dispatch(), (index, (GLfloat)v[0])); in VertexAttrib1bvNV()
110 CALL_VertexAttrib2fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1]))); in VertexAttrib2NbvNV()
116 CALL_VertexAttrib2fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); in VertexAttrib2bvNV()
122 CALL_VertexAttrib3fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), in VertexAttrib3NbvNV()
130 CALL_VertexAttrib3fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2])); in VertexAttrib3bvNV()
136 CALL_VertexAttrib4fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), in VertexAttrib4NbvNV()
145 …CALL_VertexAttrib4fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloa… in VertexAttrib4bvNV()
153 CALL_VertexAttrib1fNV(get_dispatch(), (index, UBYTE_TO_FLOAT(v[0]))); in VertexAttrib1NubvNV()
[all …]
/third_party/boost/boost/polygon/
Dpolygon_90_set_data.hpp163get_dispatch(output, typename geometry_concept<typename output_container::value_type>::type()); in get()
168get_dispatch(output, typename geometry_concept<typename output_container::value_type>::type(), vth… in get()
174 get_dispatch(output, polygon_90_concept()); in get_polygons()
830 void get_dispatch(output_container& output, rectangle_concept ) const { in get_dispatch() function in boost::polygon::polygon_90_set_data
835 void get_dispatch(output_container& output, polygon_90_concept tag) const { in get_dispatch() function in boost::polygon::polygon_90_set_data
840 void get_dispatch(output_container& output, polygon_90_concept tag, in get_dispatch() function in boost::polygon::polygon_90_set_data
846 void get_dispatch(output_container& output, polygon_90_with_holes_concept tag) const { in get_dispatch() function in boost::polygon::polygon_90_set_data
851 void get_dispatch(output_container& output, polygon_90_with_holes_concept tag, in get_dispatch() function in boost::polygon::polygon_90_set_data
858 void get_dispatch(output_container& output, polygon_45_concept tag) const { in get_dispatch() function in boost::polygon::polygon_90_set_data
862 void get_dispatch(output_container& output, polygon_45_with_holes_concept tag) const { in get_dispatch() function in boost::polygon::polygon_90_set_data
[all …]
Dpolygon_45_set_data.hpp152get_dispatch(output, typename geometry_concept<typename output_container::value_type>::type()); in get()
244 get_dispatch(container, polygon_45_concept()); in get_polygons()
250 get_dispatch(container, polygon_45_with_holes_concept()); in get_polygons_with_holes()
353 void get_dispatch(output_container& output, polygon_45_concept tag) const { in get_dispatch() function in boost::polygon::polygon_45_set_data
357 void get_dispatch(output_container& output, polygon_45_with_holes_concept tag) const { in get_dispatch() function in boost::polygon::polygon_45_set_data
361 void get_dispatch(output_container& output, polygon_concept tag) const { in get_dispatch() function in boost::polygon::polygon_45_set_data
365 void get_dispatch(output_container& output, polygon_with_holes_concept tag) const { in get_dispatch() function in boost::polygon::polygon_45_set_data
Dpolygon_set_data.hpp236get_dispatch(output, typename geometry_concept<typename output_container::value_type>::type()); in get()
783 void get_dispatch(output_container& output, polygon_concept tag) const { in get_dispatch() function in boost::polygon::polygon_set_data
787 void get_dispatch(output_container& output, polygon_with_holes_concept tag) const { in get_dispatch() function in boost::polygon::polygon_set_data
/third_party/libsoup/tests/
Dlibsoup.supp111 glib/get_dispatch
114 fun:get_dispatch
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.c86 get_dispatch(Display *dpy) in get_dispatch() function
140 TABLE = get_dispatch(DPY); \
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp1691 get_dispatch( in get_dispatch() function
1701 get_dispatch(const adj_list_helper< Config, Base >&, Property p, in get_dispatch() function
1712 get_dispatch(adj_list_helper< Config, Base >& g, Property p, in get_dispatch() function
1722 get_dispatch(const adj_list_helper< Config, Base >& g, Property p, in get_dispatch() function
1741 return detail::get_dispatch(g, p, Kind()); in get()
1750 return detail::get_dispatch(g, p, Kind()); in get()
/third_party/glib/glib/
Dgmain.c2969 get_dispatch (void) in get_dispatch() function
3092 GMainDispatch *dispatch = get_dispatch (); in g_main_depth()
3108 GMainDispatch *dispatch = get_dispatch (); in g_main_current_source()
3281 GMainDispatch *current = get_dispatch (); in g_main_dispatch()