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

  /frameworks/rs/
rsMesh.cpp 144 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream);
145 indexBuffers[pCount].set(indexAlloc);
rsFont.cpp 574 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
577 uint16_t *indexPtr = (uint16_t*)indexAlloc->getPtr();
593 indexAlloc->sendDirty(mRSC);
613 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0);

Completed in 540 milliseconds