Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.cpp119 const VertexAttributeArray &attribs = mContext->getVertexArrayAttributes(); in prepareVertexData()
DContext.h527 const VertexAttributeArray &getVertexArrayAttributes();
DContext.cpp845 const VertexAttributeArray &Context::getVertexArrayAttributes() in getVertexArrayAttributes() function in es2::Context