Home
last modified time | relevance | path

Searched refs:getVertexAttributes (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.h35 VertexAttributeArray& getVertexAttributes() { return mVertexAttributes; } in getVertexAttributes() function
DContext.cpp852 return getCurrentVertexArray()->getVertexAttributes(); in getVertexArrayAttributes()
/external/swiftshader/src/OpenGL/libGLES_CM/
DVertexDataManager.cpp122 const VertexAttributeArray &attribs = mContext->getVertexAttributes(); in prepareVertexData()
DContext.h435 const VertexAttributeArray &getVertexAttributes();
DContext.cpp902 const VertexAttributeArray &Context::getVertexAttributes() in getVertexAttributes() function in es1::Context
/external/swiftshader/src/OpenGL/libGL/
DVertexDataManager.cpp121 const VertexAttributeArray &attribs = mContext->getVertexAttributes(); in prepareVertexData()
DContext.h588 const VertexAttributeArray &getVertexAttributes();
DContext.cpp753 const VertexAttributeArray &Context::getVertexAttributes() in getVertexAttributes() function in gl::Context