Home
last modified time | relevance | path

Searched defs:display (Results 1 – 25 of 39) sorted by relevance

12

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp189 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay display, EGLint *major, EGLint *minor) { in eglInitialize()
226 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay display) { in eglTerminate()
232 EGLAPI const char * EGLAPIENTRY eglQueryString(EGLDisplay display, EGLint name) { in eglQueryString()
251 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay display, EGLConfig *configs, in eglGetConfigs()
267 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list, in eglChooseConfig()
462 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay display, EGLConfig config, in eglGetConfigAttrib()
472 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, in eglCreateWindowSurface()
502 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, in eglCreatePbufferSurface()
546 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, in eglCreatePixmapSurface()
573 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface) { in eglDestroySurface()
[all …]
DEglWindowsApi.cpp221 EGLNativeInternalDisplayType getInternalDisplay(EGLNativeDisplayType display){ in getInternalDisplay()
228 static HDC getDummyDC(EGLNativeInternalDisplayType display,int cfgId){ in getDummyDC()
336 EglConfig* pixelFormatToConfig(EGLNativeInternalDisplayType display,int renderableType,EGLNativePix… in pixelFormatToConfig()
406 void queryConfigs(EGLNativeInternalDisplayType display,int renderableType,ConfigsList& listOut) { in queryConfigs()
471 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPb… in createPbufferSurface()
506 bool releasePbuffer(EGLNativeInternalDisplayType display,EGLNativeSurfaceType pb) { in releasePbuffer()
516 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeCon… in createContext()
549 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeCo… in makeCurrent()
567 void swapBuffers(EGLNativeInternalDisplayType display,EGLNativeSurfaceType srfc){ in swapBuffers()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorApplication.java48 Display display = PlatformUI.createDisplay(); in start() local
102 final Display display = workbench.getDisplay(); in stop() local
112 private String findSdkPath(Display display) { in findSdkPath()
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
DTraceviewLauncher.java44 Display display = workbench.getDisplay(); in openFile() local
/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() local
107 Display display = shell.getDisplay(); in testImageConvertGlobalAlpha() local
140 Display display = shell.getDisplay(); in testImageConvertAlpha() local
175 Display display = shell.getDisplay(); in testImageConvertAlphaMultiplied() local
330 Display display = shell.getDisplay(); in createSampleImage() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java306 Display display = getDisplay(); in workbenchStarted() local
340 Display display = bench.getDisplay(); in getDisplay() local
348 Display display = Display.getCurrent(); in getDisplay() local
363 Display display = AdtPlugin.getDisplay(); in getShell() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DProtoBufUtils.java66 public static Image getImage(Display display, GLMessage glMsg) { in getImage()
/sdk/emulator/opengl/tests/ut_renderer/
DRendererSurface.h40 …RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config)… in RendererSurface()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLintTooltip.java49 Display display = getDisplay(); in createContents() local
DCreateNewConfigJob.java92 Display display = mEditor.getConfigurationChooser().getDisplay(); in run() local
DGestureToolTip.java99 Display display = parent.getDisplay(); in GestureToolTip() local
DSwtUtils.java130 public static Image convertToSwt(Device display, BufferedImage awtImage, in convertToSwt()
DAccordionControl.java301 Display display = label.getDisplay(); in updateBackground() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizard.java166 Display display = AdtPlugin.getDisplay(); in installSdk() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DSdkManagerAction.java102 Display display = getShell() == null ? null : getShell().getDisplay(); in changeCancelToClose() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintDeltaProcessor.java51 Display display = AdtPlugin.getDisplay(); in LintDeltaProcessor() local
DLintListDialog.java153 Display display = parent.getDisplay(); in createDialogArea() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java413 Display display = parent.getDisplay(); in createControl() local
537 Display display = mPreviewArea.getDisplay(); in setVisible() local
882 Display display = mClipartForm.getDisplay(); in updateClipartPreview() local
963 Display display = mPreviewArea.getDisplay(); in updatePreview() local
1236 private void updateColor(Display display, RGB color, boolean isBackground) { in updateColor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourcePreviewHelper.java183 Display display = mEditor.getSite().getShell().getDisplay(); in updatePreview() local
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DStaticPortEditDialog.java123 Display display = mParent.getDisplay(); in open() local
DStaticPortConfigDialog.java115 Display display = mParent.getDisplay(); in open() local
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java263 Display display = mContents.getDisplay(); in createPartControl() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java522 Display display = DdmsPlugin.getDisplay(); in loadImages() local
701 Display display = mDeviceTable.getDisplay(); in exec() local
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java141 final Display display = getDisplay(); in start() local
740 Display display = getDisplay(); in handleDefaultSelection() local
/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR()
234 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) in eglUnlockSurfaceKHR()

12