Home
last modified time | relevance | path

Searched defs:display (Results 226 – 250 of 3039) sorted by relevance

12345678910>>...122

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowDisplayManagerTest.java86 Display display = instance.getDisplay(displayId); in addDisplay() local
107 Display display = instance.getDisplay(displayId); in addDisplay_withName_shouldReflectInAddedDisplay() local
129 Display display = ShadowDisplay.getDefaultDisplay(); in changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight() local
144 Display display = ShadowDisplay.getDefaultDisplay(); in withQualifiers_changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight() local
164 Display display = getGlobal().getRealDisplay(displayId); in changeAndRemoveDisplay_shouldNotifyListeners() local
183 Display display = getGlobal().getRealDisplay(displayId); in changeDisplay_shouldAllowPartialChanges() local
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_panel_fitting.c33 igt_display_t display; member
52 igt_display_t *display = &data->display; in prepare_crtc() local
85 igt_display_t *display = &d->display; in test_panel_fitting() local
162 test_panel_fitting_fastset(igt_display_t *display, const enum pipe pipe, igt_output_t *output) in test_panel_fitting_fastset()
212 igt_display_t *display = &data->display; in test_atomic_fastset() local
H A Dkms_content_protection.c39 igt_display_t display; member
301 igt_display_t *display = &data.display; in modeset_with_fb() local
329 igt_display_t *display = &data.display; in test_cp_enable() local
358 igt_display_t *display = &data.display; in test_cp_disable() local
408 static bool igt_pipe_is_free(igt_display_t *display, enum pipe pipe) in igt_pipe_is_free()
453 igt_display_t *display = &data.display; in test_content_protection_on_output() local
585 igt_display_t *display = &data.display; in test_content_protection() local
H A Dkms_mmap_write_crc.c47 igt_display_t display; member
75 igt_display_t *display = &data->display; in test() local
168 igt_display_t *display = &data->display; in prepare_crtc() local
199 igt_display_t *display = &data->display; in cleanup_crtc() local
216 igt_display_t *display = &data->display; in run_test() local
H A Dkms_rotation_crc.c51 igt_display_t display; member
159 igt_display_t *display = &data->display; in cleanup_crtc() local
172 igt_display_t *display = &data->display; in prepare_crtc() local
201 igt_display_t *display = &data->display; in prepare_fbs() local
318 igt_display_t *display = &data->display; in test_single_case() local
370 igt_display_t *display = &data->display; in test_plane_rotation() local
434 igt_display_t *display = &data->display; in get_multiplane_crc() local
523 igt_display_t *display = &data->display; in test_multi_plane_rotation() local
646 igt_display_t *display = &data->display; in test_plane_rotation_exhaust_fences() local
/aosp_15_r20/frameworks/base/libs/hostgraphics/
H A DADisplay.cpp20 namespace android::display::impl { namespace
117 float ADisplay_getMaxSupportedFps(ADisplay* display) { in ADisplay_getMaxSupportedFps()
122 ADisplayType ADisplay_getDisplayType(ADisplay* display) { in ADisplay_getDisplayType()
126 void ADisplay_getPreferredWideColorFormat(ADisplay* display, ADataSpace* outDataspace, in ADisplay_getPreferredWideColorFormat()
133 int ADisplay_getCurrentConfig(ADisplay* display, ADisplayConfig** outConfig) { in ADisplay_getCurrentConfig()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPowerHalServiceUnitTest.java398 Display display = createMockDisplay(displayId, displayPort); in testPerDisplayBrightnessChange_perDisplayMaxNotSupported() local
423 Display display = createMockDisplay(displayId, displayPort); in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplayMaxNotSupported() local
463 Display display = createMockDisplay(displayId, displayPort); in testPerDisplayBrightnessChange_perDisplayMaxSupported() local
501 Display display = createMockDisplay(displayId, displayPort); in testPerDisplayBrightnessChange_perDisplayMaxSupported_ignoreRecentlySet() local
544 Display display = createMockDisplay(displayId, displayPort); in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplaySupported() local
622 Display display = createMockDisplay(displayId, displayPort); in testSendDisplayBrightnessPerDisplay() local
643 Display display = createMockDisplay(displayId, displayPort); in testSendDisplayBrightnessPerDisplay_outOfRange() local
670 Display display = createMockDisplay(displayId, displayPort); in testSendDisplayBrightnessPerDisplay_non100MaxBrightness() local
1030 Display display = createMockDisplay(displayId, displayPort); in addDisplay() local
1085 Display display = mock(Display.class); in createMockDisplay() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java1276 final Display display = displays[displayNdx]; in setWindowManager() local
1329 final DisplayContent display = getChildAt(i); in getDisplayContent() local
1365 final Display display = mDisplayManager.getDisplay(displayId); in getDisplayContentOrCreate() local
1412 final DisplayContent display = getDisplayContentOrCreate(displayId); in startHomeOnDisplay() local
1688 final DisplayContent display = taskDisplayArea.getDisplayContent(); in shouldPlaceSecondaryHomeOnDisplayArea() local
1909 final DisplayContent display = getChildAt(displayNdx); in ensureActivitiesVisible() local
2386 final DisplayContent display = getChildAt(displayNdx); in executeAppTransitionForAllDisplay() local
2501 final DisplayContent display = getChildAt(displayNdx); in resumeFocusedTasksTopActivities() local
2546 void sendSleepTransition(final DisplayContent display) { in sendSleepTransition()
2580 final DisplayContent display = getChildAt(displayNdx); in applySleepTokens() local
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DEGLSurfaceTexture.java88 @Nullable private EGLDisplay display; field in EGLSurfaceTexture
205 EGLDisplay display = EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY); in getDefaultDisplay() local
219 private static EGLConfig chooseEGLConfig(EGLDisplay display) { in chooseEGLConfig()
243 EGLDisplay display, EGLConfig config, @SecureMode int secureMode) { in createEGLContext()
267 EGLDisplay display, EGLConfig config, EGLContext context, @SecureMode int secureMode) { in createEGLSurface()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DEGLSurfaceTexture.java92 @Nullable private EGLDisplay display; field in EGLSurfaceTexture
209 EGLDisplay display = EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY); in getDefaultDisplay() local
223 private static EGLConfig chooseEGLConfig(EGLDisplay display) { in chooseEGLConfig()
247 EGLDisplay display, EGLConfig config, @SecureMode int secureMode) { in createEGLContext()
271 EGLDisplay display, EGLConfig config, EGLContext context, @SecureMode int secureMode) { in createEGLSurface()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-11/
Dservices.core.unboosted.jarcom/android/server/grammaticalinflection/GrammaticalInflectionShellCommand.class GrammaticalInflectionShellCommand.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar11 ... android/server/ com/android/server/display/ com/android/server/display/mode ...
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
H A DDeviceEmulationRule.kt77 val display = spec.display in <lambda>() constant
133 val display = spec.display in <lambda>() constant
179 val display: DisplaySpec, constant in platform.test.screenshot.DeviceEmulationSpec
198 return displays.flatMap { display -> in forDisplays() method
/aosp_15_r20/external/deqp/modules/egl/
H A DteglQueryContextTests.cpp106 …void executeForContext(EGLDisplay display, EGLContext context, EGLSurface surface, const Config &c… in executeForContext()
150 …void executeForContext(EGLDisplay display, EGLContext context, EGLSurface surface, const Config &c… in executeForContext()
193 …void executeForContext(EGLDisplay display, EGLContext context, EGLSurface surface, const Config &c… in executeForContext()
236 EGLint getContextAttrib(EGLDisplay display, EGLContext context, EGLint attrib) in getContextAttrib()
245 …void executeForContext(EGLDisplay display, EGLContext context, EGLSurface surface, const Config &c… in executeForContext()
343 … EGLDisplay display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); in iterate() local
H A DteglNativeColorMappingTests.cpp70 EGLContext createGLES2Context(const Library &egl, EGLDisplay display, EGLConfig config) in createGLES2Context()
238 bool validate(TestLog &log, const Library &egl, EGLDisplay display, EGLConfig config, const tcu::Te… in validate()
304 void logConfigInfo(TestLog &log, const Library &egl, EGLDisplay display, EGLConfig config, in logConfigInfo()
328EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions &gl, in testNativeWindow()
375EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions &gl, in testNativePixmap()
418 …ePixmapCopy(TestLog &log, const Library &egl, eglu::NativePixmap &nativePixmap, EGLDisplay display, in testNativePixmapCopy()
461 void NativeColorMappingCase::executeForConfig(EGLDisplay display, EGLConfig config) in executeForConfig()
/aosp_15_r20/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp477 EGLConfig BootAnimation::getEglConfig(const EGLDisplay& display) { in getEglConfig()
550 auto& display = mDisplays[displayIdx]; in initDisplaysAndSurfaces() local
604 void BootAnimation::configureDisplayAndLayerStack(const Display& display, in configureDisplayAndLayerStack()
613 void BootAnimation::rotateAwayFromNaturalOrientationIfNeeded(Display& display) { in rotateAwayFromNaturalOrientationIfNeeded()
663 void BootAnimation::projectSceneToWindow(const Display& display) { in projectSceneToWindow()
669 void BootAnimation::resizeSurface(int newWidth, int newHeight, Display& display) { in resizeSurface()
831 for (auto& display : mDisplays) { in threadLoop() local
842 bool BootAnimation::android(const Display& display) { in android()
1059 int* x, int* y, const Display& display) { in drawText()
1108 const Display& display) { in drawClock()
[all …]
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java319 private static EGLConfig chooseEglConfig(EGL10 egl, EGLDisplay display) { in chooseEglConfig()
348 private RenderTarget(EGLDisplay display, EGLContext context, EGLSurface surface, int fbo, in RenderTarget()
368 private static void initEgl(EGL10 egl, EGLDisplay display) { in initEgl()
377 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); in createDefaultDisplay() local
383 private static EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext()
390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) { in createSurface()
402 private static void checkDisplay(EGL10 egl, EGLDisplay display) { in checkDisplay()
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
H A DWindowContextPolicyTests.java77 final Display display = mDm.getDisplay(Display.DEFAULT_DISPLAY); in testWindowContextWithDisplayOnNonUiContext() local
83 final WindowManagerState.DisplayContent display = createManagedVirtualDisplaySession() in testCreateMultipleWindowContextsWithoutView() local
92 final WindowManagerState.DisplayContent display = createManagedVirtualDisplaySession() in testWindowContextWithAllPublicTypes() local
113 final WindowManagerState.DisplayContent display = createManagedVirtualDisplaySession() in testWindowContextAddMismatchedWindowType() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLContextSharingTest.cpp25 EGLBoolean SafeDestroyContext(EGLDisplay display, EGLContext &context) in SafeDestroyContext()
45 EGLDisplay display = getEGLWindow()->getDisplay(); in testTearDown() local
186 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
212 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
254 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
318 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
365 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
417 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
473 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
527 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
[all …]
H A DEGLContextCompatibilityTest.cpp30 bool IsRGBA16FConfig(EGLDisplay display, EGLConfig config) in IsRGBA16FConfig()
40 bool IsRGB10_A2Config(EGLDisplay display, EGLConfig config) in IsRGB10_A2Config()
51 bool IsMultisampledConfig(EGLDisplay display, EGLConfig config) in IsMultisampledConfig()
58 bool ShouldSkipConfig(EGLDisplay display, EGLConfig config, bool windowSurfaceTest) in ShouldSkipConfig()
78 std::vector<EGLConfig> GetConfigs(EGLDisplay display) in GetConfigs()
115 std::string EGLConfigName(EGLDisplay display, EGLConfig config) in EGLConfigName()
506 EGLDisplay display = eglGetPlatformDisplayEXT( in RegisterContextCompatibilityTests() local
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp89 static status_t selectEGLConfig(EGLDisplay display, EGLint format, EGLint renderableType, in selectEGLConfig()
146 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); in create() local
223 EGLConfig SkiaGLRenderEngine::chooseEglConfig(EGLDisplay display, int format, bool logConfig) { in chooseEglConfig()
268 SkiaGLRenderEngine::SkiaGLRenderEngine(const RenderEngineCreationArgs& args, EGLDisplay display, in SkiaGLRenderEngine()
425 EGLContext SkiaGLRenderEngine::createEglContext(EGLDisplay display, EGLConfig config, in createEglContext()
514 EGLSurface SkiaGLRenderEngine::createPlaceholderEglPbufferSurface(EGLDisplay display, in createPlaceholderEglPbufferSurface()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp29 egl::Display *display, in SurfaceD3D()
95 egl::Error SurfaceD3D::initialize(const egl::Display *display) in initialize()
171 egl::Error SurfaceD3D::resetSwapChain(const egl::Display *display) in resetSwapChain()
374 void SurfaceD3D::setSwapInterval(const egl::Display *display, EGLint interval) in setSwapInterval()
492 egl::Display *display, in WindowSurfaceD3D()
502 egl::Display *display, in PbufferSurfaceD3D()
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DDisplayMetricsRetriever.java56 public DisplayMetrics getDisplayMetrics(Resources resources, Display display) { in getDisplayMetrics()
68 private DisplayMetrics getPortraitDisplayMetrics(Display display) { in getPortraitDisplayMetrics()
76 private DisplayMetrics getLandscapeDisplayMetrics(Display display) { in getLandscapeDisplayMetrics()
84 private void writeDisplayMetrics(Display display, DisplayMetrics outMetrics) { in writeDisplayMetrics()
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerHal.h46 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport()
53 Error setPowerMode(Display display, V2_1::IComposerClient::PowerMode mode) override { in setPowerMode()
58 Error getColorModes(Display display, hidl_vec<common::V1_0::ColorMode>* outModes) override { in getColorModes()
63 Error setColorMode(Display display, common::V1_0::ColorMode mode) override { in setColorMode()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanImageTest.cpp84 EGLDisplay display = window->getDisplay(); in TEST_P() local
103 EGLDisplay display = window->getDisplay(); in TEST_P() local
170 EGLDisplay display = window->getDisplay(); in TEST_P() local
207 EGLDisplay display = window->getDisplay(); in TEST_P() local
260 EGLDisplay display = window->getDisplay(); in TEST_P() local
329 EGLDisplay display = window->getDisplay(); in TEST_P() local
388 EGLDisplay display = window->getDisplay(); in TEST_P() local
483 EGLDisplay display = window->getDisplay(); in TEST_P() local

12345678910>>...122