Lines Matching refs:outPtr
76 unsigned char* outPtr = static_cast<unsigned char*>(output); in copyIndices() local
106 memcpy(outPtr, inPtr, numBytes); in copyIndices()
107 outPtr += numBytes; in copyIndices()
120 memcpy(outPtr, inPtr, bytesPerIndex); in copyIndices()
121 outPtr += bytesPerIndex; in copyIndices()
122 memcpy(outPtr, inPtr + ((tri + 1) * bytesPerIndex), bytesPerIndex + bytesPerIndex); in copyIndices()
123 outPtr += bytesPerIndex + bytesPerIndex; in copyIndices()
137 memcpy(outPtr, inPtr + ((tri + 1) * bytesPerIndex), bytesPerIndex); in copyIndices()
138 outPtr += bytesPerIndex; in copyIndices()
139 memcpy(outPtr, inPtr + ((tri + 0) * bytesPerIndex), bytesPerIndex); in copyIndices()
140 outPtr += bytesPerIndex; in copyIndices()
141 memcpy(outPtr, inPtr + ((tri + 2) * bytesPerIndex), bytesPerIndex); in copyIndices()
142 outPtr += bytesPerIndex; in copyIndices()
147 memcpy(outPtr, inPtr + (tri * bytesPerIndex), numBytes); in copyIndices()
148 outPtr += numBytes; in copyIndices()
161 memcpy(outPtr, inPtr + (numIndices - 1) * bytesPerIndex, bytesPerIndex); // Last vertex in copyIndices()
162 outPtr += bytesPerIndex; in copyIndices()
163 memcpy(outPtr, inPtr, bytesPerIndex); // First vertex in copyIndices()
164 outPtr += bytesPerIndex; in copyIndices()
168 memcpy(outPtr, inPtr + tri * bytesPerIndex, bytesPerLine); in copyIndices()
169 outPtr += bytesPerLine; in copyIndices()
183 memcpy(outPtr, inPtr + tri * bytesPerIndex, bytesPerLine); in copyIndices()
184 outPtr += bytesPerLine; in copyIndices()