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

  /external/chromium_org/ui/gl/
gl_context_wgl.h 18 class GLContextWGL : public GLContextReal {
20 explicit GLContextWGL(GLShareGroup* share_group);
21 virtual ~GLContextWGL();
37 DISALLOW_COPY_AND_ASSIGN(GLContextWGL);
gl_context_wgl.cc 5 // This file implements the GLContextWGL and PbufferGLContext classes.
17 GLContextWGL::GLContextWGL(GLShareGroup* share_group)
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::MakeCurrent")
    [all...]
gl_context_win.cc 44 scoped_refptr<GLContext> context(new GLContextWGL(share_group));

Completed in 125 milliseconds