Home
last modified time | relevance | path

Searched refs:supportVertexAttribBinding (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp542 bool VertexArrayGL::supportVertexAttribBinding() const in supportVertexAttribBinding() function in rx::VertexArrayGL
550 ASSERT(supportVertexAttribBinding()); in updateAttribFormat()
579 ASSERT(supportVertexAttribBinding()); in updateAttribBinding()
594 ASSERT(supportVertexAttribBinding()); in updateBindingBuffer()
626 if (supportVertexAttribBinding()) in updateBindingDivisor()
660 ASSERT(supportVertexAttribBinding()); in syncDirtyAttrib()
665 ASSERT(supportVertexAttribBinding()); in syncDirtyAttrib()
687 ASSERT(supportVertexAttribBinding()); in syncDirtyBinding()
838 if (supportVertexAttribBinding()) in validateState()
DVertexArrayGL.h105 bool supportVertexAttribBinding() const;