HomeSort by relevance Sort by last modified time
    Searched refs:GLContextCGL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gl/
gl_context_cgl.h 17 class GLContextCGL : public GLContextReal {
19 explicit GLContextCGL(GLShareGroup* share_group);
34 virtual ~GLContextCGL();
48 DISALLOW_COPY_AND_ASSIGN(GLContextCGL);
gl_context_cgl.cc 67 GLContextCGL::GLContextCGL(GLShareGroup* share_group)
77 bool GLContextCGL::Initialize(GLSurface* compatible_surface,
84 GLContextCGL* share_context = share_group() ?
85 static_cast<GLContextCGL*>(share_group()->GetContext()) : NULL;
123 void GLContextCGL::Destroy() {
139 bool GLContextCGL::MakeCurrent(GLSurface* surface) {
181 TRACE_EVENT0("gpu", "GLContextCGL::MakeCurrent");
206 void GLContextCGL::ReleaseCurrent(GLSurface* surface) {
214 bool GLContextCGL::IsCurrent(GLSurface* surface)
    [all...]

Completed in 85 milliseconds