Home | History | Annotate | Download | only in output

Lines Matching refs:ScopedUseGrContext

184 class GLRenderer::ScopedUseGrContext {
186 static scoped_ptr<ScopedUseGrContext> Create(GLRenderer* renderer,
189 return scoped_ptr<ScopedUseGrContext>();
190 return make_scoped_ptr(new ScopedUseGrContext(renderer, frame));
193 ~ScopedUseGrContext() { PassControlToGLRenderer(); }
200 ScopedUseGrContext(GLRenderer* renderer, DrawingFrame* frame)
215 DISALLOW_COPY_AND_ASSIGN(ScopedUseGrContext);
606 scoped_ptr<GLRenderer::ScopedUseGrContext> use_gr_context,
690 scoped_ptr<GLRenderer::ScopedUseGrContext> use_gr_context,
885 ApplyImageFilter(ScopedUseGrContext::Create(this, frame),
1015 ApplyImageFilter(ScopedUseGrContext::Create(this, frame),
1027 ApplyBlendModeWithBackdrop(ScopedUseGrContext::Create(this, frame),