Home
last modified time | relevance | path

Searched refs:GLContextOSMesa (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_context_osmesa.cc16 GLContextOSMesa::GLContextOSMesa(GLShareGroup* share_group) in GLContextOSMesa() function in gfx::GLContextOSMesa
21 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()
Dgl_context_osmesa.h20 class GLContextOSMesa : public GLContextReal {
22 explicit GLContextOSMesa(GLShareGroup* share_group);
35 virtual ~GLContextOSMesa();
40 DISALLOW_COPY_AND_ASSIGN(GLContextOSMesa);
Dgl_context_ozone.cc29 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group)); in CreateGLContext()
Dgl_context_win.cc30 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group)); in CreateGLContext()
Dgl_context_x11.cc32 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group)); in CreateGLContext()
Dgl_context_mac.mm41 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));