Lines Matching defs:dstRow
67 deUint8 *dstRow = reinterpret_cast<deUint8 *>(destBuffer);
69 dstStart = dstRow;
75 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
85 dstRow = dstStart + offsetDepthDst;
88 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch));
90 dstRow += rowPitch;
119 deUint8 *dstRow = reinterpret_cast<deUint8 *>(destBuffer);
121 dstStart = dstRow;
127 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
136 dstRow = dstStart + offsetDepthDst;
139 deMemcpy(dstRow, srcRow, static_cast<size_t>(pixelSize * width));
141 dstRow += pixelSize * width;