Home
last modified time | relevance | path

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

123456

/external/swiftshader/include/GL/
Dwglext.h59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
116 typedef const char *(WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
118 const char *WINAPI wglGetExtensionsStringARB (HDC hdc);
131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
132 typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (void);
134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
135 HDC WINAPI wglGetCurrentReadDCARB (void);
[all …]
/external/mesa3d/include/GL/
Dwglext.h59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
116 typedef const char *(WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
118 const char *WINAPI wglGetExtensionsStringARB (HDC hdc);
131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
132 typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (void);
134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
135 HDC WINAPI wglGetCurrentReadDCARB (void);
[all …]
/external/skqp/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;
95 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/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;
95 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/mesa3d/src/gallium/state_trackers/wgl/
Dstw_wgl.h42 wglSwapBuffers(HDC hdc);
45 wglChoosePixelFormat(HDC hdc,
49 wglDescribePixelFormat(HDC hdc,
55 wglGetPixelFormat(HDC hdc);
58 wglSetPixelFormat(HDC hdc,
62 WINGDIAPI HDC APIENTRY
67 HDC hDrawDC,
68 HDC hReadDC,
76 HDC hdc;
Dstw_wgl.c67 HDC hdc ) in wglCreateContext()
75 HDC hdc, in wglCreateLayerContext()
96 WINGDIAPI HDC APIENTRY
102 WINGDIAPI HDC APIENTRY
111 HDC hdc, in wglMakeCurrent()
120 HDC hdc ) in wglSwapBuffers()
141 HDC hdc, in wglSwapLayerBuffers()
157 HDC hdc, in wglChoosePixelFormat()
180 HDC hdc, in wglDescribePixelFormat()
190 HDC hdc ) in wglGetPixelFormat()
[all …]
Dstw_context.h42 HDC hDrawDC;
43 HDC hReadDC;
51 DHGLRC stw_create_context_attribs(HDC hdc, INT iLayerPlane,
61 HDC stw_get_current_dc( void );
63 HDC stw_get_current_read_dc( void );
65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
Dstw_framebuffer.c252 stw_framebuffer_create(HDC hdc, int iPixelFormat) in stw_framebuffer_create()
372 stw_framebuffer_from_hdc_locked(HDC hdc) in stw_framebuffer_from_hdc_locked()
390 stw_framebuffer_from_hdc(HDC hdc) in stw_framebuffer_from_hdc()
423 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) in DrvSetPixelFormat()
472 stw_pixelformat_get(HDC hdc) in stw_pixelformat_get()
488 DrvPresentBuffers(HDC hdc, PGLPRESENTBUFFERSDATA data) in DrvPresentBuffers()
550 stw_framebuffer_present_locked(HDC hdc, in stw_framebuffer_present_locked()
620 DrvSwapBuffers(HDC hdc) in DrvSwapBuffers()
663 DrvSwapLayerBuffers(HDC hdc, UINT fuPlanes) in DrvSwapLayerBuffers()
Dstw_framebuffer.h136 stw_framebuffer_create(HDC hdc, int iPixelFormat);
173 stw_framebuffer_from_hdc(HDC hdc);
176 stw_framebuffer_present_locked(HDC hdc,
/external/mesa3d/src/glx/windows/
Dwgl.h34 const char *wglGetExtensionsStringARB(HDC hdc_);
35 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_,
37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
38 HPBUFFERARB wglCreatePbufferARB(HDC hDC_, int iPixelFormat_, int iWidth_,
40 HDC wglGetPbufferDCARB(HPBUFFERARB hPbuffer_);
41 int wglReleasePbufferDCARB(HPBUFFERARB hPbuffer_, HDC hDC_);
Dwgl.c66 const char *wglGetExtensionsStringARB(HDC hdc_) in wglGetExtensionsStringARB()
72 HGLRC wglCreateContextAttribsARB(HDC hdc_, HGLRC hShareContext_, in wglCreateContextAttribsARB()
79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) in wglMakeContextCurrentARB()
85 HPBUFFERARB wglCreatePbufferARB(HDC hDC_, int iPixelFormat_, int iWidth_, in wglCreatePbufferARB()
92 HDC wglGetPbufferDCARB(HPBUFFERARB hPbuffer_) in wglGetPbufferDCARB()
98 int wglReleasePbufferDCARB(HPBUFFERARB hPbuffer_, HDC hDC_) in wglReleasePbufferDCARB()
Dwindows_drawable.c36 HDC window_getdc(windowsDrawable *d) in window_getdc()
42 void window_releasedc(windowsDrawable *d, HDC dc) in window_releasedc()
58 HDC pixmap_getdc(windowsDrawable *d) in pixmap_getdc()
64 void pixmap_releasedc(windowsDrawable *d, HDC dc) in pixmap_releasedc()
80 HDC pbuffer_getdc(windowsDrawable *d) in pbuffer_getdc()
86 void pbuffer_releasedc(windowsDrawable *d, HDC dc) in pbuffer_releasedc()
Dwindowsgl.c102 HDC hdc = GetDC(hwnd); in windows_create_context()
163 HDC hdc = GetDC(hwnd); in windows_create_context_attribs()
196 HDC drawDc = draw->callbacks->getdc(draw); in windows_bind_context()
213 HDC readDc = read->callbacks->getdc(read); in windows_bind_context()
253 HDC drawDc = GetDC(draw->hWnd); in windows_swap_buffers()
284 windows_call_with_context(void (*proc)(HDC, void *), void *args) in windows_call_with_context() argument
317 HDC hdc = GetDC(hwnd); in windows_call_with_context()
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()
Dwindowsgl_internal.h45 HDC (*getdc) (windowsDrawable *d);
46 void (*releasedc) (windowsDrawable *d, HDC dc);
59 HDC dibDC;
/external/deqp/framework/platform/win32/
DtcuWGL.hpp172 std::vector<int> getPixelFormats (HDC deviceCtx) const;
173 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const;
199 HDC deviceCtx,
211 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext()
219 HDC m_deviceCtx;
224 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
DtcuWGL.cpp124 typedef HGLRC (WINAPI* wglCreateContextFunc) (HDC hdc);
126 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc);
128 typedef BOOL (WINAPI* wglSwapLayerBuffersFunc) (HDC dhc, UINT fuPlanes);
131 typedef BOOL (WINAPI* wglGetPixelFormatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlan…
132 typedef BOOL (WINAPI* wglGetPixelFormatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlan…
133 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOA…
136 typedef HGLRC (WINAPI* wglCreateContextAttribsARBFunc) (HDC hdc, HGLRC hshareContext, const int* a…
137 typedef const char* (WINAPI* wglGetExtensionsStringARBFunc) (HDC hdc);
289 std::vector<int> Core::getPixelFormats (HDC deviceCtx) const in getPixelFormats()
329 static void getPixelFormatAttribs (const Functions& wgl, HDC deviceCtx, int pixelFormat, int numAtt… in getPixelFormatAttribs()
[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/fxge/win32/
Dcfx_windowsdib.h38 static HBITMAP GetDDBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap, HDC hDC);
47 void LoadFromDevice(HDC hDC, int left, int top);
48 void SetToDevice(HDC hDC, int left, int top);
51 CFX_WindowsDIB(HDC hDC, int width, int height);
53 HDC m_hMemDC;
Dwin32_int.h39 bool StretchBitMask(HDC hDC,
49 bool StretchDIBits(HDC hDC,
57 bool DrawPath(HDC hDC,
131 CGdiDeviceDriver(HDC hDC, int device_class);
180 HDC m_hDC;
191 explicit CGdiDisplayDriver(HDC hDC);
232 explicit CGdiPrinterDriver(HDC hDC);
272 CPSPrinterDriver(HDC hDC, int ps_level, bool bCmykOutput);
325 HDC m_hDC;
337 explicit CTextOnlyPrinterDriver(HDC hDC);
[all …]
Dfx_win32_dib.cpp104 HDC hDC) { in GetDDBitmap()
132 HDC hDC = CreateCompatibleDC(nullptr); in LoadFromFile()
168 HDC hDC = CreateCompatibleDC(nullptr); in LoadDIBitmap()
185 CFX_WindowsDIB::CFX_WindowsDIB(HDC hDC, int width, int height) { in CFX_WindowsDIB()
208 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) { in LoadFromDevice()
212 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) { in SetToDevice()
/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/skia/samplecode/
DSampleBigGradient.cpp162 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect()
176 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/skqp/samplecode/
DSampleBigGradient.cpp162 HDC hdc = (HDC)fCanvas->accessTopRasterHandle(); in drawRect()
176 HDC hdc = static_cast<HDC>(context); in DeleteHDCCallback()
207 HDC hdc = CreateCompatibleDC(nullptr); in Create()
236 HDC hdc = static_cast<HDC>(handle); in updateHandle()

123456