Searched refs:GLContextOSMesa (Results 1 – 6 of 6) sorted by relevance
16 GLContextOSMesa::GLContextOSMesa(GLShareGroup* share_group) in GLContextOSMesa() function in gfx::GLContextOSMesa21 bool GLContextOSMesa::Initialize(GLSurface* compatible_surface, in Initialize()43 void GLContextOSMesa::Destroy() { in Destroy()50 bool GLContextOSMesa::MakeCurrent(GLSurface* surface) { in MakeCurrent()85 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent()93 bool GLContextOSMesa::IsCurrent(GLSurface* surface) { in IsCurrent()120 void* GLContextOSMesa::GetHandle() { in GetHandle()124 void GLContextOSMesa::SetSwapInterval(int interval) { in SetSwapInterval()128 GLContextOSMesa::~GLContextOSMesa() { in ~GLContextOSMesa()
20 class GLContextOSMesa : public GLContextReal {22 explicit GLContextOSMesa(GLShareGroup* share_group);35 virtual ~GLContextOSMesa();40 DISALLOW_COPY_AND_ASSIGN(GLContextOSMesa);
29 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group)); in CreateGLContext()
30 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group)); in CreateGLContext()
32 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group)); in CreateGLContext()
41 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));