Home
last modified time | relevance | path

Searched defs:attribNum (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DState.h484 unsigned int attribNum, in setVertexAttribPointer()
498 unsigned int attribNum, in setVertexAttribIPointer()
511 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue()
DState.cpp2156 void State::setEnableVertexAttribArray(unsigned int attribNum, bool enabled) in setEnableVertexAttribArray()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp881 void Context::setVertexAttribArrayEnabled(unsigned int attribNum, bool enabled) in setVertexAttribArrayEnabled()
886 const VertexAttribute &Context::getVertexAttribState(unsigned int attribNum) in getVertexAttribState()
891 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum … in setVertexAttribState()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp834 void Context::setVertexAttribArrayEnabled(unsigned int attribNum, bool enabled) in setVertexAttribArrayEnabled()
839 void Context::setVertexAttribDivisor(unsigned int attribNum, GLuint divisor) in setVertexAttribDivisor()
849 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum … in setVertexAttribState()