Home
last modified time | relevance | path

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

12345

/external/swiftshader/include/GL/
Dwglext.h61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
82 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
84 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
106 typedef const char *(WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
108 const char *WINAPI wglGetExtensionsStringARB (HDC hdc);
121 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
122 typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (void);
124 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
125 HDC WINAPI wglGetCurrentReadDCARB (void);
[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 …]
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.h64 bool hasExtension(HDC dc, const char* ext) const;
66 const char* getExtensionsString(HDC hdc) const;
67 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
68 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const;
69 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
70 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
74 HPBUFFER createPbuffer(HDC, int , int, int, const int*) const;
75 HDC getPbufferDC(HPBUFFER) const;
76 int releasePbufferDC(HPBUFFER, HDC) const;
94 HDC dc,
[all …]
DSkWGL_win.cpp17 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
41 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const { in getExtensionsString()
45 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat()
55 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv()
65 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
74 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
84 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, in createPbuffer()
92 HDC SkWGLExtensions::getPbufferDC(HPBUFFER hPbuffer) const { in getPbufferDC()
96 int SkWGLExtensions::releasePbufferDC(HPBUFFER hPbuffer, HDC hDC) const { in releasePbufferDC()
126 HDC dc, in selectFormat()
[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()
/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/pdfium/core/fxge/win32/
Dcfx_windowsdib.h28 CFX_WindowsDIB(HDC hDC, int width, int height);
33 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
38 HDC GetDC() const { return m_hMemDC; } in GetDC()
41 void LoadFromDevice(HDC hDC, int left, int top);
42 void SetToDevice(HDC hDC, int left, int top);
45 HDC m_hMemDC;
Dwin32_int.h35 bool StretchBitMask(HDC hDC,
45 bool StretchDIBits(HDC hDC,
53 bool DrawPath(HDC hDC,
127 CGdiDeviceDriver(HDC hDC, int device_class);
179 HDC m_hDC;
190 explicit CGdiDisplayDriver(HDC hDC);
229 explicit CGdiPrinterDriver(HDC hDC);
269 CPSPrinterDriver(HDC hDC, int ps_level, bool bCmykOutput);
323 HDC m_hDC;
Dfx_win32_dib.cpp105 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) { in GetDDBitmap()
133 HDC hDC = CreateCompatibleDC(nullptr); in LoadFromFile()
171 HDC hDC = CreateCompatibleDC(nullptr); in LoadDIBitmap()
191 CFX_WindowsDIB::CFX_WindowsDIB(HDC hDC, int width, int height) { in CFX_WindowsDIB()
212 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) { in LoadFromDevice()
216 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) { in SetToDevice()
/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/icu/icu4c/source/samples/layout/
DGDIFontInstance.h37 GDISurface(HDC theHDC);
44 HDC getHDC() const;
45 void setHDC(HDC theHDC);
48 HDC fHdc;
52 inline HDC GDISurface::getHDC() const in getHDC()
/external/pdfium/core/fxge/
Dcfx_windowsdevice.h32 static IFX_RenderDeviceDriver* CreateDriver(HDC hDC);
34 explicit CFX_WindowsDevice(HDC hDC);
37 HDC GetDC() const;
/external/skia/samplecode/
DSampleBigGradient.cpp164 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect()
177 HDC hdc = static_cast<HDC>(context); in DeleteHDCCallback()
207 HDC hdc = CreateCompatibleDC(nullptr); in Create()
236 HDC hdc = static_cast<HDC>(handle); in updateHandle()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp32 HDC fDeviceContext;
95 HDC dc; in WinGLTestContext()
159 HDC dc; in onPlatformMakeCurrent()
176 HDC dc; in onPlatformSwapBuffers()

12345