/external/chromium_org/third_party/mesa/src/include/GL/ |
D | wglext.h | 453 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/ |
D | wglext.h | 453 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/ |
D | SkWGL.h | 68 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/skia/include/utils/ |
D | SkWGL.h | 68 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/ |
D | native_theme_win.h | 94 HRESULT PaintTextField(HDC hdc, 141 HDC hdc, 148 HRESULT PaintButton(HDC hdc, 155 HRESULT PaintMenuSeparator(HDC hdc, 159 HRESULT PaintMenuGutter(HDC hdc, const gfx::Rect& rect) const; 164 HRESULT PaintMenuArrow(HDC hdc, 169 HRESULT PaintMenuBackground(HDC hdc, const gfx::Rect& rect) const; 171 HRESULT PaintMenuCheck(HDC hdc, 176 HRESULT PaintMenuCheckBackground(HDC hdc, 180 HRESULT PaintMenuItemBackground(HDC hdc, [all …]
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 63 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 …]
|
D | stw_wgl.h | 42 wglSwapBuffers(HDC hdc); 45 wglChoosePixelFormat(HDC hdc, 49 wglDescribePixelFormat(HDC hdc, 55 wglGetPixelFormat(HDC hdc); 58 wglSetPixelFormat(HDC hdc, 66 HDC hdc;
|
D | stw_context.h | 41 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 );
|
D | stw_framebuffer.h | 61 HDC hDC; 119 HDC hdc, 145 HDC hdc ); 148 stw_framebuffer_present_locked(HDC hdc,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 63 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 …]
|
D | stw_wgl.h | 42 wglSwapBuffers(HDC hdc); 45 wglChoosePixelFormat(HDC hdc, 49 wglDescribePixelFormat(HDC hdc, 55 wglGetPixelFormat(HDC hdc); 58 wglSetPixelFormat(HDC hdc, 66 HDC hdc;
|
D | stw_context.h | 41 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 );
|
D | stw_framebuffer.h | 61 HDC hDC; 119 HDC hdc, 145 HDC hdc ); 148 stw_framebuffer_present_locked(HDC hdc,
|
/external/chromium_org/base/win/ |
D | scoped_hdc.h | 40 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/ |
D | wgl.c | 154 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/ |
D | wgl.c | 154 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 …]
|
D | wmesadef.h | 14 HDC hDC; 27 HDC hDC; 32 HDC dib_hDC;
|
/external/chromium/base/win/ |
D | scoped_hdc.h | 21 explicit ScopedHDC(HDC h) : hdc_(h) { } in ScopedHDC() 27 HDC Get() { in Get() 31 void Set(HDC h) { in Set() 36 operator HDC() { return hdc_; } in HDC() function 48 HDC hdc_;
|
/external/chromium_org/printing/ |
D | emf_win.h | 85 virtual HDC context() const OVERRIDE { in context() 89 virtual bool Playback(HDC hdc, const RECT* rect) const OVERRIDE; 90 virtual bool SafePlayback(HDC hdc) const OVERRIDE; 116 static int CALLBACK SafePlaybackProc(HDC hdc, 126 HDC hdc_; 138 HDC hdc; 177 Enumerator(const Emf& emf, HDC hdc, const RECT* rect); 189 static int CALLBACK EnhMetaFileProc(HDC hdc,
|
D | emf_win.cc | 39 int CALLBACK IsAlphaBlendUsedEnumProc(HDC, in IsAlphaBlendUsedEnumProc() argument 57 int CALLBACK RasterizeAlphaBlendProc(HDC metafile_dc, in RasterizeAlphaBlendProc() 62 HDC bitmap_dc = *reinterpret_cast<HDC*>(data); in RasterizeAlphaBlendProc() 138 HDC context() const { in context() 157 bool DIBFormatNativelySupported(HDC dc, uint32 escape, const BYTE* bits, in DIBFormatNativelySupported() 213 bool Emf::Playback(HDC hdc, const RECT* rect) const { in Playback() 224 bool Emf::SafePlayback(HDC context) const { in SafePlayback() 303 int CALLBACK Emf::SafePlaybackProc(HDC hdc, in SafePlaybackProc() 392 HDC hdc = context->hdc; in SafePlayback() 439 HDC hdc = context->hdc; in SafePlayback() [all …]
|
/external/chromium_org/ui/gfx/ |
D | canvas_paint_win.h | 39 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/ |
D | SkWGL_win.cpp | 15 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/third_party/skia/src/utils/win/ |
D | SkWGL_win.cpp | 15 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/ |
D | platform_device.h | 37 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/icu4c/samples/layout/ |
D | GDIFontInstance.h | 31 GDISurface(HDC theHDC); 38 HDC getHDC() const; 39 void setHDC(HDC theHDC); 42 HDC fHdc; 46 inline HDC GDISurface::getHDC() const in getHDC()
|