Searched refs:isCurrentVertexArray (Results 1 – 3 of 3) sorted by relevance
133 bool isBound = context->isCurrentVertexArray(this); in onDestroy()193 bool isBound = context->isCurrentVertexArray(this); in detachBuffer()352 ASSERT(context->isCurrentVertexArray(this)); in bindVertexBufferImpl()
662 bool isCurrentVertexArray(const VertexArray *va) const in isCurrentVertexArray() function664 return mState.isCurrentVertexArray(va); in isCurrentVertexArray()
1191 bool isCurrentVertexArray(const VertexArray *va) const { return va == mVertexArray; } in isCurrentVertexArray() function