HomeSort by relevance Sort by last modified time
    Searched refs:indexAlloc (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsMesh.cpp 141 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream);
142 indexBuffers[pCount].set(indexAlloc);
rsFont.cpp 584 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
587 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc);
603 indexAlloc->sendDirty(mRSC);
620 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0);
622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc);

Completed in 834 milliseconds