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

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgram.h37 class AttributeBindings class in namespace:gl
40 AttributeBindings();
41 ~AttributeBindings();
129 AttributeBindings mAttributeBindings;
H A DProgram.cpp19 AttributeBindings::AttributeBindings() function in class:gl::AttributeBindings
23 AttributeBindings::~AttributeBindings()
226 void AttributeBindings::bindAttributeLocation(GLuint index, const char *name)
261 int AttributeBindings::getAttributeBinding(const std::string &name) const
H A DProgramBinary.h58 class AttributeBindings;
156 bool link(InfoLog &infoLog, const AttributeBindings &attributeBindings, Shader *fragmentShader, Shader *vertexShader,
213 bool linkAttributes(InfoLog &infoLog, const AttributeBindings &attributeBindings, const Shader *vertexShader);
H A DProgramBinary.cpp1570 bool ProgramBinary::link(InfoLog &infoLog, const AttributeBindings &attributeBindings, Shader *fragmentShader, Shader *vertexShader,
1669 bool ProgramBinary::linkAttributes(InfoLog &infoLog, const AttributeBindings &attributeBindings, const Shader *vertexShader)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderobj.c243 prog->AttributeBindings = string_to_uint_map_ctor();
317 if (shProg->AttributeBindings) {
318 string_to_uint_map_dtor(shProg->AttributeBindings);
319 shProg->AttributeBindings = NULL;
H A Dshader_query.cpp71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name);
H A Dmtypes.h2312 struct string_to_uint_map *AttributeBindings; member in struct:gl_shader_program
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c243 prog->AttributeBindings = string_to_uint_map_ctor();
317 if (shProg->AttributeBindings) {
318 string_to_uint_map_dtor(shProg->AttributeBindings);
319 shProg->AttributeBindings = NULL;
H A Dshader_query.cpp71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name);
H A Dmtypes.h2312 struct string_to_uint_map *AttributeBindings; member in struct:gl_shader_program
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp1346 if (prog->AttributeBindings->get(binding, var->name)) {
/external/mesa3d/src/glsl/
H A Dlinker.cpp1346 if (prog->AttributeBindings->get(binding, var->name)) {

Completed in 293 milliseconds