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

/external/chromium_org/ui/gl/
H A Dgl_context_wgl.cc5 // This file implements the GLContextWGL and PbufferGLContext classes.
17 GLContextWGL::GLContextWGL(GLShareGroup* share_group) function in class:gfx::GLContextWGL
22 GLContextWGL::~GLContextWGL() {
26 std::string GLContextWGL::GetExtensions() {
39 bool GLContextWGL::Initialize(
65 void GLContextWGL::Destroy() {
72 bool GLContextWGL::MakeCurrent(GLSurface* surface) {
78 TRACE_EVENT0("gpu", "GLContextWGL
[all...]
H A Dgl_context_wgl.h18 class GLContextWGL : public GLContextReal { class in namespace:gfx
20 explicit GLContextWGL(GLShareGroup* share_group);
21 virtual ~GLContextWGL();
37 DISALLOW_COPY_AND_ASSIGN(GLContextWGL);
H A Dgl_context_win.cc44 scoped_refptr<GLContext> context(new GLContextWGL(share_group));

Completed in 77 milliseconds