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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 941 D3DLOCKED_RECT sourceLock = {0};
943 result = surface->LockRect(&sourceLock, &sourceRect, 0);
978 if (destLock.pBits && sourceLock.pBits)
980 unsigned char *source = (unsigned char*)sourceLock.pBits;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 422 SkAutoLockPixels sourceLock(*m_referenceBitmap);

Completed in 392 milliseconds