Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVertexBuffer.h94 int verticesToCopy = srcBuffer.getVertexCount(); in copyInto() local
96 TYPE* dst = alloc<TYPE>(verticesToCopy); in copyInto()
99 for (int i = 0; i < verticesToCopy; i++) { in copyInto()