Home
last modified time | relevance | path

Searched refs:getDisplay (Results 1 – 25 of 86) sorted by relevance

1234

/sdk/emulator/opengl/host/libs/libOpenglRender/
DWindowSurface.cpp44 s_egl.eglDestroySurface(FrameBuffer::getFB()->getDisplay(), m_eglSurface); in ~WindowSurface()
160 if (!s_egl.eglMakeCurrent(fb->getDisplay(), m_eglSurface, in blitToColorBuffer()
168 s_egl.eglMakeCurrent(fb->getDisplay(), prevDrawSurf, in blitToColorBuffer()
193 s_egl.eglMakeCurrent(fb->getDisplay(), EGL_NO_SURFACE, in resizePbuffer()
201 s_egl.eglDestroySurface(fb->getDisplay(), m_eglSurface); in resizePbuffer()
217 m_eglSurface = s_egl.eglCreatePbufferSurface(fb->getDisplay(), in resizePbuffer()
229 s_egl.eglMakeCurrent(fb->getDisplay(), in resizePbuffer()
DRenderContext.cpp51 c->m_ctx = s_egl.eglCreateContext(FrameBuffer::getFB()->getDisplay(), in create()
74 s_egl.eglDestroyContext(FrameBuffer::getFB()->getDisplay(), m_ctx); in ~RenderContext()
DColorBuffer.cpp95 cb->m_eglImage = s_egl.eglCreateImageKHR(fb->getDisplay(), in create()
101 cb->m_blitEGLImage = s_egl.eglCreateImageKHR(fb->getDisplay(), in create()
144 s_egl.eglDestroyImageKHR(fb->getDisplay(), m_blitEGLImage); in ~ColorBuffer()
147 s_egl.eglDestroyImageKHR(fb->getDisplay(), m_eglImage); in ~ColorBuffer()
DFBConfig.cpp71 EGLDisplay dpy = fb->getDisplay(); in initConfigList()
150 EGLDisplay dpy = fb->getDisplay(); in chooseConfig()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java181 mBackgroundColor = new Color(getDisplay(), 0x33, 0x33, 0x33); in initializeColors()
182 mDurationLineColor = new Color(getDisplay(), 0x08, 0x51, 0x9c); in initializeColors()
183 mGlDrawColor = new Color(getDisplay(), 0x6b, 0xae, 0xd6); in initializeColors()
184 mContextHeaderColor = new Color(getDisplay(), 0xd1, 0xe5, 0xf0); in initializeColors()
185 mVisibleCallsHighlightColor = new Color(getDisplay(), 0xcc, 0xcc, 0xcc); in initializeColors()
186 mMouseMarkerColor = new Color(getDisplay(), 0xaa, 0xaa, 0xaa); in initializeColors()
188 mGlErrorColor = getDisplay().getSystemColor(SWT.COLOR_RED); in initializeColors()
201 mFontRegistry = new FontRegistry(getDisplay()); in initializeFonts()
205 GC gc = new GC(getDisplay()); in initializeFonts()
221 mBackBufferImage = new Image(getDisplay(), in initializeBackBuffer()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglGlobalInfo.h34 EglDisplay* getDisplay(EGLNativeDisplayType dpy);
35 EglDisplay* getDisplay(EGLDisplay dpy);
DEglGlobalInfo.cpp82 EglDisplay* EglGlobalInfo::getDisplay(EGLNativeDisplayType dpy) { in getDisplay() function in EglGlobalInfo
90 EglDisplay* EglGlobalInfo::getDisplay(EGLDisplay dpy) { in getDisplay() function in EglGlobalInfo
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGestureToolTip.java99 Display display = parent.getDisplay(); in GestureToolTip()
136 Point location = mShell.getDisplay().getCursorLocation(); in update()
203 mShell.getDisplay().timerExec(TIMEOUT_MS, timer); in update()
DLintTooltip.java41 super(canvas.getDisplay(), SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL); in LintTooltip()
49 Display display = getDisplay(); in createContents()
DImageOverlay.java142 mImage = SwtUtils.convertToSwt(mCanvas.getDisplay(), awtImage, in setImage()
153 mImage = SwtUtils.convertToSwt(mCanvas.getDisplay(), awtImage, true, -1); in setImage()
262 mPreScaledImage = SwtUtils.convertToSwt(mCanvas.getDisplay(), scaledAwtImage, in paint()
DPlayAnimationMenu.java172 mCanvas.getDisplay().asyncExec(new Runnable() { in run()
201 mCanvas.getDisplay().asyncExec(new Runnable() { in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
DDraw9PatchEditor.java110 .openQuestion(AdtPlugin.getDisplay().getActiveShell(), in doSave()
157 AdtPlugin.getDisplay().asyncExec(new Runnable() { in doSave()
211 SaveAsDialog dialog = new SaveAsDialog(AdtPlugin.getDisplay().getActiveShell()); in showSaveAsDialog()
228 AdtPlugin.getDisplay().getActiveShell(), in showConvertMessageBox()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java61 private static final Color BLACK_COLOR = AdtPlugin.getDisplay().getSystemColor(SWT.COLOR_BLACK);
62 private static final Color RED_COLOR = AdtPlugin.getDisplay().getSystemColor(SWT.COLOR_RED);
65 = new Color(AdtPlugin.getDisplay(), new RGB(0x00, 0xFF, 0x00));
67 = new Color(AdtPlugin.getDisplay(), new RGB(0xFF, 0x00, 0x00));
69 = new Color(AdtPlugin.getDisplay(), new RGB(0xFF, 0xFF, 0x00));
71 = new Color(AdtPlugin.getDisplay(), new RGB(0x00, 0x00, 0xFF));
73 = new Color(AdtPlugin.getDisplay(), new RGB(0xFF, 0x00, 0x00));
154 AdtPlugin.getDisplay().asyncExec(mUpdateRunnable);
476 mBufferImage = new Image(AdtPlugin.getDisplay(), pe.width, pe.height);
481 mBufferImage = new Image(AdtPlugin.getDisplay(), pe.width, pe.height);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
DExportWizardAction.java74 MessageDialog.openError(mWorkbench.getDisplay().getActiveShell(), in run()
82 mWorkbench.getDisplay().getActiveShell(), wizard); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java141 mParentShell.getDisplay().asyncExec(new Runnable() { in onEndFailure()
162 mParentShell.getDisplay().asyncExec(new Runnable() { in onSuccess()
232 mParentShell.getDisplay().asyncExec(new Runnable() { in onSuccess()
331 DdmsPlugin.getDisplay().getActiveShell()); in createPartControl()
342 DdmsPlugin.getDisplay().getActiveShell()); in createPartControl()
353 DdmsPlugin.getDisplay().getActiveShell()); in createPartControl()
368 final Display display = DdmsPlugin.getDisplay(); in createPartControl()
464 Display display = DdmsPlugin.getDisplay(); in createPartControl()
472 Display display = DdmsPlugin.getDisplay(); in createPartControl()
507 Display display = DdmsPlugin.getDisplay(); in createPartControl()
[all …]
DTableView.java71 mClipboard = new Clipboard(parent.getDisplay()); in setupTableFocusListener()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtilsTest.java51 Display display = shell.getDisplay(); in testImageConvertNoAlpha()
107 Display display = shell.getDisplay(); in testImageConvertGlobalAlpha()
140 Display display = shell.getDisplay(); in testImageConvertAlpha()
175 Display display = shell.getDisplay(); in testImageConvertAlphaMultiplied()
330 Display display = shell.getDisplay(); in createSampleImage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizard.java120 getShell().getDisplay().asyncExec(new Runnable() { in performFinish()
166 Display display = AdtPlugin.getDisplay(); in installSdk()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java306 Display display = getDisplay(); in workbenchStarted()
335 public static Display getDisplay() { in getDisplay() method in AdtPlugin
340 Display display = bench.getDisplay(); in getDisplay()
363 Display display = AdtPlugin.getDisplay(); in getShell()
893 final Display display = getDisplay();
913 final Display display = getDisplay();
934 final Display display = getDisplay();
1178 final Display disp = getDisplay();
1253 Display disp = getDisplay();
1286 getDisplay().getActiveShell(),
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
DTraceviewLauncher.java44 Display display = workbench.getDisplay(); in openFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourcePreviewHelper.java107 .createEmptyImage(parent.getDisplay(), WIDTH, HEIGHT)); in updatePreview()
183 Display display = mEditor.getSite().getShell().getDisplay(); in updatePreview()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java413 Display display = parent.getDisplay(); in createControl()
537 Display display = mPreviewArea.getDisplay(); in setVisible()
773 Display display = chooserForm.getDisplay(); in widgetSelected()
809 updateColor(mBgButton.getDisplay(), rgb, true /*background*/); in widgetSelected()
820 updateColor(mFgButton.getDisplay(), rgb, false /*background*/); in widgetSelected()
828 fontList = mFontButton.getDisplay().getFontList( in widgetSelected()
836 Font font = new Font(mFontButton.getDisplay(), dialog.getFontList()); in widgetSelected()
882 Display display = mClipartForm.getDisplay(); in updateClipartPreview()
959 mPreviewArea.getDisplay().timerExec(quickly ? 10 : 250, timer); in requestUpdatePreview()
963 Display display = mPreviewArea.getDisplay(); in updatePreview()
DChooseAssetTypePage.java119 parent.getDisplay().asyncExec(new Runnable() { in createControl()
164 Clipboard clipboard = new Clipboard(getShell().getDisplay()); in widgetSelected()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DLaunchShortcut.java65 PlatformUI.getWorkbench().getDisplay().getActiveShell(), in launch()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java141 final Display display = getDisplay(); in start()
455 public static Display getDisplay() { in getDisplay() method in DdmsPlugin
458 return bench.getDisplay(); in getDisplay()
740 Display display = getDisplay(); in handleDefaultSelection()

1234