Home
last modified time | relevance | path

Searched refs:HDC (Results 1 – 25 of 224) sorted by relevance

123456789

/external/chromium_org/third_party/mesa/src/include/GL/
Dwglext.h453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
471 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
473 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttri…
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP…
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP…
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL…
[all …]
/external/mesa3d/include/GL/
Dwglext.h453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
471 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
473 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttri…
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP…
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP…
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL…
[all …]
/external/chromium_org/third_party/skia/include/utils/
DSkWGL.h70 bool hasExtension(HDC dc, const char* ext) const;
72 const char* getExtensionsString(HDC hdc) const;
73 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
74 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const;
75 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
76 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
80 HPBUFFER createPbuffer(HDC, int , int, int, const int*) const;
81 HDC getPbufferDC(HPBUFFER) const;
82 int releasePbufferDC(HPBUFFER, HDC) const;
100 HDC dc,
[all …]
/external/skia/include/utils/
DSkWGL.h68 bool hasExtension(HDC dc, const char* ext) const;
70 const char* getExtensionsString(HDC hdc) const;
71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
72 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const;
73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
74 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
91 HDC dc,
94 typedef const char* (WINAPI *GetExtensionsStringProc)(HDC hdc);
95 …typedef BOOL (WINAPI *ChoosePixelFormatProc)(HDC hdc, const int *, const FLOAT *, UINT, int *, UIN…
96 typedef BOOL (WINAPI *GetPixelFormatAttribivProc)(HDC, int, int, UINT, const int*, int*);
[all …]
/external/chromium_org/ui/native_theme/
Dnative_theme_win.h97 HRESULT PaintTextField(HDC hdc,
144 HDC hdc,
151 HRESULT PaintButton(HDC hdc,
158 HRESULT PaintMenuSeparator(HDC hdc,
162 HRESULT PaintMenuGutter(HDC hdc, const gfx::Rect& rect) const;
167 HRESULT PaintMenuArrow(HDC hdc,
172 HRESULT PaintMenuBackground(HDC hdc, const gfx::Rect& rect) const;
174 HRESULT PaintMenuCheck(HDC hdc,
179 HRESULT PaintMenuCheckBackground(HDC hdc,
183 HRESULT PaintMenuItemBackground(HDC hdc,
[all …]
/external/pdfium/core/include/fxge/
Dfx_ge_win32.h33 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
35 …static CFX_DIBitmap* LoadFromDDB(HDC hDC, HBITMAP hBitmap, FX_DWORD* pPalette = NULL, FX_DWORD siz…
46 CFX_WindowsDIB(HDC hDC, int width, int height);
50 HDC GetDC() const in GetDC()
60 void LoadFromDevice(HDC hDC, int left, int top);
62 void SetToDevice(HDC hDC, int left, int top);
65 HDC m_hMemDC;
74 static IFX_RenderDeviceDriver* CreateDriver(HDC hDC, FX_BOOL bCmykOutput = FALSE);
76 …CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput = FALSE, FX_BOOL bForcePSOutput = FALSE, int psLeve…
78 HDC GetDC() const;
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_wgl.c63 HDC hdc ) in wglCreateContext()
70 HDC hdc, in wglCreateLayerContext()
90 WINGDIAPI HDC APIENTRY
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()
[all …]
Dstw_wgl.h42 wglSwapBuffers(HDC hdc);
45 wglChoosePixelFormat(HDC hdc,
49 wglDescribePixelFormat(HDC hdc,
55 wglGetPixelFormat(HDC hdc);
58 wglSetPixelFormat(HDC hdc,
66 HDC hdc;
Dstw_context.h41 HDC hdc;
46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
51 HDC stw_get_current_dc( void );
53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
Dstw_framebuffer.h61 HDC hDC;
119 HDC hdc,
145 HDC hdc );
148 stw_framebuffer_present_locked(HDC hdc,
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_wgl.c63 HDC hdc ) in wglCreateContext()
70 HDC hdc, in wglCreateLayerContext()
90 WINGDIAPI HDC APIENTRY
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()
[all …]
Dstw_wgl.h42 wglSwapBuffers(HDC hdc);
45 wglChoosePixelFormat(HDC hdc,
49 wglDescribePixelFormat(HDC hdc,
55 wglGetPixelFormat(HDC hdc);
58 wglSetPixelFormat(HDC hdc,
66 HDC hdc;
Dstw_context.h41 HDC hdc;
46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
51 HDC stw_get_current_dc( void );
53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
Dstw_framebuffer.h61 HDC hDC;
119 HDC hdc,
145 HDC hdc );
148 stw_framebuffer_present_locked(HDC hdc,
/external/chromium_org/base/win/
Dscoped_hdc.h40 operator HDC() { return hdc_; } in HDC() function
44 HDC hdc_;
53 typedef HDC Handle;
55 static bool CloseHandle(HDC handle) { in CloseHandle()
59 static bool IsHandleValid(HDC handle) { in IsHandleValid()
63 static HDC NullHandle() { in NullHandle()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
Dwgl.c154 static HDC CurrentHDC = 0;
157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc) in wglCreateContext()
207 WINGDIAPI HDC GLAPIENTRY wglGetCurrentDC(VOID) in wglGetCurrentDC()
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()
372 static BOOL wglUseFontBitmaps_FX(HDC fontDevice, DWORD firstChar, in wglUseFontBitmaps_FX()
[all …]
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c154 static HDC CurrentHDC = 0;
157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc) in wglCreateContext()
207 WINGDIAPI HDC GLAPIENTRY wglGetCurrentDC(VOID) in wglGetCurrentDC()
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()
372 static BOOL wglUseFontBitmaps_FX(HDC fontDevice, DWORD firstChar, in wglUseFontBitmaps_FX()
[all …]
/external/chromium_org/third_party/skia/src/utils/win/
DSkWGL_win.cpp15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
39 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const { in getExtensionsString()
43 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat()
53 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv()
63 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
82 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, in createPbuffer()
90 HDC SkWGLExtensions::getPbufferDC(HPBUFFER hPbuffer) const { in getPbufferDC()
94 int SkWGLExtensions::releasePbufferDC(HPBUFFER hPbuffer, HDC hDC) const { in releasePbufferDC()
124 HDC dc, in selectFormat()
[all …]
/external/chromium_org/printing/
Demf_win.h82 virtual HDC context() const OVERRIDE { in context()
86 virtual bool Playback(HDC hdc, const RECT* rect) const OVERRIDE;
87 virtual bool SafePlayback(HDC hdc) const OVERRIDE;
108 static int CALLBACK SafePlaybackProc(HDC hdc,
118 HDC hdc_;
128 HDC hdc;
167 Enumerator(const Emf& emf, HDC hdc, const RECT* rect);
179 static int CALLBACK EnhMetaFileProc(HDC hdc,
Demf_win.cc24 int CALLBACK IsAlphaBlendUsedEnumProc(HDC, in IsAlphaBlendUsedEnumProc() argument
42 int CALLBACK RasterizeAlphaBlendProc(HDC metafile_dc, in RasterizeAlphaBlendProc()
47 HDC bitmap_dc = *reinterpret_cast<HDC*>(data); in RasterizeAlphaBlendProc()
123 HDC context() const { in context()
142 bool DIBFormatNativelySupported(HDC dc, uint32 escape, const BYTE* bits, in DIBFormatNativelySupported()
203 bool Emf::Playback(HDC hdc, const RECT* rect) const { in Playback()
214 bool Emf::SafePlayback(HDC context) const { in SafePlayback()
263 int CALLBACK Emf::SafePlaybackProc(HDC hdc, in SafePlaybackProc()
352 HDC hdc = context->hdc; in SafePlayback()
399 HDC hdc = context->hdc; in SafePlayback()
[all …]
/external/deqp/framework/platform/win32/
DtcuWGL.hpp164 std::vector<int> getPixelFormats (HDC deviceCtx) const;
165 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const;
190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
197 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext()
205 HDC m_deviceCtx;
210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
/external/chromium_org/ui/gfx/
Dcanvas_paint_win.h39 CanvasSkiaPaint(HWND hwnd, HDC dc, const PAINTSTRUCT& ps);
44 CanvasSkiaPaint(HDC dc, bool opaque, int x, int y, int w, int h);
61 HDC paint_dc() const { return paint_dc_; } in paint_dc()
67 HDC paint_dc_;
/external/skia/src/utils/win/
DSkWGL_win.cpp15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
39 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const { in getExtensionsString()
43 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat()
53 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv()
63 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
100 HDC dc, in selectFormat()
211 HDC prevDC = wglGetCurrentDC(); in SkWGLExtensions()
227 HDC dummyDC = GetDC(dummyWND); in SkWGLExtensions()
248 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool preferCoreProfile) { in SkCreateWGLContext()
[all …]
/external/chromium_org/skia/ext/
Dplatform_device.h37 typedef HDC PlatformSurface;
67 SK_API void InitializeDC(HDC context);
130 static bool LoadPathToDC(HDC context, const SkPath& path);
133 static void LoadClippingRegionToDC(HDC context, const SkRegion& region,
160 static void LoadTransformToDC(HDC dc, const SkMatrix& matrix);
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.h31 GDISurface(HDC theHDC);
38 HDC getHDC() const;
39 void setHDC(HDC theHDC);
42 HDC fHdc;
46 inline HDC GDISurface::getHDC() const in getHDC()

123456789