Home
last modified time | relevance | path

Searched refs:vertexAlloc (Results 1 – 2 of 2) sorted by relevance

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