Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h480 unsigned int attribNum, in setVertexAttribPointer()
494 unsigned int attribNum, in setVertexAttribIPointer()
507 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue()
DState.cpp2223 void State::setEnableVertexAttribArray(unsigned int attribNum, bool enabled) in setEnableVertexAttribArray()
/third_party/skia/third_party/externals/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()