HomeSort by relevance Sort by last modified time
    Searched defs:hDC (Results 1 - 17 of 17) 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);