Searched defs:hDC (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) argument
118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane,
H A Dstw_framebuffer.h61 HDC hDC; member in struct:stw_framebuffer
H A Dstw_ext_pbuffer.c83 HDC hDC; local
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
240 HDC hDC; local
249 hDC = GetDC(fb->hWnd);
251 assert(hDC == fb->hDC);
253 return hDC;
258 wglReleasePbufferDCARB(HPBUFFERARB hPbuffer, HDC hDC) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c104 HDC hDC)
123 gdi_sw_display(winsys, dt, hDC);
130 gdi_sw_display(winsys, dt, hDC);
102 gdi_present(struct pipe_screen *screen, struct pipe_resource *res, HDC hDC) argument
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) argument
118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane,
H A Dstw_framebuffer.h61 HDC hDC; member in struct:stw_framebuffer
H A Dstw_ext_pbuffer.c83 HDC hDC; local
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
240 HDC hDC; local
249 hDC = GetDC(fb->hWnd);
251 assert(hDC == fb->hDC);
253 return hDC;
258 wglReleasePbufferDCARB(HPBUFFERARB hPbuffer, HDC hDC) argument
[all...]
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c104 HDC hDC)
123 gdi_sw_display(winsys, dt, hDC);
130 gdi_sw_display(winsys, dt, hDC);
102 gdi_present(struct pipe_screen *screen, struct pipe_resource *res, HDC hDC) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dwmesadef.h14 HDC hDC; member in struct:wmesa_context
27 HDC hDC; member in struct:wmesa_framebuffer
H A Dwmesa.c41 pwfb->hDC = hdc;
57 if (pwfb->hDC == hdc)
80 if (pwfb->hDC == hdc)
119 static void wmSetPixelFormat(WMesaFramebuffer pwfb, HDC hDC) argument
121 pwfb->cColorBits = GetDeviceCaps(hDC, BITSPIXEL);
160 pbmi->bmiHeader.biBitCount = GetDeviceCaps(pwfb->hDC, BITSPIXEL);
184 wmSetPixelFormat(pwfb, pwfb->hDC);
224 get_window_size(pwfb->hDC, width, height);
233 BitBlt(pwfb->hDC, 0, 0, pwfb->Base.Width, pwfb->Base.Height,
399 HDC DC = pwc->hDC;
1003 WMesaCreateContext(HDC hDC, HPALETTE* Pal, GLboolean rgb_flag, GLboolean db_flag, GLboolean alpha_flag) argument
[all...]
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesadef.h14 HDC hDC; member in struct:wmesa_context
27 HDC hDC; member in struct:wmesa_framebuffer
H A Dwmesa.c41 pwfb->hDC = hdc;
57 if (pwfb->hDC == hdc)
80 if (pwfb->hDC == hdc)
119 static void wmSetPixelFormat(WMesaFramebuffer pwfb, HDC hDC) argument
121 pwfb->cColorBits = GetDeviceCaps(hDC, BITSPIXEL);
160 pbmi->bmiHeader.biBitCount = GetDeviceCaps(pwfb->hDC, BITSPIXEL);
184 wmSetPixelFormat(pwfb, pwfb->hDC);
224 get_window_size(pwfb->hDC, width, height);
233 BitBlt(pwfb->hDC, 0, 0, pwfb->Base.Width, pwfb->Base.Height,
399 HDC DC = pwc->hDC;
1003 WMesaCreateContext(HDC hDC, HPALETTE* Pal, GLboolean rgb_flag, GLboolean db_flag, GLboolean alpha_flag) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c73 HDC hDC = NULL; local
115 hDC = GetDC(hWnd);
116 if (hDC == NULL)
119 *handle = (void *)hDC;
/external/mesa3d/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c73 HDC hDC = NULL; local
115 hDC = GetDC(hWnd);
116 if (hDC == NULL)
119 *handle = (void *)hDC;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private; local
216 gdi_sw_display(winsys, dt, hDC);
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private; local
216 gdi_sw_display(winsys, dt, hDC);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c43 HDC hDC; member in struct:gdi_display
128 HDC hDC; local
131 hDC = GetDC(gsurf->hWnd);
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC);
134 ReleaseDC(gsurf->hWnd, hDC);
146 HDC hDC; local
149 hDC = GetDC(gsurf->hWnd);
151 NATIVE_ATTACHMENT_BACK_LEFT, (void *) hDC);
152 ReleaseDC(gsurf->hWnd, hDC);
390 gdi_create_display(HDC hDC, cons argument
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c43 HDC hDC; member in struct:gdi_display
128 HDC hDC; local
131 hDC = GetDC(gsurf->hWnd);
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC);
134 ReleaseDC(gsurf->hWnd, hDC);
146 HDC hDC; local
149 hDC = GetDC(gsurf->hWnd);
151 NATIVE_ATTACHMENT_BACK_LEFT, (void *) hDC);
152 ReleaseDC(gsurf->hWnd, hDC);
390 gdi_create_display(HDC hDC, cons argument
[all...]
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, argument
75 return fCreateContextAttribs(hDC, hShareContext, attribList);
/external/skia/src/utils/win/
H A DSkWGL_win.cpp72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, argument
75 return fCreateContextAttribs(hDC, hShareContext, attribList);
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp297 colorText = SetTextColor(lpdis->hDC, GetSysColor(COLOR_HIGHLIGHTTEXT));
298 colorBack = SetBkColor(lpdis->hDC, GetSysColor(COLOR_HIGHLIGHT));
343 ExtTextOut(lpdis->hDC,
352 BOOL res = DrawIcon(lpdis->hDC,
359 SetTextColor(lpdis->hDC, colorText);
360 SetBkColor(lpdis->hDC, colorBack);
364 DrawFocusRect(lpdis->hDC, &lpdis->rcItem);
538 HDC hDC = GetDC(hWnd); local
539 HFONT hFontOld = SelectFont(hDC, hFont);
541 GetTextMetrics(hDC,
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_win.cc123 HDC hDC = lpdis->hDC; local
128 prev_bg_color = SetBkColor(hDC, GetSysColor(COLOR_HIGHLIGHT));
129 prev_text_color = SetTextColor(hDC, GetSysColor(COLOR_HIGHLIGHTTEXT));
131 prev_bg_color = SetBkColor(hDC, GetSysColor(COLOR_MENU));
133 prev_text_color = SetTextColor(hDC, GetSysColor(COLOR_GRAYTEXT));
135 prev_text_color = SetTextColor(hDC, GetSysColor(COLOR_MENUTEXT));
143 HBRUSH hbr = CreateSolidBrush(GetBkColor(hDC));
144 FillRect(hDC, &lpdis->rcItem, hbr);
161 static_cast<HFONT>(SelectObject(hDC, fon
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2379 milliseconds