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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_draw_quad.c46 uint prim_type,
64 cso_draw_arrays(cso, prim_type, 0, num_verts);
67 util_draw_arrays(pipe, prim_type, 0, num_verts);
78 uint prim_type, uint num_verts, uint num_attribs)
90 cso_draw_arrays(cso, prim_type, 0, num_verts);
42 util_draw_vertex_buffer(struct pipe_context *pipe, struct cso_context *cso, struct pipe_resource *vbuf, uint offset, uint prim_type, uint num_verts, uint num_attribs) argument
77 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer, uint prim_type, uint num_verts, uint num_attribs) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_draw_quad.c46 uint prim_type,
64 cso_draw_arrays(cso, prim_type, 0, num_verts);
67 util_draw_arrays(pipe, prim_type, 0, num_verts);
78 uint prim_type, uint num_verts, uint num_attribs)
90 cso_draw_arrays(cso, prim_type, 0, num_verts);
42 util_draw_vertex_buffer(struct pipe_context *pipe, struct cso_context *cso, struct pipe_resource *vbuf, uint offset, uint prim_type, uint num_verts, uint num_attribs) argument
77 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer, uint prim_type, uint num_verts, uint num_attribs) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_program.h92 uint8_t prim_type; /* point, line strip or tri strip */ member in struct:nv50_program::__anon13845
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.h92 uint8_t prim_type; /* point, line strip or tri strip */ member in struct:nv50_program::__anon27256

Completed in 1063 milliseconds