Home
last modified time | relevance | path

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

12

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp164 EGLDisplay display = getDisplay(); in init()
193 EGLDisplay display = getDisplay(); in init()
247 EGLDisplay display = getDisplay(); in init()
285 EGLDisplay display = getDisplay(); in init()
459 EGLDisplay display = getDisplay(); in init()
531 EGLDisplay display = getDisplay(); in init()
646 EGLDisplay display = getDisplay(); in init()
674 EGLDisplay display = getDisplay(); in init()
693 EGLDisplay display = getDisplay(); in init()
719 EGLDisplay display = getDisplay(); in init()
[all …]
DteglApiCase.cpp124 eglDestroyContext(getDisplay(), got); in expectNoContext()
135 eglDestroySurface(getDisplay(), got); in expectNoSurface()
DteglSimpleConfigCase.hpp49 eglw::EGLDisplay getDisplay (void) { return m_display; } in getDisplay() function in deqp::egl::SimpleConfigCase
DteglApiCase.hpp65 eglw::EGLDisplay getDisplay (void) { return m_display; } in getDisplay() function in deqp::egl::ApiCase
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewTab.java29 getDisplay().initialize((HTMLPanel) getWidget()); in initialize()
51 protected CreateJobViewDisplay getDisplay() { in getDisplay() method in CreateJobViewTab
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCCombo3.java118 getDisplay().addFilter(SWT.FocusIn, filter); in CCombo3()
121 getDisplay().removeFilter(SWT.FocusIn, filter); in CCombo3()
347 int remainingDisplayHeight = getDisplay().getClientArea().height - popupLocation.y - 10; in doDropDown()
349 int remainingDisplayWidth = getDisplay().getClientArea().width - popupLocation.x - 5; in doDropDown()
DCComboBox.java114 Display display = getDisplay(); in CComboBox()
130 Display display = getDisplay(); in CComboBox()
585 Display display = getDisplay();
616 getDisplay().asyncExec(new Runnable() {
DCImageLabel.java98 m_backImage = new Image(getDisplay(), clientArea.width, clientArea.height); in doPaint()
DCTableCombo.java177 Control focusControl = getDisplay().getFocusControl(); in handleTableEvent()
280 Color black = getDisplay().getSystemColor(SWT.COLOR_BLACK); in handlePopupEvent()
353 Control focusControl = getDisplay().getFocusControl(); in handleTextEvent()
DCSpinner.java114 win32Hack.setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); in CSpinner()
143 setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); in CSpinner()
/external/skia/include/views/
DSkOSWindow_Unix.h32 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; } in getDisplay() function
/external/deqp/framework/platform/X11/
DtcuX11.hpp92 Display& getDisplay (void) { return m_display; } in getDisplay() function in tcu::x11::Window
DtcuX11EglPlatform.cpp93 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay() function in tcu::x11::egl::Library
95 …return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id)… in getDisplay()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
DFlyoutControlComposite.java551 getDisplay().removeFilter(SWT.MouseMove, this);
564 getDisplay().removeFilter(SWT.MouseMove, this);
581 getDisplay().addFilter(SWT.MouseMove, listener);
714 m_backImage = new Image(getDisplay(), clientArea.width, clientArea.height);
876 m_titleImage = new Image(getDisplay(), m_titleWidth, m_titleHeight);
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl36 eglGetDisplayFunc getDisplay; variable
DeglwInitCore.inl29 dst->getDisplay = (eglGetDisplayFunc) loader->get("eglGetDisplay");
DeglwFuncPtrLibraryImpl.inl157 EGLDisplay FuncPtrLibrary::getDisplay (EGLNativeDisplayType display_id) const function in FuncPtrLibrary
159 return m_egl.getDisplay(display_id);
DeglwFuncPtrLibraryDecl.inl36 EGLDisplay getDisplay (EGLNativeDisplayType display_id) const;
DeglwLibrary.inl36 virtual EGLDisplay getDisplay (EGLNativeDisplayType display_id) const …
/external/deqp/framework/egl/
DegluUtil.cpp227 EGLDisplay getDisplay (NativeDisplay& nativeDisplay) in getDisplay() function
254 display = egl.getDisplay(nativeDisplay.getLegacyNative()); in getDisplay()
268 EGLDisplay display = getDisplay(nativeDisplay); in getAndInitDisplay()
DegluUtil.hpp78 eglw::EGLDisplay getDisplay (NativeDisplay& nativeDisplay);
/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp127 const eglw::EGLDisplay display = egl.getDisplay(EGL_DEFAULT_DISPLAY); in isRenderConfigSupported()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
DResizableDialog.java75 Rectangle displayBounds = getShell().getDisplay().getBounds(); in getInitialSize()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DAbstractTextPropertyEditor.java114 getControl().getDisplay().asyncExec(new Runnable() { in openIfNecessary()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java311 parent.getDisplay().asyncExec(new Runnable() { in createTooltipControl_Label()

12