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

  /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/mesa3d/src/glsl/
linker.cpp     [all...]

Completed in 45 milliseconds