HomeSort by relevance Sort by last modified time
    Searched defs:draw_context (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 61 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 *draw )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 61 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 *draw )
    [all...]

Completed in 34 milliseconds