Home | History | Annotate | Download | only in gl

Lines Matching refs:GLContextWGL

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");
102 void GLContextWGL::ReleaseCurrent(GLSurface* surface) {
110 bool GLContextWGL::IsCurrent(GLSurface* surface) {
130 void* GLContextWGL::GetHandle() {
134 void GLContextWGL::SetSwapInterval(int interval) {