Home
last modified time | relevance | path

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

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