/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 82 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/ |
D | polygon_90_set_data.hpp | 163 … get_dispatch(output, typename geometry_concept<typename output_container::value_type>::type()); in get() 168 …get_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 …]
|
D | polygon_45_set_data.hpp | 152 … get_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
|
D | polygon_set_data.hpp | 236 … get_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/ |
D | libsoup.supp | 111 glib/get_dispatch 114 fun:get_dispatch
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 86 get_dispatch(Display *dpy) in get_dispatch() function 140 TABLE = get_dispatch(DPY); \
|
/third_party/boost/boost/graph/detail/ |
D | adjacency_list.hpp | 1691 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/ |
D | gmain.c | 2969 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()
|