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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.h 11 HDC hDC );
gdi_sw_winsys.c 197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private;
216 gdi_sw_display(winsys, dt, hDC);
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.h 11 HDC hDC );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesadef.h 14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
wmesa.c 32 * given HDC (Window handle).
35 wmesa_new_framebuffer(HDC hdc, struct gl_config *visual)
41 pwfb->hDC = hdc;
50 * Given an hdc, free the corresponding WMesaFramebuffer
53 wmesa_free_framebuffer(HDC hdc)
57 if (pwfb->hDC == hdc)
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
wmesa.c 32 * given HDC (Window handle).
35 wmesa_new_framebuffer(HDC hdc, struct gl_config *visual)
41 pwfb->hDC = hdc;
50 * Given an hdc, free the corresponding WMesaFramebuffer
53 wmesa_free_framebuffer(HDC hdc)
57 if (pwfb->hDC == hdc)
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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...]
  /sdk/emulator/opengl/host/libs/Translator/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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 68 wglCreatePbufferARB(HDC hCurrentDC,
83 HDC hDC;
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
236 HDC WINAPI
240 HDC hDC;
    [all...]
stw_winsys.h 31 #include <windows.h> /* for HDC */
53 HDC hDC );
stw_ext_context.c 36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList)
118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane,
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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
libgl_gdi.c 104 HDC hDC)
123 gdi_sw_display(winsys, dt, hDC);
130 gdi_sw_display(winsys, dt, hDC);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 68 wglCreatePbufferARB(HDC hCurrentDC,
83 HDC hDC;
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
236 HDC WINAPI
240 HDC hDC;
    [all...]
stw_winsys.h 31 #include <windows.h> /* for HDC */
53 HDC hDC );
stw_ext_context.c 36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList)
118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane,
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 104 HDC hDC)
123 gdi_sw_display(winsys, dt, hDC);
130 gdi_sw_display(winsys, dt, hDC);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c 43 HDC hDC;
128 HDC hDC;
131 hDC = GetDC(gsurf->hWnd);
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC);
134 ReleaseDC(gsurf->hWnd, hDC);
146 HDC hDC;
149 hDC = GetDC(gsurf->hWnd)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 43 HDC hDC;
128 HDC hDC;
131 hDC = GetDC(gsurf->hWnd);
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC);
134 ReleaseDC(gsurf->hWnd, hDC);
146 HDC hDC;
149 hDC = GetDC(gsurf->hWnd)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
graw_gdi.c 73 HDC hDC = NULL;
115 hDC = GetDC(hWnd);
116 if (hDC == NULL)
119 *handle = (void *)hDC;
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 73 HDC hDC = NULL;
115 hDC = GetDC(hWnd);
116 if (hDC == NULL)
119 *handle = (void *)hDC;
  /external/chromium_org/ui/views/controls/menu/
menu_win.cc 124 HDC hDC = lpdis->hDC;
129 prev_bg_color = SetBkColor(hDC, GetSysColor(COLOR_HIGHLIGHT));
130 prev_text_color = SetTextColor(hDC, GetSysColor(COLOR_HIGHLIGHTTEXT));
132 prev_bg_color = SetBkColor(hDC, GetSysColor(COLOR_MENU));
134 prev_text_color = SetTextColor(hDC, GetSysColor(COLOR_GRAYTEXT));
136 prev_text_color = SetTextColor(hDC, GetSysColor(COLOR_MENUTEXT));
144 HBRUSH hbr = CreateSolidBrush(GetBkColor(hDC));
145 FillRect(hDC, &lpdis->rcItem, hbr)
    [all...]

Completed in 391 milliseconds

1 2