Home
last modified time | relevance | path

Searched defs:hdc (Results 1 – 25 of 34) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_wgl.c67 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 …]
Dstw_framebuffer.c251 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()
Dstw_context.c117 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()
Dstw_pixelformat.c343 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()
Dstw_ext_extensionsstring.c53 HDC hdc ) in wglGetExtensionsStringARB()
Dstw_ext_pixelformat.c394 HDC hdc, in wglChoosePixelFormatARB()
484 HDC hdc, in wglGetPixelFormatAttribfvARB()
508 HDC hdc, in wglGetPixelFormatAttribivARB()
Dstw_wgl.h66 HDC hdc; member
Dstw_context.h42 HDC hdc; member
Dstw_st.c178 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/
Dwindowsgl.c102 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/
Dgdiglue.cpp40 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc) in rs_gdiRenderingSurfaceOpen()
45 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC()
DGDIFontInstance.cpp119 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
Dclayout.c126 HDC hdc; in WndProc() local
Dlayout.cpp125 HDC hdc; in WndProc() local
/external/libchrome/base/win/
Dscoped_select_object.h19 ScopedSelectObject(HDC hdc, HGDIOBJ object) in ScopedSelectObject()
/external/skia/samplecode/
DSampleBigGradient.cpp164 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect() local
177 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/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc34 HDC hdc) { in Create()
/external/skia/src/ports/
DSkFontHost_win.cpp149 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount()
185 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM()
1731 HDC hdc = CreateCompatibleDC(nullptr); in onGetAdvancedMetrics() local
1932 HDC hdc = ::CreateCompatibleDC(nullptr); in onOpenStream() local
1962 static void bmpCharsToGlyphs(HDC hdc, const WCHAR* bmpChars, int count, uint16_t* glyphs, in bmpCharsToGlyphs()
1988 static uint16_t nonBmpCharToGlyph(HDC hdc, SCRIPT_CACHE* scriptCache, const WCHAR utf16[2]) { in nonBmpCharToGlyph()
2040 SkAutoHDC hdc(fLogFont); in onCharsToGlyphs() local
2167 HDC hdc = ::CreateCompatibleDC(nullptr); in onCountGlyphs() local
2181 HDC hdc = ::CreateCompatibleDC(nullptr); in onGetUPEM() local
2233 HDC hdc = ::CreateCompatibleDC(nullptr); in onGetTableData() local
[all …]
/external/skia/src/utils/win/
DSkWGL_win.cpp45 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat()
55 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv()
65 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
/external/webrtc/webrtc/base/
Dwin32windowpicker.cc110 HDC hdc = GetDC(NULL); in GetDesktopList() local
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc208 HDC hdc = BeginPaint(handle(), &ps); in OnPaint() local
/external/skia/tools/viewer/sk_app/win/
DWindow_win.cpp209 HDC hdc; in WndProc() local
/external/skia/src/views/win/
DSkOSWindow_win.cpp152 HDC hdc = BeginPaint(hWnd, &ps); in wndProc() local
187 HDC hdc = (HDC)ctx; in doPaint() local
/external/harfbuzz_ng/src/
Dhb-uniscribe.cc131 HDC hdc, in hb_ScriptShapeOpenType()
164 HDC hdc, in hb_ScriptPlaceOpenType()
485 HDC hdc; member
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc364 HDC hdc; in WndProc() local

12