Searched refs:GLContextCGL (Results 1 – 3 of 3) sorted by relevance
67 GLContextCGL::GLContextCGL(GLShareGroup* share_group) in GLContextCGL() function in gfx::GLContextCGL77 bool GLContextCGL::Initialize(GLSurface* compatible_surface, in Initialize()84 GLContextCGL* share_context = share_group() ? in Initialize()85 static_cast<GLContextCGL*>(share_group()->GetContext()) : NULL; in Initialize()123 void GLContextCGL::Destroy() { in Destroy()139 bool GLContextCGL::MakeCurrent(GLSurface* surface) { in MakeCurrent()207 void GLContextCGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent()215 bool GLContextCGL::IsCurrent(GLSurface* surface) { in IsCurrent()229 void* GLContextCGL::GetHandle() { in GetHandle()233 void GLContextCGL::SetSwapInterval(int interval) { in SetSwapInterval()[all …]
17 class GLContextCGL : public GLContextReal {19 explicit GLContextCGL(GLShareGroup* share_group);34 virtual ~GLContextCGL();48 DISALLOW_COPY_AND_ASSIGN(GLContextCGL);
33 context = new GLContextCGL(share_group);