/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_wgl.c | 68 HDC hdc ) in wglCreateContext() 76 HDC hdc, in wglCreateLayerContext() 112 HDC hdc, in wglMakeCurrent() 121 HDC hdc ) in wglSwapBuffers() 142 HDC hdc, in wglSwapLayerBuffers() 158 HDC hdc, in wglChoosePixelFormat() 179 HDC hdc, in wglDescribePixelFormat() 189 HDC hdc ) in wglGetPixelFormat() 196 HDC hdc, in wglSetPixelFormat() 211 HDC hdc, in wglUseFontBitmapsA() [all …]
|
D | stw_framebuffer.c | 253 stw_framebuffer_create(HDC hdc, int iPixelFormat) in stw_framebuffer_create() 373 stw_framebuffer_from_hdc_locked(HDC hdc) in stw_framebuffer_from_hdc_locked() 391 stw_framebuffer_from_hdc(HDC hdc) in stw_framebuffer_from_hdc() 424 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) in DrvSetPixelFormat() 473 stw_pixelformat_get(HDC hdc) in stw_pixelformat_get() 489 DrvPresentBuffers(HDC hdc, LPPRESENTBUFFERS data) in DrvPresentBuffers() 551 stw_framebuffer_present_locked(HDC hdc, in stw_framebuffer_present_locked() 621 DrvSwapBuffers(HDC hdc) in DrvSwapBuffers() 664 DrvSwapLayerBuffers(HDC hdc, UINT fuPlanes) in DrvSwapLayerBuffers()
|
D | stw_context.c | 120 DrvCreateContext(HDC hdc) in DrvCreateContext() 127 DrvCreateLayerContext(HDC hdc, INT iLayerPlane) in DrvCreateLayerContext() 141 get_matching_pixel_format(HDC hdc) in get_matching_pixel_format() 162 stw_create_context_attribs(HDC hdc, INT iLayerPlane, DHGLRC hShareContext, in stw_create_context_attribs() 946 DrvSetContext(HDC hdc, DHGLRC dhglrc, PFN_SETPROCTABLE pfnSetProcTable) in DrvSetContext()
|
D | stw_pixelformat.c | 352 DrvDescribePixelFormat(HDC hdc, INT iPixelFormat, ULONG cjpfd, in DrvDescribePixelFormat() 383 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, in DrvDescribeLayerPlane() 392 DrvGetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, in DrvGetLayerPaletteEntries() 401 DrvSetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, in DrvSetLayerPaletteEntries() 410 DrvRealizeLayerPalette(HDC hdc, INT iLayerPlane, BOOL bRealize) in DrvRealizeLayerPalette() 421 stw_pixelformat_choose(HDC hdc, CONST PIXELFORMATDESCRIPTOR *ppfd) in stw_pixelformat_choose()
|
D | stw_ext_pixelformat.c | 391 wglChoosePixelFormatARB(HDC hdc, const int *piAttribIList, in wglChoosePixelFormatARB() 481 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribfvARB() 503 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribivARB()
|
D | stw_ext_extensionsstring.c | 54 HDC hdc ) in wglGetExtensionsStringARB()
|
D | stw_wgl.h | 76 HDC hdc; member
|
D | stw_st.c | 237 stw_st_framebuffer_present_locked(HDC hdc, in stw_st_framebuffer_present_locked() 340 stw_st_swap_framebuffer_locked(HDC hdc, struct st_context_iface *stctx, in stw_st_swap_framebuffer_locked()
|
/external/libepoxy/test/ |
D | wgl_common.c | 31 setup_pixel_format(HDC hdc) in setup_pixel_format() 70 HDC hdc = GetDC(hwnd); in window_proc() local 86 make_window_and_test(int (*callback)(HDC hdc)) in make_window_and_test()
|
D | wgl_per_context_funcptrs.c | 90 test_createshader(HDC hdc, HGLRC ctx) in test_createshader() 121 test_function(HDC hdc) in test_function()
|
D | wgl_core_and_exts.c | 30 test_function(HDC hdc) in test_function()
|
D | wgl_usefontbitmaps.c | 30 test_function(HDC hdc) in test_function()
|
/external/angle/src/libGL/ |
D | entry_points_wgl.cpp | 66 int GL_APIENTRY wglDescribePixelFormat(HDC hdc, int ipfd, UINT cjpfd, PIXELFORMATDESCRIPTOR *ppfd) in wglDescribePixelFormat() 96 int GL_APIENTRY wglGetPixelFormat(HDC hdc) in wglGetPixelFormat() 102 BOOL GL_APIENTRY wglSetPixelFormat(HDC hdc, int ipfd, const PIXELFORMATDESCRIPTOR *ppfd) in wglSetPixelFormat() 108 BOOL GL_APIENTRY wglSwapBuffers(HDC hdc) in wglSwapBuffers() 218 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() 281 BOOL GL_APIENTRY wglRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize) in wglRealizeLayerPalette() 288 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries() 300 BOOL GL_APIENTRY wglSwapLayerBuffers(HDC hdc, UINT fuFlags) in wglSwapLayerBuffers()
|
/external/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()
|
/external/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()
|
/external/libepoxy/src/ |
D | dispatch_wgl.c | 41 HDC hdc = wglGetCurrentDC(); in epoxy_conservative_has_wgl_extension() local 50 epoxy_has_wgl_extension(HDC hdc, const char *ext) in epoxy_has_wgl_extension()
|
/external/skqp/samplecode/ |
D | SampleBigGradient.cpp | 162 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect() local 176 HDC hdc = static_cast<HDC>(context); in DeleteHDCCallback() local 207 HDC hdc = CreateCompatibleDC(nullptr); in Create() local 236 HDC hdc = static_cast<HDC>(handle); in updateHandle() local
|
/external/harfbuzz_ng/src/ |
D | hb-gdi.cc | 37 HDC hdc = GetDC (nullptr); in _hb_gdi_reference_table() local
|
/external/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 …]
|
/external/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
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 153 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 189 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 1637 HDC hdc = ::CreateCompatibleDC(nullptr); in getGlyphToUnicodeMap() local 1657 HDC hdc = CreateCompatibleDC(nullptr); in onGetAdvancedMetrics() local 1865 HDC hdc = ::CreateCompatibleDC(nullptr); in onOpenStream() local 1899 static void bmpCharsToGlyphs(HDC hdc, const WCHAR* bmpChars, int count, uint16_t* glyphs, in bmpCharsToGlyphs() 1925 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() 1978 SkAutoHDC hdc(fLogFont); in onCharsToGlyphs() local 2105 HDC hdc = ::CreateCompatibleDC(nullptr); in onCountGlyphs() local 2119 HDC hdc = ::CreateCompatibleDC(nullptr); in onGetUPEM() local [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame_win.cc | 36 HDC hdc) { in Create()
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 46 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat() 56 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv() 66 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 46 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat() 56 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv() 66 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
|