/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 67 HDC hdc ) in wglCreateContext() 75 HDC hdc, in wglCreateLayerContext() 104 HDC hdc, in wglMakeCurrent() 113 HDC hdc ) in wglSwapBuffers() 134 HDC hdc, in wglSwapLayerBuffers() 150 HDC hdc, in wglChoosePixelFormat() 173 HDC hdc, in wglDescribePixelFormat() 183 HDC hdc ) in wglGetPixelFormat() 190 HDC hdc, in wglSetPixelFormat() 205 HDC hdc, in wglUseFontBitmapsA() [all …]
|
D | stw_framebuffer.c | 251 stw_framebuffer_create(HDC hdc, int iPixelFormat) in stw_framebuffer_create() 371 stw_framebuffer_from_hdc_locked(HDC hdc) in stw_framebuffer_from_hdc_locked() 389 stw_framebuffer_from_hdc(HDC hdc) in stw_framebuffer_from_hdc() 422 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) in DrvSetPixelFormat() 471 stw_pixelformat_get(HDC hdc) in stw_pixelformat_get() 487 DrvPresentBuffers(HDC hdc, PGLPRESENTBUFFERSDATA data) in DrvPresentBuffers() 549 stw_framebuffer_present_locked(HDC hdc, in stw_framebuffer_present_locked() 584 DrvSwapBuffers(HDC hdc) in DrvSwapBuffers() 623 DrvSwapLayerBuffers(HDC hdc, UINT fuPlanes) in DrvSwapLayerBuffers()
|
D | stw_context.c | 117 DrvCreateContext(HDC hdc) in DrvCreateContext() 124 DrvCreateLayerContext(HDC hdc, INT iLayerPlane) in DrvCreateLayerContext() 140 stw_create_context_attribs(HDC hdc, INT iLayerPlane, DHGLRC hShareContext, in stw_create_context_attribs() 389 stw_make_current(HDC hdc, DHGLRC dhglrc) in stw_make_current() 857 DrvSetContext(HDC hdc, DHGLRC dhglrc, PFN_SETPROCTABLE pfnSetProcTable) in DrvSetContext()
|
D | stw_pixelformat.c | 343 HDC hdc, in DrvDescribePixelFormat() 375 HDC hdc, in DrvDescribeLayerPlane() 387 HDC hdc, in DrvGetLayerPaletteEntries() 399 HDC hdc, in DrvSetLayerPaletteEntries() 411 HDC hdc, in DrvRealizeLayerPalette() 422 int stw_pixelformat_choose( HDC hdc, in stw_pixelformat_choose()
|
D | stw_ext_extensionsstring.c | 53 HDC hdc ) in wglGetExtensionsStringARB()
|
D | stw_ext_pixelformat.c | 394 HDC hdc, in wglChoosePixelFormatARB() 484 HDC hdc, in wglGetPixelFormatAttribfvARB() 508 HDC hdc, in wglGetPixelFormatAttribivARB()
|
D | stw_wgl.h | 66 HDC hdc; member
|
D | stw_context.h | 42 HDC hdc; member
|
D | stw_st.c | 178 stw_st_framebuffer_present_locked(HDC hdc, in stw_st_framebuffer_present_locked() 265 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb) in stw_st_swap_framebuffer_locked()
|
/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 | gdiglue.cpp | 40 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc) in rs_gdiRenderingSurfaceOpen() 45 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC()
|
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 | layout.cpp | 125 HDC hdc; in WndProc() local
|
D | clayout.c | 126 HDC hdc; in WndProc() local
|
/external/skqp/samplecode/ |
D | SampleBigGradient.cpp | 164 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect() local 178 HDC hdc = static_cast<HDC>(context); in DeleteHDCCallback() local 209 HDC hdc = CreateCompatibleDC(nullptr); in Create() local 238 HDC hdc = static_cast<HDC>(handle); in updateHandle() local
|
/external/skia/samplecode/ |
D | SampleBigGradient.cpp | 164 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect() local 178 HDC hdc = static_cast<HDC>(context); in DeleteHDCCallback() local 209 HDC hdc = CreateCompatibleDC(nullptr); in Create() local 238 HDC hdc = static_cast<HDC>(handle); in updateHandle() local
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_frame_win.cc | 34 HDC hdc) { in Create()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 151 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 187 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 1708 HDC hdc = CreateCompatibleDC(nullptr); in onGetAdvancedMetrics() local 1918 HDC hdc = ::CreateCompatibleDC(nullptr); in onOpenStream() local 1948 static void bmpCharsToGlyphs(HDC hdc, const WCHAR* bmpChars, int count, uint16_t* glyphs, in bmpCharsToGlyphs() 1974 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() 2027 SkAutoHDC hdc(fLogFont); in onCharsToGlyphs() local 2154 HDC hdc = ::CreateCompatibleDC(nullptr); in onCountGlyphs() local 2168 HDC hdc = ::CreateCompatibleDC(nullptr); in onGetUPEM() local 2220 HDC hdc = ::CreateCompatibleDC(nullptr); in onGetTableData() local [all …]
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 151 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 187 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 1708 HDC hdc = CreateCompatibleDC(nullptr); in onGetAdvancedMetrics() local 1918 HDC hdc = ::CreateCompatibleDC(nullptr); in onOpenStream() local 1948 static void bmpCharsToGlyphs(HDC hdc, const WCHAR* bmpChars, int count, uint16_t* glyphs, in bmpCharsToGlyphs() 1974 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() 2027 SkAutoHDC hdc(fLogFont); in onCharsToGlyphs() local 2154 HDC hdc = ::CreateCompatibleDC(nullptr); in onCountGlyphs() local 2168 HDC hdc = ::CreateCompatibleDC(nullptr); in onGetUPEM() local 2220 HDC hdc = ::CreateCompatibleDC(nullptr); in onGetTableData() local [all …]
|
/external/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 21 EGLDisplay get_angle_egl_display(HDC hdc) { in get_angle_egl_display()
|
/external/skqp/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 21 EGLDisplay get_angle_egl_display(HDC hdc) { in get_angle_egl_display()
|
/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()
|
/external/webrtc/webrtc/base/ |
D | win32windowpicker.cc | 110 HDC hdc = GetDC(NULL); in GetDesktopList() local
|
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 208 HDC hdc = BeginPaint(handle(), &ps); in OnPaint() local
|