Home
last modified time | relevance | path

Searched refs:tryToFastBlit (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollection.cpp85 void SurfaceCollection::prepareGL(const SkRect& visibleContentRect, bool tryToFastBlit) in prepareGL() argument
91 for (unsigned int i = 0; tryToFastBlit && i < m_surfaces.size(); i++) in prepareGL()
92 tryToFastBlit &= m_surfaces[i]->canUpdateWithBlit(); in prepareGL()
95 m_surfaces[i]->prepareGL(layerTilesDisabled, tryToFastBlit); in prepareGL()
DSurfaceCollection.h51 void prepareGL(const SkRect& visibleContentRect, bool tryToFastBlit = false);