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

  /frameworks/rs/
rsMesh.cpp 125 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream);
126 vertexBuffers[vCount].set(vertexAlloc);
rsFont.cpp 607 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(),
609 mTextMeshPtr = (float*)vertexAlloc->getPtr();
612 mMesh->setVertexBuffer(vertexAlloc, 0);

Completed in 178 milliseconds