Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp617 mMesh.set(new Mesh(mRSC, 1, 1)); in initVertexArrayBuffers()
618 mMesh->setVertexBuffer(vertexAlloc, 0); in initVertexArrayBuffers()
619 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0); in initVertexArrayBuffers()
620 mMesh->init(); in initVertexArrayBuffers()
660 mMesh->renderPrimitiveRange(mRSC, 0, 0, mCurrentQuadIndex * 6); in issueDrawCommand()
818 mMesh.clear(); in deinit()
DrsFont.h238 ObjectBaseRef<Mesh> mMesh; variable