Lines Matching refs:mVertexArray
119 mVertexArray(factory->createVertexArray(mState)), in VertexArray()
128 mVertexArray->setContentsObservers(&mContentsObservers); in VertexArray()
165 mVertexArray->destroy(context); in onDestroy()
166 SafeDelete(mVertexArray); in onDestroy()
172 ASSERT(!mVertexArray); in ~VertexArray()
179 if (mVertexArray) in setLabel()
181 return mVertexArray->onLabelUpdate(context); in setLabel()
657 mVertexArray->syncState(context, mDirtyBits, &mDirtyAttribBits, &mDirtyBindingBits)); in syncState()
890 : mVertexArray(vertexArray) in VertexArrayBufferContentsObservers()
895 buffer->addContentsObserver(mVertexArray, attribIndex); in enableForBuffer()
903 buffer->removeContentsObserver(mVertexArray, attribIndex); in disableForBuffer()