HomeSort by relevance Sort by last modified time
    Searched refs:ScopedMakeCurrent (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/gl/
scoped_make_current.h 19 class GL_EXPORT ScopedMakeCurrent {
21 ScopedMakeCurrent(gfx::GLContext* context, gfx::GLSurface* surface);
22 ~ScopedMakeCurrent();
33 DISALLOW_COPY_AND_ASSIGN(ScopedMakeCurrent);
scoped_make_current.cc 13 ScopedMakeCurrent::ScopedMakeCurrent(gfx::GLContext* context,
25 ScopedMakeCurrent::~ScopedMakeCurrent() {
34 bool ScopedMakeCurrent::Succeeded() const {
gl_surface_osmesa.cc 27 scoped_ptr<ui::ScopedMakeCurrent> scoped_make_current;
33 new ui::ScopedMakeCurrent(current_context, this));
gl_surface_egl.cc 423 scoped_ptr<ui::ScopedMakeCurrent> scoped_make_current;
429 new ui::ScopedMakeCurrent(current_context, this));
569 scoped_ptr<ui::ScopedMakeCurrent> scoped_make_current;
575 new ui::ScopedMakeCurrent(current_context, this));
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 200 ui::ScopedMakeCurrent make_current(gl_context_.get(), gl_surface_.get());

Completed in 84 milliseconds