Home
last modified time | relevance | path

Searched refs:GLContextCGL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_context_cgl.cc67 GLContextCGL::GLContextCGL(GLShareGroup* share_group) in GLContextCGL() function in gfx::GLContextCGL
77 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 …]
Dgl_context_cgl.h17 class GLContextCGL : public GLContextReal {
19 explicit GLContextCGL(GLShareGroup* share_group);
34 virtual ~GLContextCGL();
48 DISALLOW_COPY_AND_ASSIGN(GLContextCGL);
Dgl_context_mac.mm33 context = new GLContextCGL(share_group);