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

/frameworks/rs/
H A DrsFont.cpp586 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), local
589 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc);
605 indexAlloc->sendDirty(mRSC);
624 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0);
626 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc);
H A DrsMesh.cpp141 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream); local
142 indexBuffers[pCount].set(indexAlloc);

Completed in 340 milliseconds