Home | History | Annotate | Download | only in draw

Lines Matching defs:srcRow

63 	const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer);
65 srcStart = srcRow;
74 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
83 srcRow = srcStart + offsetDepthSrc;
87 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch));
88 srcRow += pixelSize * width;
115 const deUint8 *srcRow = reinterpret_cast<const deUint8 *>(srcBuffer);
117 srcStart = srcRow;
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
134 srcRow = srcStart + offsetDepthSrc;
138 deMemcpy(dstRow, srcRow, static_cast<size_t>(pixelSize * width));
139 srcRow += rowPitch;