HomeSort by relevance Sort by last modified time
    Searched refs:drawGL (Results 26 - 37 of 37) sorted by null

12

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 236 bool Surface::drawGL(bool layerTilesDisabled)
254 ALOGV("drawGL on Surf %p with SurfBack %p, first layer %s (%d)", this, m_surfaceBacking,
259 m_surfaceBacking->drawGL(drawArea, opacity(), drawTransform(),
265 if (m_layers[i]->drawGL(tilesDisabled)) {
428 tile->frontTexture()->drawGL(false, rect, 1.0f, 0, false, true, fillPortion);
ImageTexture.cpp 256 void ImageTexture::drawGL(LayerAndroid* layer,
283 m_tileGrid->drawGL(visibleContentArea, opacity, transformation);
SurfaceCollectionManager.cpp 232 int SurfaceCollectionManager::drawGL(double currentTime, IntRect& viewRect,
240 ALOGV("drawGL, D %p, P %p, Q %p, fastSwap %d shouldDraw %d",
348 if (m_drawingCollection && m_drawingCollection->drawGL(visibleContentRect))
SurfaceCollection.cpp 98 bool SurfaceCollection::drawGL(const SkRect& visibleContentRect)
Tile.cpp 222 bool Tile::drawGL(float opacity, const SkRect& rect, float scale,
241 m_frontTexture->drawGL(isLayerTile(), rect, opacity, transform,
TileGrid.cpp 304 void TileGrid::drawGL(const IntRect& visibleContentArea, float opacity,
366 bool success = tile->drawGL(opacity, rect, m_scale, transform,
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.cpp 198 bool CanvasLayer::drawGL(bool layerTilesDisabled)
200 bool ret = LayerAndroid::drawGL(layerTilesDisabled);
LayerAndroid.cpp 841 askScreenUpdate |= surface()->drawGL(false);
876 bool LayerAndroid::drawGL(bool layerTilesDisabled)
881 imageTexture->drawGL(this, getOpacity());
885 state()->glExtras()->drawGL(this);
    [all...]
LayerAndroid.h 157 virtual bool drawGL(bool layerTilesDisabled);
VideoLayerAndroid.cpp 125 bool VideoLayerAndroid::drawGL(bool layerTilesDisabled)
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 310 int GLWebViewState::drawGL(IntRect& invScreenRect, SkRect& visibleContentRect,
325 ALOGV("drawGL, invScreenRect(%d, %d, %d, %d), visibleContentRect(%.2f, %.2f, %.2f, %.2f)",
330 ALOGV("drawGL, invalRect(%d, %d, %d, %d), screenRect(%d, %d, %d, %d)"
367 returnFlags |= m_surfaceCollectionManager.drawGL(currentTime, invScreenRect,
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 254 int drawGL(WebCore::IntRect& invScreenRect, WebCore::IntRect* invalRect,
282 int ret = m_glWebViewState->drawGL(invScreenRect, m_visibleContentRect, invalRect,
582 // called before a draw() or drawGL()
778 * This class holds a function pointer and parameters for calling drawGL into a specific
919 functor = new GLDrawFunctor(wvInstance, &android::WebView::drawGL,
    [all...]

Completed in 385 milliseconds

12