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

/frameworks/base/libs/rs/
H A DrsMesh.cpp123 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream); local
124 vertexBuffers[vCount].set(vertexAlloc);
H A DrsFont.cpp595 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(), local
597 mTextMeshPtr = (float*)vertexAlloc->getPtr();
600 mMesh->setVertexBuffer(vertexAlloc, 0);

Completed in 49 milliseconds