Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp584 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers() local
587 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc); in initVertexArrayBuffers()
603 indexAlloc->sendDirty(mRSC); in initVertexArrayBuffers()
620 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0); in initVertexArrayBuffers()
622 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()