Searched refs:vertexAlloc (Results 1 – 2 of 2) sorted by relevance
122 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream); in createFromStream() local123 vertexBuffers[vCount].set(vertexAlloc); in createFromStream()
613 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(), in initVertexArrayBuffers() local615 mTextMeshPtr = (float*)mRSC->mHal.funcs.allocation.lock1D(mRSC, vertexAlloc); in initVertexArrayBuffers()618 mMesh->setVertexBuffer(vertexAlloc, 0); in initVertexArrayBuffers()622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc); in initVertexArrayBuffers()