Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp583 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers() local
586 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc); in initVertexArrayBuffers()
602 indexAlloc->sendDirty(mRSC); in initVertexArrayBuffers()
619 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0); in initVertexArrayBuffers()
621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc); in initVertexArrayBuffers()
DrsMesh.cpp141 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream); in createFromStream() local
142 indexBuffers[pCount].set(indexAlloc); in createFromStream()