Searched refs:indexAlloc (Results 1 – 2 of 2) sorted by relevance
583 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers() local586 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc); in initVertexArrayBuffers()602 indexAlloc->sendDirty(mRSC); in initVertexArrayBuffers()619 mMesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0); in initVertexArrayBuffers()621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc); in initVertexArrayBuffers()
141 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream); in createFromStream() local142 indexBuffers[pCount].set(indexAlloc); in createFromStream()