/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 | 52 HGLRC hglrcSrc, in wglCopyContext() 53 HGLRC hglrcDst, in wglCopyContext() 61 WINGDIAPI HGLRC APIENTRY 65 return (HGLRC) DrvCreateContext(hdc); in wglCreateContext() 68 WINGDIAPI HGLRC APIENTRY 73 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane ); in wglCreateLayerContext() 78 HGLRC hglrc ) in wglDeleteContext() 84 WINGDIAPI HGLRC APIENTRY 87 return (HGLRC)(UINT_PTR)stw_get_current_context(); in wglGetCurrentContext() 99 HGLRC hglrc ) in wglMakeCurrent() [all …]
|
D | stw_ext_context.c | 35 HGLRC WINAPI 36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) in wglCreateContextAttribsARB() 118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane, 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 | 491 extern BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 494 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList… 539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… 575 extern BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 578 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 849 extern UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 850 extern HGLRC WINAPI wglCreateAssociatedContextAMD (UINT id); 851 extern HGLRC WINAPI wglCreateAssociatedContextAttribsAMD (UINT id, HGLRC hShareContext, const int *… 852 extern BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); [all …]
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc) in wglCreateContext() 176 return ((HGLRC)wgl_ctx[i].ctx); in wglCreateContext() 183 WINGDIAPI BOOL GLAPIENTRY wglDeleteContext(HGLRC hglrc) in wglDeleteContext() 199 WINGDIAPI HGLRC GLAPIENTRY wglGetCurrentContext(VOID) in wglGetCurrentContext() 204 return (HGLRC) wgl_ctx[ctx_current].ctx; in wglGetCurrentContext() 212 WINGDIAPI BOOL GLAPIENTRY wglMakeCurrent(HDC hdc, HGLRC hglrc) in wglMakeCurrent() 565 WINGDIAPI BOOL GLAPIENTRY wglShareLists(HGLRC hglrc1, in wglShareLists() 566 HGLRC hglrc2) in wglShareLists() 575 WINGDIAPI BOOL GLAPIENTRY wglCopyContext(HGLRC hglrcSrc, in wglCopyContext() 576 HGLRC hglrcDst, in wglCopyContext() [all …]
|
/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() 346 if (wglMakeCurrent(dc, (HGLRC)fHGLRC)) { in attachGL() 379 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
|