HomeSort by relevance Sort by last modified time
    Searched refs:AttributeBindings (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Program.h 35 class AttributeBindings
38 AttributeBindings();
39 ~AttributeBindings();
114 AttributeBindings mAttributeBindings;
Program.cpp 19 AttributeBindings::AttributeBindings()
23 AttributeBindings::~AttributeBindings()
220 void AttributeBindings::bindAttributeLocation(GLuint index, const char *name)
253 int AttributeBindings::getAttributeBinding(const std::string &name) const
ProgramBinary.h 39 class AttributeBindings;
100 bool link(InfoLog &infoLog, const AttributeBindings &attributeBindings, FragmentShader *fragmentShader, VertexShader *vertexShader);
130 bool linkAttributes(InfoLog &infoLog, const AttributeBindings &attributeBindings, FragmentShader *fragmentShader, VertexShader *vertexShader);
ProgramBinary.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderobj.c 243 prog->AttributeBindings = string_to_uint_map_ctor();
317 if (shProg->AttributeBindings) {
318 string_to_uint_map_dtor(shProg->AttributeBindings);
319 shProg->AttributeBindings = NULL;
shader_query.cpp 71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name);
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
shaderobj.c 243 prog->AttributeBindings = string_to_uint_map_ctor();
317 if (shProg->AttributeBindings) {
318 string_to_uint_map_dtor(shProg->AttributeBindings);
319 shProg->AttributeBindings = NULL;
shader_query.cpp 71 shProg->AttributeBindings->put(index + VERT_ATTRIB_GENERIC0, name);
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp     [all...]
  /external/mesa3d/src/glsl/
linker.cpp     [all...]

Completed in 881 milliseconds