Lines Matching refs:sourceBuffer
1829 void *sourceBuffer = source->lockExternal(0, 0, 0, sw::LOCK_READONLY, sw::PUBLIC);
1855 blitFunction(destBuffer, sourceBuffer);
6254 byte *sourceBuffer = (byte*)source->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PUBLIC);
6263 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes
6265 sourceBuffer += pitch;
6275 byte *sourceBuffer = (byte*)source->lockStencil(0, 0, 0, sw::PUBLIC);
6284 memcpy(destBuffer, sourceBuffer, pitch); // FIXME: Only copy width * bytes
6286 sourceBuffer += pitch;