/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.c | 64 HDC hdc ) in wglCreateContext() 72 HDC hdc, in wglCreateLayerContext() 102 HDC hdc, in wglMakeCurrent() 111 HDC hdc ) in wglSwapBuffers() 132 HDC hdc, in wglSwapLayerBuffers() 148 HDC hdc, in wglChoosePixelFormat() 169 HDC hdc, in wglDescribePixelFormat() 179 HDC hdc ) in wglGetPixelFormat() 186 HDC hdc, in wglSetPixelFormat() 201 HDC hdc, in wglUseFontBitmapsA() [all …]
|
D | stw_wgl.h | 76 HDC hdc; member
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_framebuffer.c | 420 stw_framebuffer_from_hdc_locked(HDC hdc) in stw_framebuffer_from_hdc_locked() 438 stw_framebuffer_from_hdc(HDC hdc) in stw_framebuffer_from_hdc() 471 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) in DrvSetPixelFormat() 520 stw_pixelformat_get(HDC hdc) in stw_pixelformat_get() 536 DrvPresentBuffers(HDC hdc, LPPRESENTBUFFERS data) in DrvPresentBuffers() 602 stw_framebuffer_present_locked(HDC hdc, in stw_framebuffer_present_locked() 682 stw_framebuffer_swap_locked(HDC hdc, struct stw_framebuffer *fb) in stw_framebuffer_swap_locked() 715 DrvSwapBuffers(HDC hdc) in DrvSwapBuffers() 731 DrvSwapLayerBuffers(HDC hdc, UINT fuPlanes) in DrvSwapLayerBuffers()
|
D | stw_ext_pixelformat.c | 52 stw_query_attrib(HDC hdc, int iPixelFormat, int iLayerPlane, int attrib, int *pvalue) in stw_query_attrib() 334 score_pixelformats(HDC hdc, in score_pixelformats() 392 wglChoosePixelFormatARB(HDC hdc, const int *piAttribIList, in wglChoosePixelFormatARB() 482 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribfvARB() 502 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribivARB()
|
D | stw_pixelformat.c | 345 stw_pixelformat_get_count(HDC hdc) in stw_pixelformat_get_count() 355 stw_pixelformat_get_extended_count(HDC hdc) in stw_pixelformat_get_extended_count() 387 DrvDescribePixelFormat(HDC hdc, INT iPixelFormat, ULONG cjpfd, in DrvDescribePixelFormat() 416 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, in DrvDescribeLayerPlane() 425 DrvGetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, in DrvGetLayerPaletteEntries() 434 DrvSetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, in DrvSetLayerPaletteEntries() 443 DrvRealizeLayerPalette(HDC hdc, INT iLayerPlane, BOOL bRealize) in DrvRealizeLayerPalette() 454 stw_pixelformat_choose(HDC hdc, CONST PIXELFORMATDESCRIPTOR *ppfd) in stw_pixelformat_choose()
|
D | stw_context.c | 120 DrvCreateContext(HDC hdc) in DrvCreateContext() 127 DrvCreateLayerContext(HDC hdc, INT iLayerPlane) in DrvCreateLayerContext() 149 get_matching_pixel_format(HDC hdc) in get_matching_pixel_format() 167 stw_create_context_attribs(HDC hdc, INT iLayerPlane, struct stw_context *shareCtx, in stw_create_context_attribs() 996 DrvSetContext(HDC hdc, DHGLRC dhglrc, PFN_SETPROCTABLE pfnSetProcTable) in DrvSetContext()
|
D | stw_device.c | 87 init_screen(const struct stw_winsys *stw_winsys, HDC hdc) in init_screen() 174 stw_init_screen(HDC hdc) in stw_init_screen()
|
D | stw_ext_extensionsstring.c | 55 HDC hdc ) in wglGetExtensionsStringARB()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 63 int GL_APIENTRY wglDescribePixelFormat(HDC hdc, int ipfd, UINT cjpfd, PIXELFORMATDESCRIPTOR *ppfd) in wglDescribePixelFormat() 91 int GL_APIENTRY wglGetPixelFormat(HDC hdc) in wglGetPixelFormat() 97 BOOL GL_APIENTRY wglSetPixelFormat(HDC hdc, int ipfd, const PIXELFORMATDESCRIPTOR *ppfd) in wglSetPixelFormat() 103 BOOL GL_APIENTRY wglSwapBuffers(HDC hdc) in wglSwapBuffers() 213 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() 276 BOOL GL_APIENTRY wglRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize) in wglRealizeLayerPalette() 283 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries() 295 BOOL GL_APIENTRY wglSwapLayerBuffers(HDC hdc, UINT fuFlags) in wglSwapLayerBuffers()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 65 int GL_APIENTRY wglDescribePixelFormat(HDC hdc, int ipfd, UINT cjpfd, PIXELFORMATDESCRIPTOR *ppfd) in wglDescribePixelFormat() 95 int GL_APIENTRY wglGetPixelFormat(HDC hdc) in wglGetPixelFormat() 101 BOOL GL_APIENTRY wglSetPixelFormat(HDC hdc, int ipfd, const PIXELFORMATDESCRIPTOR *ppfd) in wglSetPixelFormat() 107 BOOL GL_APIENTRY wglSwapBuffers(HDC hdc) in wglSwapBuffers() 217 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() 280 BOOL GL_APIENTRY wglRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize) in wglRealizeLayerPalette() 287 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries() 299 BOOL GL_APIENTRY wglSwapLayerBuffers(HDC hdc, UINT fuFlags) in wglSwapLayerBuffers()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengl.c | 202 WIN_GL_ChoosePixelFormat(HDC hdc, PIXELFORMATDESCRIPTOR * target) in WIN_GL_ChoosePixelFormat() 340 HDC hdc; in WIN_GL_InitExtensions() local 431 HDC hdc; in WIN_GL_ChoosePixelFormatARB() local 472 HDC hdc = ((SDL_WindowData *) window->driverdata)->hdc; in WIN_GL_SetupWindowInternal() local 599 HDC hdc = ((SDL_WindowData *) window->driverdata)->hdc; in WIN_GL_CreateContext() local 716 HDC hdc; in WIN_GL_MakeCurrent() local 772 HDC hdc = ((SDL_WindowData *) window->driverdata)->hdc; in WIN_GL_SwapWindow() local
|
/third_party/mesa3d/src/glx/windows/ |
D | windowsgl.c | 102 HDC hdc = GetDC(hwnd); in windows_create_context() local 163 HDC hdc = GetDC(hwnd); in windows_create_context_attribs() local 317 HDC hdc = GetDC(hwnd); in windows_call_with_context() local 336 windows_check_render_test(HDC hdc, void *args) in windows_check_render_test() 366 windows_extensions_test(HDC hdc, void *args) in windows_extensions_test()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | GDIFontInstance.cpp | 119 HDC hdc = surface->getHDC(); in GDIFontInstance() local 204 HDC hdc = surface->getHDC(); in GDIFontInstance() local 350 HDC hdc = fSurface->getHDC(); in readFontTable() local 376 HDC hdc = fSurface->getHDC(); in getGlyphAdvance() local
|
D | gdiglue.cpp | 40 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc) in rs_gdiRenderingSurfaceOpen() 45 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | GDIFontInstance.cpp | 119 HDC hdc = surface->getHDC(); in GDIFontInstance() local 204 HDC hdc = surface->getHDC(); in GDIFontInstance() local 350 HDC hdc = fSurface->getHDC(); in readFontTable() local 376 HDC hdc = fSurface->getHDC(); in getGlyphAdvance() local
|
D | gdiglue.cpp | 40 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc) in rs_gdiRenderingSurfaceOpen() 45 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 119 HDC hdc = surface->getHDC(); in GDIFontInstance() local 204 HDC hdc = surface->getHDC(); in GDIFontInstance() local 350 HDC hdc = fSurface->getHDC(); in readFontTable() local 376 HDC hdc = fSurface->getHDC(); in getGlyphAdvance() local
|
D | gdiglue.cpp | 40 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc) in rs_gdiRenderingSurfaceOpen() 45 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC()
|
/third_party/harfbuzz/src/ |
D | hb-gdi.cc | 47 HDC hdc = GetDC (nullptr); in _hb_gdi_reference_table() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-gdi.cc | 47 HDC hdc = GetDC (nullptr); in _hb_gdi_reference_table() local
|
/third_party/skia/src/ports/ |
D | SkFontHost_win.cpp | 154 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 190 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 242 SkAutoHDC hdc(fLogFont); in LogFontTypeface() local 1607 SkAutoHDC hdc(fLogFont); in onGetFamilyName() local 1621 SkAutoHDC hdc(fLogFont); in getGlyphToUnicodeMap() local 1633 SkAutoHDC hdc(lf); in onGetAdvancedMetrics() local 1828 SkAutoHDC hdc(lf); in onOpenStream() local 1854 static void bmpCharsToGlyphs(HDC hdc, const WCHAR* bmpChars, int count, uint16_t* glyphs, in bmpCharsToGlyphs() 1895 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() 1948 SkAutoHDC hdc(fLogFont); in onCharsToGlyphs() local [all …]
|
/third_party/flutter/skia/gm/ |
D | rasterhandleallocator.cpp | 169 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect() local 207 HDC hdc = CreateCompatibleDC(nullptr); in Create() local 216 HDC hdc; in Create() member 246 HDC hdc = static_cast<HDC>(handle); in updateHandle() local
|
/third_party/skia/gm/ |
D | rasterhandleallocator.cpp | 168 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect() local 206 HDC hdc = CreateCompatibleDC(nullptr); in Create() local 215 HDC hdc; in Create() member 245 HDC hdc = static_cast<HDC>(handle); in updateHandle() local
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.c | 161 wgl_add_configs(_EGLDisplay *disp, HDC hdc) in wgl_add_configs() 189 wgl_initialize_impl(_EGLDisplay *disp, HDC hdc) in wgl_initialize_impl() 649 HDC hdc = GetDC(wgl_surf->fb->hWnd); in wgl_swap_buffers() local
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstwinscreencap.c | 34 _diplay_monitor_enum (HMONITOR hMon, HDC hdc, LPRECT rect, LPARAM param) in _diplay_monitor_enum()
|