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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
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,
ImageTexture.cpp 177 bool ImageTexture::prepareGL(GLWebViewState* state)
194 m_tileGrid->prepareGL(state, 1.0, fullContentArea, fullContentArea, this);
SurfaceCollection.cpp 85 void SurfaceCollection::prepareGL(const SkRect& visibleContentRect, bool tryToFastBlit)
95 m_surfaces[i]->prepareGL(layerTilesDisabled, tryToFastBlit);
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 768 milliseconds