Searched refs:updateSubRect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.h53 void updateSubRect(void* pixels, const IntRect&);
H A DTexture.cpp149 updateSubRect(pixels, IntRect(0, 0, m_tiles.totalSizeX(), m_tiles.totalSizeY()));
152 void Texture::updateSubRect(void* pixels, const IntRect& updateRect) function in class:WebCore::Texture
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp871 m_uploadTexture->updateSubRect(bitmap.getPixels(), m_softwareDirtyRect);

Completed in 39 milliseconds