Home
last modified time | relevance | path

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

1234

/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 …]
Dwmesa.h94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
110 extern void WMesaMakeCurrent( WMesaContext ctx, HDC hdc );
123 extern void WMesaSwapBuffers(HDC hdc);
/external/skia/src/utils/win/
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 …]
DSkWGL_win.cpp18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
42 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const { in getExtensionsString()
46 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat()
56 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv()
66 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
75 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
85 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, in createPbuffer()
93 HDC SkWGLExtensions::getPbufferDC(HPBUFFER hPbuffer) const { in getPbufferDC()
97 int SkWGLExtensions::releasePbufferDC(HPBUFFER hPbuffer, HDC hDC) const { in releasePbufferDC()
127 HDC dc, in selectFormat()
[all …]
/external/pdfium/core/include/fxge/
Dfx_ge_win32.h31 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
33 static CFX_DIBitmap* LoadFromDDB(HDC hDC,
46 CFX_WindowsDIB(HDC hDC, int width, int height);
50 HDC GetDC() const { return m_hMemDC; } in GetDC()
54 void LoadFromDevice(HDC hDC, int left, int top);
56 void SetToDevice(HDC hDC, int left, int top);
59 HDC m_hMemDC;
67 static IFX_RenderDeviceDriver* CreateDriver(HDC hDC,
70 CFX_WindowsDevice(HDC hDC,
75 HDC GetDC() const;
[all …]
/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,
Dstw_framebuffer.c241 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()
Dstw_ext_pbuffer.c68 wglCreatePbufferARB(HDC hCurrentDC, in wglCreatePbufferARB()
83 HDC hDC; in wglCreatePbufferARB()
236 HDC WINAPI
240 HDC hDC; in wglGetPbufferDCARB()
259 HDC hDC) in wglReleasePbufferDCARB()
Dstw_pixelformat.c317 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()
Dstw_pixelformat.h61 stw_pixelformat_choose( HDC hdc,
65 stw_pixelformat_get(HDC hdc);
Dstw_icd.h486 BOOL (APIENTRY *wglCbPresentBuffers)(HDC hdc, PGLCBPRESENTBUFFERSDATA data);
525 HDC hdc,
530 HDC hdc );
538 HDC hdc,
546 HDC hdc,
553 HDC hdc,
564 DrvPresentBuffers(HDC hdc, PGLPRESENTBUFFERSDATA data);
568 HDC hdc,
583 HDC hdc,
589 HDC hdc,
[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 …]
Dwmesadef.h14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
/external/libchrome/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/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);
DtcuWGL.cpp115 typedef HGLRC (WINAPI* wglCreateContextFunc) (HDC hdc);
117 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc);
119 typedef BOOL (WINAPI* wglSwapLayerBuffersFunc) (HDC dhc, UINT fuPlanes);
122 typedef BOOL (WINAPI* wglGetPixelFormatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane…
123 typedef BOOL (WINAPI* wglGetPixelFormatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane…
124 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT…
127 typedef HGLRC (WINAPI* wglCreateContextAttribsARBFunc) (HDC hdc, HGLRC hshareContext, const int* at…
263 std::vector<int> Core::getPixelFormats (HDC deviceCtx) const in getPixelFormats()
304 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const in getPixelFormatInfo()
353 Context::Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat) in Context()
[all …]
DtcuWin32EGLNativeDisplayFactory.cpp37 DE_STATIC_ASSERT(sizeof(eglw::EGLNativeDisplayType) == sizeof(HDC));
76 HDC getDeviceContext (void) { return m_deviceContext; } in getDeviceContext()
79 HDC m_deviceContext;
141 , m_deviceContext ((HDC)EGL_DEFAULT_DISPLAY) in NativeDisplay()
152 const HDC deviceCtx = nativeDisplay->getDeviceContext(); in NativePixmap()
289 HDC windowDC = DE_NULL; in readScreenPixels()
290 HDC screenDC = DE_NULL; in readScreenPixels()
291 HDC tmpDC = DE_NULL; in readScreenPixels()
/external/pdfium/core/src/fxge/win32/
Dwin32_int.h19 FX_BOOL StretchBitMask(HDC hDC,
29 FX_BOOL StretchDIBits(HDC hDC,
37 FX_BOOL DrawPath(HDC hDC,
176 HDC m_hDC;
179 CGdiDeviceDriver(HDC hDC, int device_class);
185 CGdiDisplayDriver(HDC hDC);
237 CGdiPrinterDriver(HDC hDC);
275 explicit CPSOutput(HDC hDC);
284 HDC m_hDC;
291 FX_BOOL Init(HDC hDC, int ps_level, FX_BOOL bCmykOutput);
[all …]
Dfx_win32_dib.cpp103 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) { in GetDDBitmap()
131 HDC hDC = CreateCompatibleDC(NULL); in LoadFromFile()
164 HDC hDC = CreateCompatibleDC(NULL); in LoadDIBitmap()
183 CFX_DIBitmap* CFX_WindowsDIB::LoadFromDDB(HDC hDC, in LoadFromDDB()
264 CFX_WindowsDIB::CFX_WindowsDIB(HDC hDC, int width, int height) { in CFX_WindowsDIB()
283 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) { in LoadFromDevice()
286 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) { in SetToDevice()
/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()
Dgdiglue.h26 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc);
27 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc);
/external/skia/src/gpu/gl/win/
DSkCreatePlatformGLContext_win.cpp33 HDC fDeviceContext;
91 HDC dc; in WinGLContext()
155 HDC dc; in onPlatformMakeCurrent()
172 HDC dc; in onPlatformSwapBuffers()

1234