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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp 537 void *activeAttributes;
538 ShGetInfoPointer(mVertexCompiler, SH_ACTIVE_ATTRIBUTES_ARRAY, &activeAttributes);
539 mActiveAttributes = *(std::vector<Attribute>*)activeAttributes;
Shader.h 157 const std::vector<Attribute> &activeAttributes() const { return mActiveAttributes; }
ProgramBinary.cpp     [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 500 set<string> activeAttributes;
576 activeAttributes.insert(name);
586 if (activeAttributes.find(attrib.getName()) == activeAttributes.end())
594 if (activeAttributes.find(attrib.getName()) != activeAttributes.end())
    [all...]

Completed in 203 milliseconds