Home
last modified time | relevance | path

Searched defs:has_user_indices (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglthread_draw.c805 bool has_user_indices = vao->CurrentElementBufferName == 0 && indices; in draw_elements() local
1153 bool has_user_indices = false; in _mesa_marshal_MultiDrawElementsBaseVertex() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2131 bool has_user_indices = info->index_size && info->has_user_indices; in r600_draw_vbo() local
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h861 bool has_user_indices:1; /**< if true, use index.user_buffer */ member