Searched refs:vertexAlloc (Results 1 – 2 of 2) sorted by relevance
114 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream); in createFromStream() local115 vertexBuffers[vCount].set(vertexAlloc); in createFromStream()
595 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(), in initVertexArrayBuffers() local597 mTextMeshPtr = (float*)vertexAlloc->getPtr(); in initVertexArrayBuffers()600 mMesh->setVertexBuffer(vertexAlloc, 0); in initVertexArrayBuffers()