Searched refs:setVertexAttribBinding (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexArray.cpp | 400 void VertexArray::setVertexAttribBinding(const Context *context, in setVertexAttribBinding() function in gl::VertexArray 492 setVertexAttribBinding(context, attribIndex, static_cast<GLuint>(attribIndex)); in setVertexAttribDivisor() 540 setVertexAttribBinding(context, attribIndex, static_cast<GLuint>(attribIndex)); in setVertexAttribPointerImpl()
|
D | VertexArray.h | 240 void setVertexAttribBinding(const Context *context, size_t attribIndex, GLuint bindingIndex);
|
D | State.h | 532 void setVertexAttribBinding(const Context *context, GLuint attribIndex, GLuint bindingIndex) in setVertexAttribBinding() function 534 mVertexArray->setVertexAttribBinding(context, attribIndex, bindingIndex); in setVertexAttribBinding()
|
D | Context.cpp | 5801 mState.setVertexAttribBinding(this, attribIndex, bindingIndex); in vertexAttribBinding()
|