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

  /external/chromium_org/ui/gl/
scoped_make_current.cc 13 ScopedMakeCurrent::ScopedMakeCurrent(gfx::GLContext* context,
25 ScopedMakeCurrent::~ScopedMakeCurrent() {
34 bool ScopedMakeCurrent::Succeeded() const {
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);

Completed in 32 milliseconds