Lines Matching refs:srcRow
64 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer); in pack() local
66 srcStart = srcRow; in pack()
75 deMemcpy(dstRow, srcRow, static_cast<size_t>(size)); in pack()
84 srcRow = srcStart + offsetDepthSrc; in pack()
88 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch)); in pack()
89 srcRow += pixelSize * width; in pack()
116 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer); in unpack() local
118 srcStart = srcRow; in unpack()
127 deMemcpy(dstRow, srcRow, static_cast<size_t>(size)); in unpack()
135 srcRow = srcStart + offsetDepthSrc; in unpack()
139 deMemcpy(dstRow, srcRow, static_cast<size_t>(pixelSize * width)); in unpack()
140 srcRow += rowPitch; in unpack()