Searched defs:drawGL (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
H A DDrawExtra.h58 virtual void drawGL(GLExtras*, const LayerAndroid*) {} function in class:android::DrawExtra
71 virtual void drawGL(GLExtras*, const LayerAndroid*);
H A DDrawExtra.cpp95 void RegionLayerDrawExtra::drawGL(GLExtras* glExtras, const LayerAndroid* layer) function in class:RegionLayerDrawExtra
H A DWebView.cpp254 int drawGL(WebCore::IntRect& invScreenRect, WebCore::IntRect* invalRect, function in class:android::WebView
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,
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A Dmain.c92 static void drawGL () function
130 drawGL ();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
H A Dmain.c92 static void drawGL () function
130 drawGL ();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
H A Dmain.c92 static void drawGL () function
130 drawGL ();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaLayer.cpp57 bool MediaLayer::drawGL(bool layerTilesDisabled) function in class:WebCore::MediaLayer
H A DCanvasLayer.cpp198 bool CanvasLayer::drawGL(bool layerTilesDisabled) function in class:WebCore::CanvasLayer
200 bool ret = LayerAndroid::drawGL(layerTilesDisabled);
H A DVideoLayerAndroid.cpp125 bool VideoLayerAndroid::drawGL(bool layerTilesDisabled) function in class:WebCore::VideoLayerAndroid
H A DBaseLayerAndroid.cpp270 imageTexture->drawGL(this, getOpacity(), &p);
287 bool FixedBackgroundImageLayerAndroid::drawGL(bool layerTilesDisabled) function in class:WebCore::FixedBackgroundImageLayerAndroid
326 imageTexture->drawGL(this, getOpacity());
H A DLayerAndroid.cpp840 askScreenUpdate |= surface()->drawGL(false);
875 bool LayerAndroid::drawGL(bool layerTilesDisabled) function in class:WebCore::LayerAndroid
880 imageTexture->drawGL(this, getOpacity());
884 state()->glExtras()->drawGL(this);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLExtras.cpp134 void GLExtras::drawGL(const LayerAndroid* layer) function in class:GLExtras
137 m_drawExtra->drawGL(this, layer);
H A DTileTexture.cpp121 void TileTexture::drawGL(bool isLayer, const SkRect& rect, float opacity, function in class:WebCore::TileTexture
H A DSurfaceBacking.cpp150 void SurfaceBacking::drawGL(const IntRect& visibleContentArea, float opacity, function in class:WebCore::SurfaceBacking
156 m_lowResTileGrid->drawGL(visibleContentArea, opacity, transform);
158 m_frontTileGrid->drawGL(visibleContentArea, opacity, transform, background);
H A DSurfaceCollectionManager.cpp232 int SurfaceCollectionManager::drawGL(double currentTime, IntRect& viewRect, function in class:WebCore::SurfaceCollectionManager
240 ALOGV("drawGL, D %p, P %p, Q %p, fastSwap %d shouldDraw %d",
352 if (m_drawingCollection && m_drawingCollection->drawGL(visibleContentRect))
H A DImageTexture.cpp259 void ImageTexture::drawGL(LayerAndroid* layer, function in class:WebCore::ImageTexture
286 m_tileGrid->drawGL(visibleContentArea, opacity, transformation);
H A DSurfaceCollection.cpp98 bool SurfaceCollection::drawGL(const SkRect& visibleContentRect) function in class:WebCore::SurfaceCollection
H A DTile.cpp222 bool Tile::drawGL(float opacity, const SkRect& rect, float scale, function in class:WebCore::Tile
241 m_frontTexture->drawGL(isLayerTile(), rect, opacity, transform,
H A DSurface.cpp236 bool Surface::drawGL(bool layerTilesDisabled) function in class:WebCore::Surface
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);
H A DTileGrid.cpp304 void TileGrid::drawGL(const IntRect& visibleContentArea, float opacity, function in class:WebCore::TileGrid
366 bool success = tile->drawGL(opacity, rect, m_scale, transform,
/external/webkit/Source/WebCore/tests/
H A DTreeManager_test.cpp59 bool drawGL(WebCore::IntRect& viewRect, SkRect& visibleRect, float scale) { function in class:WebCore::TestLayer
99 bool drawGL(WebCore::IntRect& viewRect, SkRect& visibleRect, float scale) { function in class:WebCore::TestLayerAndroid
136 bool drawGL(TreeManager& manager, bool* swappedPtr) { function in class:WebCore::TreeManagerTest
139 return manager.drawGL(0, m_iRect, m_sRect, m_scale, false, swappedPtr, 0);
153 drawGL(manager, false);
169 ASSERT_TRUE(drawGL(manager, &swapped));
178 ASSERT_FALSE(drawGL(manager, &swapped));
193 ASSERT_FALSE(drawGL(manager, 0));
225 ASSERT_TRUE(drawGL(manager, 0));
231 ASSERT_TRUE(drawGL(manage
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.cpp310 int GLWebViewState::drawGL(IntRect& invScreenRect, SkRect& visibleContentRect, function in class:WebCore::GLWebViewState
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,

Completed in 278 milliseconds