Home
last modified time | relevance | path

Searched refs:AttributeBindings (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DProgram.h35 class AttributeBindings
38 AttributeBindings();
39 ~AttributeBindings();
127 AttributeBindings mAttributeBindings;
DProgram.cpp19 AttributeBindings::AttributeBindings() in AttributeBindings() function in gl::AttributeBindings
23 AttributeBindings::~AttributeBindings() in ~AttributeBindings()
226 void AttributeBindings::bindAttributeLocation(GLuint index, const char *name) in bindAttributeLocation()
261 int AttributeBindings::getAttributeBinding(const std::string &name) const in getAttributeBinding()
DProgramBinary.h43 class AttributeBindings; variable
136 …bool link(InfoLog &infoLog, const AttributeBindings &attributeBindings, FragmentShader *fragmentSh…
181 …bool linkAttributes(InfoLog &infoLog, const AttributeBindings &attributeBindings, FragmentShader *…
DProgramBinary.cpp1459 bool ProgramBinary::link(InfoLog &infoLog, const AttributeBindings &attributeBindings, FragmentShad… in link()
1577 bool ProgramBinary::linkAttributes(InfoLog &infoLog, const AttributeBindings &attributeBindings, Fr… in linkAttributes()
/external/mesa3d/src/mesa/main/
Dshaderobj.c243 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()
Dshader_query.cpp71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name); in _mesa_BindAttribLocationARB()
Dmtypes.h2312 struct string_to_uint_map *AttributeBindings; member
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dshaderobj.c243 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()
Dshader_query.cpp71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name); in _mesa_BindAttribLocationARB()
Dmtypes.h2312 struct string_to_uint_map *AttributeBindings; member
/external/chromium_org/third_party/mesa/src/src/glsl/
Dlinker.cpp1346 if (prog->AttributeBindings->get(binding, var->name)) { in assign_attribute_or_color_locations()
/external/mesa3d/src/glsl/
Dlinker.cpp1346 if (prog->AttributeBindings->get(binding, var->name)) { in assign_attribute_or_color_locations()