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

/frameworks/base/libs/rs/
H A DrsMesh.cpp142 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream); local
143 indexBuffers[pCount].set(indexAlloc);
H A DrsFont.cpp562 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), local
565 uint16_t *indexPtr = (uint16_t*)indexAlloc->getPtr();
581 indexAlloc->sendDirty(mRSC);
601 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0);

Completed in 68 milliseconds