Searched defs:add_vertex_color (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_renderer.c126 add_vertex_color(struct xa_context *r, float x, float y, float color[4]) function
541 add_vertex_color(r, x0, y0, color);
543 add_vertex_color(r, x1, y0, color);
545 add_vertex_color(r, x1, y1, color);
547 add_vertex_color(r, x0, y1, color);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c100 add_vertex_color(struct xorg_renderer *r, function
478 add_vertex_color(r, x0, y0, color);
480 add_vertex_color(r, x1, y0, color);
482 add_vertex_color(r, x1, y1, color);
484 add_vertex_color(r, x0, y1, color);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c126 add_vertex_color(struct xa_context *r, float x, float y, float color[4]) function
541 add_vertex_color(r, x0, y0, color);
543 add_vertex_color(r, x1, y0, color);
545 add_vertex_color(r, x1, y1, color);
547 add_vertex_color(r, x0, y1, color);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c100 add_vertex_color(struct xorg_renderer *r, function
478 add_vertex_color(r, x0, y0, color);
480 add_vertex_color(r, x1, y0, color);
482 add_vertex_color(r, x1, y1, color);
484 add_vertex_color(r, x0, y1, color);

Completed in 118 milliseconds