HomeSort by relevance Sort by last modified time
    Searched refs:sourceLock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Image9.cpp 118 D3DLOCKED_RECT sourceLock = {0};
121 source->LockRect(&sourceLock, NULL, 0);
124 if (sourceLock.pBits && destLock.pBits)
131 ASSERT(bytes <= sourceLock.Pitch && bytes <= destLock.Pitch);
135 memcpy((char*)destLock.pBits + destLock.Pitch * i, (char*)sourceLock.pBits + sourceLock.Pitch * i, bytes);
533 D3DLOCKED_RECT sourceLock = {0};
534 result = renderTargetData->LockRect(&sourceLock, &sourceRect, 0);
556 if (destLock.pBits && sourceLock.pBits)
558 unsigned char *source = (unsigned char*)sourceLock.pBits
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
TransparencyWin.cpp 423 SkAutoLockPixels sourceLock(*m_referenceBitmap);

Completed in 267 milliseconds