Searched refs:AttributeBindings (Results 1 – 4 of 4) sorted by relevance
243 prog->AttributeBindings = string_to_uint_map_ctor(); in _mesa_init_shader_program()317 if (shProg->AttributeBindings) { in _mesa_free_shader_program_data()318 string_to_uint_map_dtor(shProg->AttributeBindings); in _mesa_free_shader_program_data()319 shProg->AttributeBindings = NULL; in _mesa_free_shader_program_data()
71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name); in _mesa_BindAttribLocationARB()
2312 struct string_to_uint_map *AttributeBindings; member
1346 if (prog->AttributeBindings->get(binding, var->name)) { in assign_attribute_or_color_locations()