Searched refs:isCurrentVertexArray (Results 1 – 3 of 3) sorted by relevance
127 bool isBound = context->isCurrentVertexArray(this); in onDestroy()162 bool isBound = context->isCurrentVertexArray(this); in detachBuffer()306 ASSERT(context->isCurrentVertexArray(this)); in bindVertexBufferImpl()
507 bool isCurrentVertexArray(const VertexArray *va) const in isCurrentVertexArray() function509 return mState.isCurrentVertexArray(va); in isCurrentVertexArray()
790 bool isCurrentVertexArray(const VertexArray *va) const { return va == mVertexArray; } in isCurrentVertexArray() function