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

  /external/chromium_org/ui/gl/
gl_context.h 184 class GL_EXPORT GLContextReal : public GLContext {
186 explicit GLContextReal(GLShareGroup* share_group);
189 virtual ~GLContextReal();
194 DISALLOW_COPY_AND_ASSIGN(GLContextReal);
gl_context_wgl.h 18 class GLContextWGL : public GLContextReal {
gl_context_glx.h 20 class GL_EXPORT GLContextGLX : public GLContextReal {
gl_context_osmesa.h 20 class GLContextOSMesa : public GLContextReal {
gl_context_stub.cc 9 GLContextStub::GLContextStub() : GLContextReal(NULL) {}
gl_context_stub.h 13 class GL_EXPORT GLContextStub : public GLContextReal {
gl_context.cc 220 GLContextReal::GLContextReal(GLShareGroup* share_group)
223 GLContextReal::~GLContextReal() {}
225 void GLContextReal::SetCurrent(GLSurface* surface) {
gl_context_cgl.h 17 class GLContextCGL : public GLContextReal {
gl_context_egl.h 22 class GLContextEGL : public GLContextReal {
gl_context_android.cc 24 class GLNonOwnedContext : public GLContextReal {
49 : GLContextReal(share_group), display_(NULL) {}
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 22 : GLContextReal(share_group),
gl_context_cgl.cc 68 : GLContextReal(share_group),

Completed in 83 milliseconds