/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 63 HDC hdc ) in wglCreateContext() 70 HDC hdc, in wglCreateLayerContext() 98 HDC hdc, in wglMakeCurrent() 107 HDC hdc ) in wglSwapBuffers() 128 HDC hdc, in wglSwapLayerBuffers() 144 HDC hdc, in wglChoosePixelFormat() 167 HDC hdc, in wglDescribePixelFormat() 177 HDC hdc ) in wglGetPixelFormat() 184 HDC hdc, in wglSetPixelFormat() 199 HDC hdc, in wglUseFontBitmapsA() [all …]
|
D | stw_framebuffer.c | 241 HDC hdc, in stw_framebuffer_create() 391 HDC hdc ) in stw_framebuffer_from_hdc_locked() 409 HDC hdc ) in stw_framebuffer_from_hdc() 443 HDC hdc, in DrvSetPixelFormat() 492 HDC hdc ) in stw_pixelformat_get() 508 DrvPresentBuffers(HDC hdc, PGLPRESENTBUFFERSDATA data) in DrvPresentBuffers() 565 stw_framebuffer_present_locked(HDC hdc, in stw_framebuffer_present_locked() 601 HDC hdc ) in DrvSwapBuffers() 625 HDC hdc, in DrvSwapLayerBuffers()
|
D | stw_context.c | 119 HDC hdc ) in DrvCreateContext() 126 HDC hdc, in DrvCreateLayerContext() 135 HDC hdc, in stw_create_context_attribs() 323 HDC hdc, in stw_make_current() 778 HDC hdc, in DrvSetContext()
|
D | stw_pixelformat.c | 317 HDC hdc, in DrvDescribePixelFormat() 349 HDC hdc, in DrvDescribeLayerPlane() 361 HDC hdc, in DrvGetLayerPaletteEntries() 373 HDC hdc, in DrvSetLayerPaletteEntries() 385 HDC hdc, in DrvRealizeLayerPalette() 396 int stw_pixelformat_choose( HDC hdc, in stw_pixelformat_choose()
|
D | stw_ext_pixelformat.c | 375 HDC hdc, in wglChoosePixelFormatARB() 463 HDC hdc, in wglGetPixelFormatAttribfvARB() 487 HDC hdc, in wglGetPixelFormatAttribivARB()
|
D | stw_ext_extensionsstring.c | 48 HDC hdc ) in wglGetExtensionsStringARB()
|
D | stw_wgl.h | 66 HDC hdc; member
|
D | stw_context.h | 41 HDC hdc; member
|
D | stw_st.c | 158 stw_st_framebuffer_present_locked(HDC hdc, in stw_st_framebuffer_present_locked() 226 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb) in stw_st_swap_framebuffer_locked()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc) in wglCreateContext() 212 WINGDIAPI BOOL GLAPIENTRY wglMakeCurrent(HDC hdc, HGLRC hglrc) in wglMakeCurrent() 235 WINGDIAPI int GLAPIENTRY wglChoosePixelFormat(HDC hdc, in wglChoosePixelFormat() 296 WINGDIAPI int GLAPIENTRY wglDescribePixelFormat(HDC hdc, in wglDescribePixelFormat() 325 WINGDIAPI int GLAPIENTRY wglGetPixelFormat(HDC hdc) in wglGetPixelFormat() 335 WINGDIAPI BOOL GLAPIENTRY wglSetPixelFormat(HDC hdc,int iPixelFormat, in wglSetPixelFormat() 353 WINGDIAPI BOOL GLAPIENTRY wglSwapBuffers(HDC hdc) in wglSwapBuffers() 474 WINGDIAPI BOOL GLAPIENTRY wglUseFontBitmapsA(HDC hdc, DWORD first, in wglUseFontBitmapsA() 583 WINGDIAPI HGLRC GLAPIENTRY wglCreateLayerContext(HDC hdc, in wglCreateLayerContext() 593 WINGDIAPI BOOL GLAPIENTRY wglUseFontBitmapsW(HDC hdc, in wglUseFontBitmapsW() [all …]
|
D | wmesa.c | 35 wmesa_new_framebuffer(HDC hdc, struct gl_config *visual) in wmesa_new_framebuffer() 53 wmesa_free_framebuffer(HDC hdc) in wmesa_free_framebuffer() 76 wmesa_lookup_framebuffer(HDC hdc) in wmesa_lookup_framebuffer() 203 get_window_size(HDC hdc, GLuint *width, GLuint *height) in get_window_size() 1177 void WMesaMakeCurrent(WMesaContext c, HDC hdc) in WMesaMakeCurrent() 1234 void WMesaSwapBuffers( HDC hdc ) in WMesaSwapBuffers()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 113 HDC hdc = surface->getHDC(); in GDIFontInstance() local 198 HDC hdc = surface->getHDC(); in GDIFontInstance() local 344 HDC hdc = fSurface->getHDC(); in readFontTable() local 370 HDC hdc = fSurface->getHDC(); in getGlyphAdvance() local
|
D | gdiglue.cpp | 37 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc) in rs_gdiRenderingSurfaceOpen() 42 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC()
|
D | layout.cpp | 119 HDC hdc; in WndProc() local
|
D | clayout.c | 120 HDC hdc; in WndProc() local
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/ |
D | dxgi_dll.c | 72 HDC hdc; in WineDXGIBackend_BeginPresent() local 147 HDC hdc; in WineDXGIBackend_TestPresent() local 235 HDC hdc; in install_wine_dxgi_backend() local
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 147 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 183 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 1719 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { in getWidthAdvance() 1740 HDC hdc = CreateCompatibleDC(NULL); in onGetAdvancedTypefaceMetrics() local 1972 HDC hdc = ::CreateCompatibleDC(NULL); in onOpenStream() local 2002 static void bmpCharsToGlyphs(HDC hdc, const WCHAR* bmpChars, int count, uint16_t* glyphs, in bmpCharsToGlyphs() 2028 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph() 2080 SkAutoHDC hdc(fLogFont); in onCharsToGlyphs() local 2207 HDC hdc = ::CreateCompatibleDC(NULL); in onCountGlyphs() local 2221 HDC hdc = ::CreateCompatibleDC(NULL); in onGetUPEM() local [all …]
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 43 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat() 53 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv() 63 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 141 HDC hdc = BeginPaint(hWnd, &ps); in wndProc() local 184 HDC hdc = (HDC)ctx; in doPaint() local
|
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 131 HDC hdc, in hb_ScriptShapeOpenType() 164 HDC hdc, in hb_ScriptPlaceOpenType() 485 HDC hdc; member
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 690 HDC hdc; in rpng_win_wndproc() local
|
D | rpng2-win.c | 790 HDC hdc = GetDC(global_hwnd); in rpng2_win_create_window() local 1218 HDC hdc; in rpng2_win_wndproc() local
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 364 HDC hdc; in WndProc() local
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 151 static HDC hdc; in WndProc() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |