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

  /frameworks/rs/
rsMesh.cpp 122 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream);
123 vertexBuffers[vCount].set(vertexAlloc);
rsFont.cpp 618 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(),
620 mTextMeshPtr = (float*)mRSC->mHal.funcs.allocation.lock1D(mRSC, vertexAlloc);
623 mMesh->setVertexBuffer(vertexAlloc, 0);
627 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc);

Completed in 301 milliseconds