Searched defs:attribNum (Results 1 – 5 of 5) sorted by relevance
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | State.h | 368 unsigned int attribNum, in setVertexAttribPointer() 382 unsigned int attribNum, in setVertexAttribIPointer() 395 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue()
|
| D | State.cpp | 1662 void State::setEnableVertexAttribArray(unsigned int attribNum, bool enabled) in setEnableVertexAttribArray()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | State.h | 480 unsigned int attribNum, in setVertexAttribPointer() 494 unsigned int attribNum, in setVertexAttribIPointer() 507 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue()
|
| D | State.cpp | 2223 void State::setEnableVertexAttribArray(unsigned int attribNum, bool enabled) in setEnableVertexAttribArray()
|
| /third_party/skia/third_party/externals/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()
|