HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/skia/src/utils/win/
SkWGL.h 70 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
    [all...]
  /external/libchrome/base/win/
scoped_hdc.h 17 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
40 operator HDC() { return hdc_; }
44 HDC hdc_;
49 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
53 typedef HDC Handle;
55 static bool CloseHandle(HDC handle) {
59 static bool IsHandleValid(HDC handle) {
63 static HDC NullHandle() {
scoped_select_object.h 19 ScopedSelectObject(HDC hdc, HGDIOBJ object)
20 : hdc_(hdc),
21 oldobj_(SelectObject(hdc, object)) {
34 HDC hdc_;
  /external/mesa3d/src/gallium/state_trackers/wgl/
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; member in struct:_WGLSWAP
    [all...]
stw_context.h 41 HDC hdc; member in struct:stw_context
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 );
stw_pixelformat.h 61 stw_pixelformat_choose( HDC hdc,
65 stw_pixelformat_get(HDC hdc);
stw_framebuffer.h 61 HDC hDC;
112 * Create a new framebuffer object which will correspond to the given HDC.
119 HDC hdc,
138 * Search a framebuffer with a matching HDC.
145 HDC hdc );
148 stw_framebuffer_present_locked(HDC hdc,
    [all...]
stw_st.h 47 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb);
stw_wgl.c 63 HDC hdc )
65 return (HGLRC) DrvCreateContext(hdc);
70 HDC hdc,
73 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane );
90 WINGDIAPI HDC APIENTRY
98 HDC hdc,
101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 31 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; }
54 void LoadFromDevice(HDC hDC, int left, int top);
56 void SetToDevice(HDC hDC, int left, int top)
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.h 11 HDC hDC );
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor.h 21 MouseCursor* CreateMouseCursorFromHCursor(HDC dc, HCURSOR cursor);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/win32/
jawt_md.h 30 * This HDC should always be used instead of the HDC returned from
33 HDC hdc; member in struct:jawt_Win32DrawingSurfaceInfo
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/win32/
jawt_md.h 30 * This HDC should always be used instead of the HDC returned from
33 HDC hdc; member in struct:jawt_Win32DrawingSurfaceInfo
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/win32/
jawt_md.h 30 * This HDC should always be used instead of the HDC returned from
33 HDC hdc; member in struct:jawt_Win32DrawingSurfaceInfo
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/win32/
jawt_md.h 30 * This HDC should always be used instead of the HDC returned from
33 HDC hdc; member in struct:jawt_Win32DrawingSurfaceInfo
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/win32/
jawt_md.h 30 * This HDC should always be used instead of the HDC returned from
33 HDC hdc; member in struct:jawt_Win32DrawingSurfaceInfo
  /external/libgdx/gdx/jni/jni-headers/win32/
jawt_md.h 30 * This HDC should always be used instead of the HDC returned from
33 HDC hdc; member in struct:jawt_Win32DrawingSurfaceInfo
  /external/mesa3d/include/GL/
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 nAttributes, const int *piAttributes, int *piValues)
    [all...]
wmesa.h 81 * hDC - Windows device or memory context
94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
110 extern void WMesaMakeCurrent( WMesaContext ctx, HDC hdc );
123 extern void WMesaSwapBuffers(HDC hdc);
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
wglext.h 294 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC, int, UINT);
299 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
308 extern const char * WINAPI wglGetExtensionsStringARB (HDC);
310 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
316 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC, int, int, UINT, const int *, int *);
317 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC, int, int, UINT, const int *, FLOAT *);
318 extern BOOL WINAPI wglChoosePixelFormatARB (HDC, const int *, const FLOAT *, UINT, int *, UINT *);
320 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues)
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 164 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; }
205 HDC m_deviceCtx;
210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
  /external/icu/icu4c/source/samples/layout/
gdiglue.h 26 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc);
27 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 17 W32KAPI int WINAPI NtGdiSetDIBitsToDeviceInternal(HDC hdcDest,int xDst,int yDst,DWORD cx,DWORD cy,int xSrc,int ySrc,DWORD iStartScan,DWORD cNumScan,LPBYTE pInitBits,LPBITMAPINFO pbmi,DWORD iUsage,UINT cjMaxBits,UINT cjMaxInfo,WINBOOL bTransformCoordinates,HANDLE hcmXform);
19 W32KAPI DWORD WINAPI NtGdiGetGlyphIndicesW(HDC hdc,LPWSTR pwc,int cwc,LPWORD pgi,DWORD iMode);
20 W32KAPI DWORD WINAPI NtGdiGetGlyphIndicesWInternal(HDC hdc,LPWSTR pwc,int cwc,LPWORD pgi,DWORD iMode,WINBOOL bSubset);
22 W32KAPI WINBOOL WINAPI NtGdiArcInternal(ARCTYPE arctype,HDC hdc,int x1,int y1,int x2,int y2,int x3,int y3,int x4,int y4);
23 W32KAPI int WINAPI NtGdiStretchDIBitsInternal(HDC hdc,int xDst,int yDst,int cxDst,int cyDst,int xSrc,int ySrc,int cxSrc,int cySrc,LPBYTE pjInit,LPBITMAPINFO pbmi,DWORD dwUsage,DWORD dwRop4,UINT cjMaxInfo,UINT cjMaxBits,HANDLE hcmXform);
24 W32KAPI ULONG WINAPI NtGdiGetOutlineTextMetricsInternalW(HDC hdc,ULONG cjotm,OUTLINETEXTMETRICW *potmw,TMDIFF *ptmd)
    [all...]

Completed in 3579 milliseconds

1 2 3 4 5 6 7 8 9