Home
last modified time | relevance | path

Searched refs:getTranslatedAttribs (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.h49 const std::vector<TranslatedAttribute> &getTranslatedAttribs() const;
DVertexArray11.cpp337 const std::vector<TranslatedAttribute> &VertexArray11::getTranslatedAttribs() const in getTranslatedAttribs() function in rx::VertexArray11
DStateManager11.cpp2985 const auto &vertexArrayAttribs = mVertexArray11->getTranslatedAttribs(); in syncVertexBuffersAndInputLayout()