Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.h40 void setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, GLenum type,
DVertexArray.cpp67 void VertexArray::setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, G… in setAttributeState() function in es2::VertexArray
DContext.cpp837 …getCurrentVertexArray()->setAttributeState(attribNum, boundBuffer, size, type, normalized, pureInt… in setVertexAttribState()