Searched refs:SkGLWidget (Results 1 – 3 of 3) sorted by relevance
14 SkGLWidget::SkGLWidget(SkDebugger* debugger) : QGLWidget() { in SkGLWidget() function in SkGLWidget18 SkGLWidget::~SkGLWidget() { in ~SkGLWidget()21 void SkGLWidget::setSampleCount(int sampleCount) { in setSampleCount()28 void SkGLWidget::initializeGL() { in initializeGL()48 void SkGLWidget::createRenderTarget() { in createRenderTarget()66 void SkGLWidget::resizeGL(int w, int h) { in resizeGL()71 void SkGLWidget::paintGL() { in paintGL()81 GrBackendRenderTargetDesc SkGLWidget::getDesc(int w, int h) { in getDesc()
24 class SkGLWidget : public QGLWidget {28 SkGLWidget(SkDebugger* debugger);30 ~SkGLWidget();
68 SkGLWidget fGLWidget;