Searched refs:setAttributeState (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | VertexArray.h | 40 void setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, GLenum type,
|
D | VertexArray.cpp | 67 void VertexArray::setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, G… in setAttributeState() function in es2::VertexArray
|
D | Context.cpp | 842 …getCurrentVertexArray()->setAttributeState(attribNum, boundBuffer, size, type, normalized, stride,… in setVertexAttribState()
|