Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_context.c203 return &vbo->current[_vbo_attribute_alias_map[vmp][attr]]; in _vbo_current_attrib()
Dvbo_private.h85 _vbo_attribute_alias_map[VP_MODE_MAX][VERT_ATTRIB_MAX];
Dvbo_exec.c35 _vbo_attribute_alias_map[VP_MODE_MAX][VERT_ATTRIB_MAX] = { variable
Dvbo_exec_draw.c125 const GLubyte *const vao_to_vbo_map = _vbo_attribute_alias_map[mode]; in vbo_exec_bind_arrays()
Dvbo_save_api.c309 const GLubyte *const vao_to_vbo_map = _vbo_attribute_alias_map[mode]; in compare_vao()
375 const GLubyte *const vao_to_vbo_map = _vbo_attribute_alias_map[mode]; in update_vao()