Home
last modified time | relevance | path

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

12

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp170 EGLDisplay display = getDisplay(); in init()
199 EGLDisplay display = getDisplay(); in init()
253 EGLDisplay display = getDisplay(); in init()
291 EGLDisplay display = getDisplay(); in init()
489 EGLDisplay display = getDisplay(); in init()
561 EGLDisplay display = getDisplay(); in init()
676 EGLDisplay display = getDisplay(); in init()
704 EGLDisplay display = getDisplay(); in init()
723 EGLDisplay display = getDisplay(); in init()
749 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/swiftshader/tests/GLESUnitTests/
Dunittests.cpp319 EGLDisplay getDisplay() const { return display; } in getDisplay() function in SwiftShaderTest
1563 …EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(getDisplay(), EGL_IOSURFACE_ANGLE, buffer, g… in createIOSurfacePbuffer()
1574 EGLBoolean result = eglBindTexImage(getDisplay(), *pbuffer, EGL_BACK_BUFFER); in bindIOSurfaceToTexture()
1620 EGLBoolean result = eglReleaseTexImage(getDisplay(), pbuffer, EGL_BACK_BUFFER); in doClearTest()
1630 result = eglDestroySurface(getDisplay(), pbuffer); in doClearTest()
1674 EGLBoolean result = eglReleaseTexImage(getDisplay(), pbuffer, EGL_BACK_BUFFER); in doSampleTest()
1821 …EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(getDisplay(), EGL_IOSURFACE_ANGLE, clientBuf… in TEST_F()
1824 EGLBoolean result = eglDestroySurface(getDisplay(), pbuffer); in TEST_F()
1841 …EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(getDisplay(), EGL_IOSURFACE_ANGLE, clientBuf… in TEST_F()
1858 …EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(getDisplay(), EGL_IOSURFACE_ANGLE, clientBuf… in TEST_F()
[all …]
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewTab.java36 getDisplay().initialize((HTMLPanel) getWidget()); in initialize()
58 protected CreateJobViewDisplay getDisplay() { in getDisplay() method in CreateJobViewTab
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.hpp74 virtual DisplayBase& getDisplay (void) = 0;
123 DisplayBase& getDisplay (void) { return (DisplayBase&)m_display; } in getDisplay() function in tcu::lnx::x11::XlibWindow
DtcuLnxX11Xcb.hpp67 DisplayBase& getDisplay (void) { return (DisplayBase&)m_display; } in getDisplay() function in tcu::lnx::x11::XcbWindow
DtcuLnxX11EglDisplayFactory.cpp97 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay() function in tcu::lnx::x11::egl::Library
99 …return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id)… in getDisplay()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp49 struct wl_display* getDisplay (void) { return m_display; } in getDisplay() function in tcu::lnx::wayland::Display
90 Display& getDisplay (void) { return m_display; } in getDisplay() function in tcu::lnx::wayland::Window
DtcuLnxWaylandEglDisplayFactory.cpp73 …acyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getDisplay()); } in getLegacyNative()
74 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewRootImpl.java40 Display display = getDisplay(); in callDispatchResized()
142 private Display getDisplay() { in getDisplay() method in ShadowViewRootImpl
144 return realObject.getView().getDisplay(); in getDisplay()
/external/swiftshader/src/OpenGL/libEGL/
DContext.hpp43 Display *getDisplay() const { return display; } in getDisplay() function in egl::Context
/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.cpp236 EGLDisplay getDisplay (NativeDisplay& nativeDisplay) in getDisplay() function
281 display = egl.getDisplay(nativeDisplay.getLegacyNative()); in getDisplay()
295 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DBootstrapTest.java84 Display display = displayManager.getDisplay(Display.DEFAULT_DISPLAY); in shouldSetUpRealisticDisplay()
119 Display display = displayManager.getDisplay(Display.DEFAULT_DISPLAY); in shouldSetUpRealisticDisplay_landscapeHighDensity()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp164 : vk::wsi::WaylandDisplayInterface (vk::pt::WaylandDisplayPtr(display->getDisplay())) in VulkanDisplayWayland()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDisplayManagerTest.java97 Display display = instance.getDisplay(displayId); in addDisplay()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp272 m_eglDisplay = m_egl.getDisplay(NULL); in EglRenderContext()

12