HomeSort by relevance Sort by last modified time
    Searched defs:component_slots (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.cpp 590 glsl_type::component_slots() const function in class:glsl_type
603 size += this->fields.structure[i].type->component_slots();
609 return this->length * this->fields.array->component_slots();
  /external/mesa3d/src/glsl/
glsl_types.cpp 590 glsl_type::component_slots() const function in class:glsl_type
603 size += this->fields.structure[i].type->component_slots();
609 return this->length * this->fields.array->component_slots();

Completed in 60 milliseconds