Home
last modified time | relevance | path

Searched refs:_vbo_attribute_alias_map (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_private.h64 _vbo_attribute_alias_map[VP_MODE_MAX][VERT_ATTRIB_MAX];
Dvbo_context.c218 return &vbo->current[_vbo_attribute_alias_map[vmp][attr]]; in _vbo_current_attrib()
Dvbo_exec.c36 _vbo_attribute_alias_map[VP_MODE_MAX][VERT_ATTRIB_MAX] = { variable
Dvbo_exec_draw.c118 const GLubyte *const vao_to_vbo_map = _vbo_attribute_alias_map[mode]; in vbo_exec_bind_arrays()
Dvbo_save_api.c385 const GLubyte *const vao_to_vbo_map = _vbo_attribute_alias_map[mode]; in compare_vao()
451 const GLubyte *const vao_to_vbo_map = _vbo_attribute_alias_map[mode]; in update_vao()