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

/frameworks/rs/
H A DrsMesh.cpp122 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream); local
123 vertexBuffers[vCount].set(vertexAlloc);
H A DrsFont.cpp614 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(), local
616 mTextMeshPtr = (float*)mRSC->mHal.funcs.allocation.lock1D(mRSC, vertexAlloc);
619 mMesh->setVertexBuffer(vertexAlloc, 0);
623 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc);

Completed in 1489 milliseconds