Home
last modified time | relevance | path

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

/external/chromium_org/ui/gl/
Dgl_context_wgl.cc17 GLContextWGL::GLContextWGL(GLShareGroup* share_group) in GLContextWGL() function in gfx::GLContextWGL
22 GLContextWGL::~GLContextWGL() { in ~GLContextWGL()
26 std::string GLContextWGL::GetExtensions() { in GetExtensions()
39 bool GLContextWGL::Initialize( in Initialize()
65 void GLContextWGL::Destroy() { in Destroy()
72 bool GLContextWGL::MakeCurrent(GLSurface* surface) { in MakeCurrent()
102 void GLContextWGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent()
110 bool GLContextWGL::IsCurrent(GLSurface* surface) { in IsCurrent()
130 void* GLContextWGL::GetHandle() { in GetHandle()
134 void GLContextWGL::SetSwapInterval(int interval) { in SetSwapInterval()
Dgl_context_wgl.h18 class GLContextWGL : public GLContextReal {
20 explicit GLContextWGL(GLShareGroup* share_group);
21 virtual ~GLContextWGL();
37 DISALLOW_COPY_AND_ASSIGN(GLContextWGL);
Dgl_context_win.cc44 scoped_refptr<GLContext> context(new GLContextWGL(share_group)); in CreateGLContext()