Home
last modified time | relevance | path

Searched defs:getVertexAttributes (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.h35 VertexAttributeArray& getVertexAttributes() { return mVertexAttributes; } in getVertexAttributes() function
/external/angle/src/libANGLE/
DVertexArray.h47 const std::vector<VertexAttribute> &getVertexAttributes() const { return mVertexAttributes; } in getVertexAttributes() function
234 const std::vector<VertexAttribute> &getVertexAttributes() const in getVertexAttributes() function
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp907 const VertexAttributeArray &Context::getVertexAttributes() in getVertexAttributes() function in es1::Context