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

  /external/chromium_org/ui/gl/
gl_context.h 134 class GL_EXPORT GLContextReal : public GLContext {
136 explicit GLContextReal(GLShareGroup* share_group);
139 virtual ~GLContextReal();
144 DISALLOW_COPY_AND_ASSIGN(GLContextReal);
gl_context_stub.h 13 class GL_EXPORT GLContextStub : public GLContextReal {
gl_context_wgl.h 18 class GLContextWGL : public GLContextReal {
gl_context.cc 150 GLContextReal::GLContextReal(GLShareGroup* share_group)
153 GLContextReal::~GLContextReal() {}
155 void GLContextReal::SetCurrent(GLSurface* surface) {
gl_context_glx.h 20 class GL_EXPORT GLContextGLX : public GLContextReal {
gl_context_nsview.h 20 class GLContextNSView : public GLContextReal {
gl_context_osmesa.h 20 class GLContextOSMesa : public GLContextReal {
gl_context_stub.cc 9 GLContextStub::GLContextStub() : GLContextReal(NULL) {}
gl_context_cgl.h 17 class GLContextCGL : public GLContextReal {
gl_context_egl.h 22 class GLContextEGL : public GLContextReal {
gl_context_android.cc 23 class GLNonOwnedContext : public GLContextReal {
48 : GLContextReal(share_group) {}
gl_context_osmesa.cc 17 : GLContextReal(share_group),
gl_context_wgl.cc 18 : GLContextReal(share_group),
gl_context_egl.cc 28 : GLContextReal(share_group),
gl_context_glx.cc 37 : GLContextReal(share_group),
gl_context_cgl.cc 68 : GLContextReal(share_group),

Completed in 2593 milliseconds