Searched defs:attribNum (Results 1 – 4 of 4) sorted by relevance
| /external/angle/src/libANGLE/ |
| D | State.h | 484 unsigned int attribNum, in setVertexAttribPointer() 498 unsigned int attribNum, in setVertexAttribIPointer() 511 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue()
|
| D | State.cpp | 2156 void State::setEnableVertexAttribArray(unsigned int attribNum, bool enabled) in setEnableVertexAttribArray()
|
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| D | Context.cpp | 881 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/ |
| D | Context.cpp | 834 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()
|