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

/frameworks/rs/
H A DrsFont.cpp580 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), local
583 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc);
599 indexAlloc->sendDirty(mRSC);
619 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0);
621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc);
H A DrsMesh.cpp144 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream); local
145 indexBuffers[pCount].set(indexAlloc);

Completed in 59 milliseconds