HomeSort by relevance Sort by last modified time
    Searched defs:hDC (Results 1 - 14 of 14) sorted by null

  /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/third_party/mesa/src/src/gallium/state_trackers/wgl/
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_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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesadef.h 14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
  /external/mesa3d/src/gallium/state_trackers/wgl/
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_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...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
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.c 197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private;
216 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/npapi/npspy/windows/
dirpick.cpp 297 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);
539 HFONT hFontOld = SelectFont(hDC, hFont)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1339 milliseconds