Home
last modified time | relevance | path

Searched refs:hdc_ (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_gl.cc20 : hdc_(hdc), swap_buffers_(swap_buffers) { in ScopedGLContext()
29 result = SwapBuffers(hdc_); in ~ScopedGLContext()
35 const HDC hdc_; member in client::__anonf7c7cbd40111::ScopedGLContext
46 hdc_(nullptr), in OsrRenderHandlerWinGL()
121 if (!hdc_) { in OnPaint()
125 ScopedGLContext scoped_gl_context(hdc_, hrc_, true); in OnPaint()
145 if (!hdc_) { in Render()
149 ScopedGLContext scoped_gl_context(hdc_, hrc_, true); in Render()
158 hdc_ = GetDC(hwnd()); in EnableGL()
169 format = ChoosePixelFormat(hdc_, &pfd); in EnableGL()
[all …]
Dosr_render_handler_win_gl.h48 HDC hdc_; variable
/third_party/mesa3d/src/glx/windows/
Dwgl.c66 const char *wglGetExtensionsStringARB(HDC hdc_) in wglGetExtensionsStringARB() argument
69 return RESOLVED_PROC(PFNWGLGETEXTENSIONSSTRINGARBPROC)(hdc_); in wglGetExtensionsStringARB()
72 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_, in wglCreateContextAttribsARB() argument
76 return RESOLVED_PROC(PFNWGLCREATECONTEXTATTRIBSARBPROC)(hdc_, hShareContext_, attribList_); in wglCreateContextAttribsARB()
Dwgl.h34 const char *wglGetExtensionsStringARB(HDC hdc_);
35 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_,