HomeSort by relevance Sort by last modified time
    Searched full:vertexalloc (Results 1 - 3 of 3) sorted by null

  /development/tools/a3dconvert/
SimpleMesh.h 98 Allocation *vertexAlloc = Allocation::createAllocation(rsc, vertexDataType.get(),
103 float *dataPtr = (float*)vertexAlloc->getPtr();
126 mesh->setVertexBuffer(vertexAlloc, 0);
  /frameworks/base/libs/rs/
rsMesh.cpp 123 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream);
124 vertexBuffers[vCount].set(vertexAlloc);
rsFont.cpp 595 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(),
597 mTextMeshPtr = (float*)vertexAlloc->getPtr();
600 mMesh->setVertexBuffer(vertexAlloc, 0);

Completed in 118 milliseconds