Home | History | Annotate | Download | only in common

Lines Matching defs:dstPtr

844 	deUint8* const	dstPtr			= (deUint8*)dst.getDataPtr();
866 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
884 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
906 deUint8* const dstPixel = dstPtr
924 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
950 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
969 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
993 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
1012 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1038 deInt16* const dstPixel = (deInt16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);
1045 deUint16* const dstPixel = (deUint16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);
1061 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1091 deInt16* const dstPixel = (deInt16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);
1100 deUint16* const dstPixel = (deUint16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);