Searched defs:GLExtras (Results 1 - 2 of 2) 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"
43 GLExtras::GLExtras() function in class:GLExtras
49 GLExtras::~GLExtras()
53 void GLExtras::drawRing(SkRect& srcRect, Color color, const TransformationMatrix* drawMat)
72 void GLExtras::drawRegion(const SkRegion& region, bool fill, bool drawBorder,
135 void GLExtras::drawGL(const LayerAndroid* layer)

Completed in 43 milliseconds