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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImageTexture.h 76 bool prepareGL(GLWebViewState*);
SurfaceBacking.cpp 67 void SurfaceBacking::prepareGL(GLWebViewState* state, float maxZoomScale,
110 m_backTileGrid->prepareGL(state, m_futureScale,
135 m_frontTileGrid->prepareGL(state, m_scale,
142 m_lowResTileGrid->prepareGL(state, lowResPrefetchScale,
SurfaceCollection.h 51 void prepareGL(const SkRect& visibleContentRect, bool tryToFastBlit = false);
Surface.h 52 void prepareGL(bool layerTilesDisabled, bool updateWithBlit);
SurfaceBacking.h 43 void prepareGL(GLWebViewState* state, float maxZoomScale,
SurfaceCollectionManager.cpp 255 m_paintingCollection->prepareGL(visibleContentRect, tryFastBlit);
272 m_drawingCollection->prepareGL(visibleContentRect);
288 m_paintingCollection->prepareGL(visibleContentRect, tryFastBlit);
311 m_paintingCollection->prepareGL(visibleContentRect, tryFastBlit);
TileGrid.h 51 void prepareGL(GLWebViewState* state, float scale,
SurfaceCollection.cpp 85 void SurfaceCollection::prepareGL(const SkRect& visibleContentRect, bool tryToFastBlit)
95 m_surfaces[i]->prepareGL(layerTilesDisabled, tryToFastBlit);
ImagesManager.cpp 138 ret |= it->second->prepareGL(state);
ImageTexture.cpp 177 bool ImageTexture::prepareGL(GLWebViewState* state)
194 m_tileGrid->prepareGL(state, 1.0, fullContentArea, fullContentArea, this);
Surface.cpp 198 void Surface::prepareGL(bool layerTilesDisabled, bool updateWithBlit)
202 ALOGV("prepareGL on Surf %p, no SurfBack, needsTexture? %d",
217 ALOGV("prepareGL on Surf %p with SurfBack %p, %d layers, first layer %s (%d) "
225 m_surfaceBacking->prepareGL(getFirstLayer()->state(), m_maxZoomScale,
TileGrid.cpp 138 void TileGrid::prepareGL(GLWebViewState* state, float scale,

Completed in 223 milliseconds