Searched refs:hrc_ (Results 1 – 2 of 2) sorted by relevance
47 hrc_(nullptr), in OsrRenderHandlerWinGL()125 ScopedGLContext scoped_gl_context(hdc_, hrc_, true); in OnPaint()149 ScopedGLContext scoped_gl_context(hdc_, hrc_, true); in Render()173 hrc_ = wglCreateContext(hdc_); in EnableGL()175 ScopedGLContext scoped_gl_context(hdc_, hrc_, false); in EnableGL()185 ScopedGLContext scoped_gl_context(hdc_, hrc_, false); in DisableGL()191 BOOL result = wglDeleteContext(hrc_); in DisableGL()198 hrc_ = nullptr; in DisableGL()
49 HGLRC hrc_; variable