HomeSort by relevance Sort by last modified time
    Searched refs:svga_hwtnl (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw.h 33 struct svga_hwtnl;
40 struct svga_hwtnl *svga_hwtnl_create( struct svga_context *svga,
44 void svga_hwtnl_destroy( struct svga_hwtnl *hwtnl );
46 void svga_hwtnl_set_flatshade( struct svga_hwtnl *hwtnl,
50 void svga_hwtnl_set_unfilled( struct svga_hwtnl *hwtnl,
53 void svga_hwtnl_vdecl( struct svga_hwtnl *hwtnl,
58 void svga_hwtnl_reset_vdecl( struct svga_hwtnl *hwtnl,
63 svga_hwtnl_draw_arrays( struct svga_hwtnl *hwtnl,
69 svga_hwtnl_draw_range_elements( struct svga_hwtnl *hwtnl,
80 svga_hwtnl_is_buffer_referred( struct svga_hwtnl *hwtnl
    [all...]
svga_draw_private.h 116 struct svga_hwtnl { struct
149 svga_hwtnl_prim( struct svga_hwtnl *hwtnl,
156 svga_hwtnl_simple_draw_range_elements( struct svga_hwtnl *hwtnl,
svga_draw.c 45 struct svga_hwtnl *svga_hwtnl_create( struct svga_context *svga,
49 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl);
64 void svga_hwtnl_destroy( struct svga_hwtnl *hwtnl )
86 void svga_hwtnl_set_flatshade( struct svga_hwtnl *hwtnl,
94 void svga_hwtnl_set_unfilled( struct svga_hwtnl *hwtnl,
100 void svga_hwtnl_reset_vdecl( struct svga_hwtnl *hwtnl,
116 void svga_hwtnl_vdecl( struct svga_hwtnl *hwtnl,
136 svga_hwtnl_is_buffer_referred( struct svga_hwtnl *hwtnl,
166 svga_hwtnl_flush( struct svga_hwtnl *hwtnl
    [all...]
svga_draw_elements.c 41 translate_indices( struct svga_hwtnl *hwtnl,
100 svga_hwtnl_simple_draw_range_elements( struct svga_hwtnl *hwtnl,
165 svga_hwtnl_draw_range_elements( struct svga_hwtnl *hwtnl,
svga_draw_arrays.c 42 static enum pipe_error generate_indices( struct svga_hwtnl *hwtnl,
94 static enum pipe_error retrieve_or_generate_indices( struct svga_hwtnl *hwtnl,
188 simple_draw_arrays( struct svga_hwtnl *hwtnl,
225 svga_hwtnl_draw_arrays( struct svga_hwtnl *hwtnl,
svga_context.h 366 struct svga_hwtnl *hwtnl;
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.h 33 struct svga_hwtnl;
40 struct svga_hwtnl *svga_hwtnl_create( struct svga_context *svga,
44 void svga_hwtnl_destroy( struct svga_hwtnl *hwtnl );
46 void svga_hwtnl_set_flatshade( struct svga_hwtnl *hwtnl,
50 void svga_hwtnl_set_unfilled( struct svga_hwtnl *hwtnl,
53 void svga_hwtnl_vdecl( struct svga_hwtnl *hwtnl,
58 void svga_hwtnl_reset_vdecl( struct svga_hwtnl *hwtnl,
63 svga_hwtnl_draw_arrays( struct svga_hwtnl *hwtnl,
69 svga_hwtnl_draw_range_elements( struct svga_hwtnl *hwtnl,
80 svga_hwtnl_is_buffer_referred( struct svga_hwtnl *hwtnl
    [all...]
svga_draw_private.h 116 struct svga_hwtnl { struct
149 svga_hwtnl_prim( struct svga_hwtnl *hwtnl,
156 svga_hwtnl_simple_draw_range_elements( struct svga_hwtnl *hwtnl,
svga_draw.c 45 struct svga_hwtnl *svga_hwtnl_create( struct svga_context *svga,
49 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl);
64 void svga_hwtnl_destroy( struct svga_hwtnl *hwtnl )
86 void svga_hwtnl_set_flatshade( struct svga_hwtnl *hwtnl,
94 void svga_hwtnl_set_unfilled( struct svga_hwtnl *hwtnl,
100 void svga_hwtnl_reset_vdecl( struct svga_hwtnl *hwtnl,
116 void svga_hwtnl_vdecl( struct svga_hwtnl *hwtnl,
136 svga_hwtnl_is_buffer_referred( struct svga_hwtnl *hwtnl,
166 svga_hwtnl_flush( struct svga_hwtnl *hwtnl
    [all...]
svga_draw_elements.c 41 translate_indices( struct svga_hwtnl *hwtnl,
100 svga_hwtnl_simple_draw_range_elements( struct svga_hwtnl *hwtnl,
165 svga_hwtnl_draw_range_elements( struct svga_hwtnl *hwtnl,
svga_draw_arrays.c 42 static enum pipe_error generate_indices( struct svga_hwtnl *hwtnl,
94 static enum pipe_error retrieve_or_generate_indices( struct svga_hwtnl *hwtnl,
188 simple_draw_arrays( struct svga_hwtnl *hwtnl,
225 svga_hwtnl_draw_arrays( struct svga_hwtnl *hwtnl,
svga_context.h 366 struct svga_hwtnl *hwtnl;

Completed in 50 milliseconds