Searched defs:draw_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_private.h61 struct draw_context;
97 struct draw_context struct
361 boolean draw_init(struct draw_context *draw);
366 boolean draw_vs_init( struct draw_context *draw );
367 void draw_vs_destroy( struct draw_context *draw );
369 void draw_vs_set_viewport( struct draw_context *,
373 draw_vs_set_constants(struct draw_context *,
383 boolean draw_gs_init( struct draw_context *draw );
386 draw_gs_set_constants(struct draw_context *,
391 void draw_gs_destroy( struct draw_context *dra
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h61 struct draw_context;
97 struct draw_context struct
361 boolean draw_init(struct draw_context *draw);
366 boolean draw_vs_init( struct draw_context *draw );
367 void draw_vs_destroy( struct draw_context *draw );
369 void draw_vs_set_viewport( struct draw_context *,
373 draw_vs_set_constants(struct draw_context *,
383 boolean draw_gs_init( struct draw_context *draw );
386 draw_gs_set_constants(struct draw_context *,
391 void draw_gs_destroy( struct draw_context *dra
[all...]

Completed in 273 milliseconds