Searched defs:max_indices (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vbuf.h57 unsigned max_indices; member in struct:vbuf_render
H A Ddraw_pipe_vbuf.c74 unsigned max_indices; member in struct:vbuf_stage
112 vbuf->nr_indices + nr > vbuf->max_indices)
442 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1);
444 vbuf->indices = (ushort *) align_malloc( vbuf->max_indices *
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vbuf.h57 unsigned max_indices; member in struct:vbuf_render
H A Ddraw_pipe_vbuf.c74 unsigned max_indices; member in struct:vbuf_stage
112 vbuf->nr_indices + nr > vbuf->max_indices)
442 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1);
444 vbuf->indices = (ushort *) align_malloc( vbuf->max_indices *
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo.h96 GLuint max_indices; member in struct:split_limits
/external/mesa3d/src/mesa/vbo/
H A Dvbo.h96 GLuint max_indices; member in struct:split_limits

Completed in 183 milliseconds