Searched refs:AttributeBindings (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Program.h | 35 class AttributeBindings 38 AttributeBindings(); 39 ~AttributeBindings(); 127 AttributeBindings mAttributeBindings;
|
D | Program.cpp | 19 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()
|
D | ProgramBinary.h | 43 class AttributeBindings; variable 136 …bool link(InfoLog &infoLog, const AttributeBindings &attributeBindings, FragmentShader *fragmentSh… 181 …bool linkAttributes(InfoLog &infoLog, const AttributeBindings &attributeBindings, FragmentShader *…
|
D | ProgramBinary.cpp | 1459 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/ |
D | shaderobj.c | 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()
|
D | shader_query.cpp | 71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name); in _mesa_BindAttribLocationARB()
|
D | mtypes.h | 2312 struct string_to_uint_map *AttributeBindings; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | shaderobj.c | 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()
|
D | shader_query.cpp | 71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name); in _mesa_BindAttribLocationARB()
|
D | mtypes.h | 2312 struct string_to_uint_map *AttributeBindings; member
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | linker.cpp | 1346 if (prog->AttributeBindings->get(binding, var->name)) { in assign_attribute_or_color_locations()
|
/external/mesa3d/src/glsl/ |
D | linker.cpp | 1346 if (prog->AttributeBindings->get(binding, var->name)) { in assign_attribute_or_color_locations()
|