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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 85 static bool updateSharedSurfaceTextureWithBitmap(ANativeWindow* anw, const SkBitmap& bitmap);
TransferQueue.cpp 427 if (!GLUtils::updateSharedSurfaceTextureWithBitmap(m_ANW.get(), bitmap))
475 // Currently only called by GLUtils::updateSharedSurfaceTextureWithBitmap.
GLUtils.cpp 485 bool GLUtils::updateSharedSurfaceTextureWithBitmap(ANativeWindow* anw, const SkBitmap& bitmap)
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 140 if (!GLUtils::updateSharedSurfaceTextureWithBitmap(anw, bitmap))

Completed in 661 milliseconds