/external/skia/src/utils/win/ |
D | SkWGL.h | 70 HGLRC createContextAttribs(HDC, HGLRC, const int *) const; 101 typedef HGLRC (WINAPI *CreateContextAttribsProc)(HDC, HGLRC, const int *); 136 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context, 137 HGLRC shareContext = nullptr); 147 SkWGLContextRequest contextType, HGLRC shareContext); 152 HGLRC getGLRC() const { return fGLRC; } in getGLRC() 155 SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc); 159 HGLRC fGLRC;
|
D | SkWGL_win.cpp | 74 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() 75 HGLRC hShareContext, in createContextAttribs() 247 HGLRC prevGLRC = wglGetCurrentContext(); in SkWGLExtensions() 265 HGLRC dummyGLRC = wglCreateContext(dummyDC); in SkWGLExtensions() 337 static HGLRC create_gl_context(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType, in create_gl_context() 338 HGLRC shareContext) { in create_gl_context() 340 HGLRC prevGLRC = wglGetCurrentContext(); in create_gl_context() 342 HGLRC glrc = nullptr; in create_gl_context() 407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext() 408 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext() [all …]
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 56 HGLRC hglrcSrc, in wglCopyContext() 57 HGLRC hglrcDst, in wglCopyContext() 65 WINGDIAPI HGLRC APIENTRY 70 return (HGLRC) DrvCreateContext(hdc); in wglCreateContext() 73 WINGDIAPI HGLRC APIENTRY 79 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane ); in wglCreateLayerContext() 84 HGLRC hglrc ) in wglDeleteContext() 90 WINGDIAPI HGLRC APIENTRY 93 return (HGLRC)(UINT_PTR)stw_get_current_context(); in wglGetCurrentContext() 105 HGLRC hglrc ) in wglMakeCurrent() [all …]
|
D | stw_ext_context.h | 31 typedef HGLRC (WINAPI *wglCreateContext_t)(HDC hdc); 32 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
|
D | stw_ext_context.c | 57 HGLRC WINAPI 58 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) in wglCreateContextAttribsARB() 60 HGLRC context; in wglCreateContextAttribsARB()
|
D | stw_icd.h | 476 DHGLRC (APIENTRY *wglCbGetDhglrc)(HGLRC hglrc);
|
/external/swiftshader/include/GL/ |
D | wglext.h | 82 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… 84 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList); 121 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 124 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 312 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 313 typedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC) (UINT id); 314 typedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (UINT id, HGLRC hShareContext,… 315 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 316 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 317 typedef HGLRC (WINAPI * PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC) (void); [all …]
|
/external/mesa3d/include/GL/ |
D | wglext.h | 89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… 91 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList); 128 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 319 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 320 typedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC) (UINT id); 321 typedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (UINT id, HGLRC hShareContext,… 322 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 323 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 324 typedef HGLRC (WINAPI * PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC) (void); [all …]
|
/external/mesa3d/src/glx/windows/ |
D | wgl.h | 35 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_, 37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
|
D | wgl.c | 72 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_, in wglCreateContextAttribsARB() 79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) in wglMakeContextCurrentARB()
|
D | windowsgl_internal.h | 38 HGLRC ctx;
|
D | windowsgl.c | 164 HGLRC shareContext = NULL; in windows_create_context_attribs() 321 HGLRC hglrc = wglCreateContext(hdc); in windows_call_with_context()
|
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 33 HGLRC fGlRenderContext; 88 HGLRC winShareContext = nullptr; in WinGLTestContext() 96 HGLRC glrc; in WinGLTestContext() 160 HGLRC glrc; in onPlatformMakeCurrent()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 115 typedef HGLRC (WINAPI* wglCreateContextFunc) (HDC hdc); 116 typedef BOOL (WINAPI* wglDeleteContextFunc) (HGLRC hglrc); 117 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc); 127 typedef HGLRC (WINAPI* wglCreateContextAttribsARBFunc) (HDC hdc, HGLRC hshareContext, const int* at… 221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()
|
D | tcuWGL.hpp | 198 HGLRC getGLContext (void) const { return m_context; } in getGLContext() 206 HGLRC m_context;
|
/external/skia/tools/viewer/sk_app/win/ |
D | GLWindowContext_win.cpp | 35 HGLRC fHGLRC;
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 73 wglDeleteContext((HGLRC)fHGLRC); in ~SkOSWindow() 344 if (wglMakeCurrent(dc, (HGLRC)fHGLRC)) { in attachGL() 377 wglDeleteContext((HGLRC)fHGLRC); in detachGL()
|
/external/swiftshader/tests/OGLSimpleCube/ |
D | OGLSimpleCube.cpp | 54 HGLRC hGLRC;
|
/external/swiftshader/src/OpenGL/libGL/ |
D | libGL.cpp | 7831 BOOL WINAPI wglCopyContext(HGLRC, HGLRC, UINT) in wglCopyContext() argument 7837 HGLRC WINAPI wglCreateContext(HDC hdc) in wglCreateContext() 7846 return (HGLRC)context; in wglCreateContext() 7849 HGLRC WINAPI wglCreateLayerContext(HDC, int) in wglCreateLayerContext() 7855 BOOL WINAPI wglDeleteContext(HGLRC context) in wglDeleteContext() 7911 HGLRC WINAPI wglGetCurrentContext(VOID) in wglGetCurrentContext() 7914 return (HGLRC)gl::getContext(); in wglGetCurrentContext() 8193 BOOL WINAPI wglMakeCurrent(HDC hdc, HGLRC hglrc) in wglMakeCurrent() 8232 BOOL WINAPI wglShareLists(HGLRC, HGLRC) in wglShareLists() argument
|