/external/mesa3d/include/GL/ |
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/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_framebuffer.c | 95 ReleaseDC(fb->hWnd, fb->hDC); 241 HDC hdc, 249 hWnd = WindowFromDC( hdc ); 257 /* Applications use, create, destroy device contexts, so the hdc passed is. We create our own DC 260 fb->hDC = GetDC(hWnd); 387 * Given an hdc, return the corresponding stw_framebuffer. 391 HDC hdc ) 395 hwnd = WindowFromDC(hdc); [all...] |
stw_st.c | 158 stw_st_framebuffer_present_locked(HDC hdc, 167 stw_framebuffer_present_locked(hdc, stwfb->fb, resource); 181 return stw_st_framebuffer_present_locked(stwfb->fb->hDC, &stwfb->base, statt); 226 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb) 251 return stw_st_framebuffer_present_locked(hdc, &stwfb->base, front);
|
/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/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/chromium_org/printing/ |
printing_context_win_unittest.cc | 56 lppd->hDC = NULL; 70 &lppd->hDC)) { 127 if (lppd->hDC) { 128 DeleteDC(lppd->hDC);
|
printing_context_win.cc | 569 BOOL PrintingContextWin::AbortProc(HDC hdc, int nCode) { 679 context_ = dialog_options.hDC; 697 if (!success && dialog_options.hDC) { 698 DeleteDC(dialog_options.hDC); 706 if (dialog_options.hDC) { 707 DeleteDC(dialog_options.hDC); 757 context_ = dialog_options.hDC; 761 if (!success && dialog_options.hDC) { 762 DeleteDC(dialog_options.hDC); [all...] |
/external/chromium_org/third_party/skia/include/utils/ |
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; 93 HDC dc [all...] |
/external/skia/include/utils/ |
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; 93 HDC dc [all...] |
/external/chromium_org/third_party/skia/src/utils/win/ |
SkWGL_win.cpp | 15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { 39 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const { 40 return fGetExtensionsString(hdc); 43 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, 49 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, 53 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, 59 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane [all...] |
/external/skia/src/utils/win/ |
SkWGL_win.cpp | 15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { 39 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const { 40 return fGetExtensionsString(hdc); 43 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, 49 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, 53 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, 59 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_framebuffer.c | 95 ReleaseDC(fb->hWnd, fb->hDC); 241 HDC hdc, 249 hWnd = WindowFromDC( hdc ); 257 /* Applications use, create, destroy device contexts, so the hdc passed is. We create our own DC 260 fb->hDC = GetDC(hWnd); 387 * Given an hdc, return the corresponding stw_framebuffer. 391 HDC hdc ) 395 hwnd = WindowFromDC(hdc); [all...] |
stw_st.c | 158 stw_st_framebuffer_present_locked(HDC hdc, 167 stw_framebuffer_present_locked(hdc, stwfb->fb, resource); 181 return stw_st_framebuffer_present_locked(stwfb->fb->hDC, &stwfb->base, statt); 226 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb) 251 return stw_st_framebuffer_present_locked(hdc, &stwfb->base, front);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/external/chromium_org/ui/views/controls/menu/ |
native_menu_win.cc | 195 HDC dc = draw_item_struct->hDC;
|
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |