Home | History | Annotate | Download | only in common

Lines Matching refs:getDataPtr

120 								  (const deUint8*)access.getDataPtr() + access.getFormat().getPixelSize()*x + access.getRowPitch()*y + access.getSlicePitch()*z);
140 (deUint8*)access.getDataPtr() + access.getFormat().getPixelSize()*x + access.getRowPitch()*y + access.getSlicePitch()*z);
182 -rowPitch, access.getSlicePitch(), (deUint8*)access.getDataPtr() + offsetToLast);
196 -rowPitch, access.getSlicePitch(), (const deUint8*)access.getDataPtr() + offsetToLast);
445 deUint8* dstPtr = (deUint8*)dst.getDataPtr() + z*dst.getSlicePitch() + y*dst.getRowPitch();
792 deMemcpy((deUint8*)dst.getDataPtr() + z*dst.getSlicePitch() + y*dst.getRowPitch(),
793 (const deUint8*)src.getDataPtr() + z*src.getSlicePitch() + y*src.getRowPitch(),