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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
InputLayoutCache.cpp 76 int sortedSemanticIndices[gl::MAX_VERTEX_ATTRIBS];
77 programBinary->sortAttributesByLayout(attributes, sortedSemanticIndices);
109 ilKey.elements[ilKey.elementCount].SemanticIndex = sortedSemanticIndices[i];
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
ProgramBinary.h 117 void sortAttributesByLayout(rx::TranslatedAttribute attributes[gl::MAX_VERTEX_ATTRIBS], int sortedSemanticIndices[MAX_VERTEX_ATTRIBS]) const;
ProgramBinary.cpp     [all...]

Completed in 101 milliseconds