Searched refs:GLExtras (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLExtras.h39 class GLExtras { class in namespace:WebCore
41 GLExtras();
42 virtual ~GLExtras();
H A DGLExtras.cpp26 #define LOG_TAG "GLExtras"
34 #include "GLExtras.h"
42 GLExtras::GLExtras() function in class:GLExtras
48 GLExtras::~GLExtras()
52 void GLExtras::drawRing(SkRect& srcRect, Color color, const TransformationMatrix* drawMat)
71 void GLExtras::drawRegion(const SkRegion& region, bool fill, bool drawBorder,
134 void GLExtras::drawGL(const LayerAndroid* layer)
/external/webkit/Source/WebKit/android/nav/
H A DDrawExtra.h47 class GLExtras;
58 virtual void drawGL(GLExtras*, const LayerAndroid*) {}
71 virtual void drawGL(GLExtras*, const LayerAndroid*);
H A DDrawExtra.cpp29 #include "GLExtras.h"
95 void RegionLayerDrawExtra::drawGL(GLExtras* glExtras, const LayerAndroid* layer)
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.h33 #include "GLExtras.h"
173 GLExtras* glExtras() { return &m_glExtras; }
236 GLExtras m_glExtras;
/external/webkit/Source/WebCore/
H A DAndroid.mk681 platform/graphics/android/rendering/GLExtras.cpp \

Completed in 355 milliseconds