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

/external/chromium_org/ui/gl/
H A Dgl_context_osmesa.cc16 GLContextOSMesa::GLContextOSMesa(GLShareGroup* share_group) function in class:gfx::GLContextOSMesa
21 bool GLContextOSMesa::Initialize(GLSurface* compatible_surface,
43 void GLContextOSMesa::Destroy() {
50 bool GLContextOSMesa::MakeCurrent(GLSurface* surface) {
86 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) {
95 bool GLContextOSMesa::IsCurrent(GLSurface* surface) {
122 void* GLContextOSMesa::GetHandle() {
126 void GLContextOSMesa::SetSwapInterval(int interval) {
130 GLContextOSMesa
[all...]
H A Dgl_context_osmesa.h20 class GLContextOSMesa : public GLContextReal { class in namespace:gfx
22 explicit GLContextOSMesa(GLShareGroup* share_group);
35 virtual ~GLContextOSMesa();
40 DISALLOW_COPY_AND_ASSIGN(GLContextOSMesa);
H A Dgl_context_ozone.cc29 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));
H A Dgl_context_win.cc30 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));
H A Dgl_context_x11.cc32 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));
H A Dgl_context_android.cc83 context = new GLContextOSMesa(share_group);

Completed in 553 milliseconds