Home
last modified time | relevance | path

Searched defs:display (Results 251 – 275 of 3039) sorted by relevance

1...<<11121314151617181920>>...122

/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DHostFrameComposer.cpp199 HWC3::Error HostFrameComposer::createHostComposerDisplayInfo(Display* display, in createHostComposerDisplayInfo()
240 HWC3::Error HostFrameComposer::onDisplayCreate(Display* display) { in onDisplayCreate()
334 HWC3::Error HostFrameComposer::onDisplayDestroy(Display* display) { in onDisplayDestroy()
357 HWC3::Error HostFrameComposer::onDisplayClientTargetSet(Display* display) { in onDisplayClientTargetSet()
384 HWC3::Error HostFrameComposer::validateDisplay(Display* display, DisplayChanges* outChanges) { in validateDisplay()
476 Display* display, ::android::base::unique_fd* outDisplayFence, in presentDisplay()
747 HWC3::Error HostFrameComposer::onActiveConfigChange(Display* display) { in onActiveConfigChange()
/aosp_15_r20/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp161 HWCDisplay* display = new HWCDisplay(DISP_ROLE_PRIMARY); in init_primary_display() local
227 HWCDisplay* display = new HWCDisplay(DISP_ROLE_SECONDARY); in add_external_hdmi_display() local
253 HWCDisplay* display = hwc_dev->displays[HWC_DISPLAY_EXTERNAL]; in remove_external_hdmi_display() local
425 HWCDisplay* display = hwc_dev->displays[disp]; in hwc_prepare_for_display() local
477 HWCDisplay* display = hwc_dev->displays[disp]; in hwc_set_for_display() local
627 HWCDisplay* display = hwc_dev->displays[disp]; in hwc_getDisplayConfigs() local
640 HWCDisplay* display = hwc_dev->displays[disp]; in hwc_getDisplayAttributes() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DScreenSizeCalculator.java62 public Point getScreenSize(Display display) { in getScreenSize()
95 private Point getPortraitScreenSize(Display display) { in getPortraitScreenSize()
103 private Point getLandscapeScreenSize(Display display) { in getLandscapeScreenSize()
114 private void writeDisplaySizeToPoint(Display display, Point outPoint) { in writeDisplaySizeToPoint()
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
H A DPresentationTest.java58 WindowManagerState.DisplayContent display = in testPresentationAllowedOnPresentationDisplay() local
74 WindowManagerState.DisplayContent display = virtualDisplaySession in testPresentationNotDismissAfterResizeDisplay() local
96 WindowManagerState.DisplayContent display = in testPresentationBlockedOnNonPresentationDisplay() local
130 WindowManagerState.DisplayContent display = mWmState.getDisplay(displayId); in assertPresentationOnDisplayAndMatchesDisplayMetrics() local
/aosp_15_r20/hardware/google/graphics/common/hwc3/
DUtil.h32 #define DEBUG_DISPLAY_FUNC(display) \ argument
44 #define DEBUG_DISPLAY_FUNC(display) DebugFunction _dbgFnObj_(__func__, display) argument
46 #define DEBUG_DISPLAY_FUNC(display) argument
73 DebugFunction(const char *name, std::optional<int64_t> display) in DebugFunction()
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DCarPowerManagerTest.java226 Display display = mCarOccupantZoneManager.getDisplayForOccupant( in testSetDisplayPowerState_driverDisplayMustNotBeSupported() local
251 Display display = mCarOccupantZoneManager.getDisplayForOccupant( in testSetDisplayPowerState_passengerDisplays_modeOn() local
288 Display display = mCarOccupantZoneManager.getDisplayForOccupant( in testSetDisplayPowerState_passengerDisplays_modeOff() local
325 Display display = mCarOccupantZoneManager.getDisplayForOccupant( in testSetDisplayPowerState_passengerDisplays_modeAlwaysOn() local
353 Display display = mCarOccupantZoneManager.getDisplayForOccupant( in updateDisplayPowerModeSetting() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
H A DWaveScopeView.java81 public void setDisplayBufferSize(boolean display) { in setDisplayBufferSize()
85 public void setDisplayMaxMagnitudes(boolean display) { in setDisplayMaxMagnitudes()
89 public void setDisplayPersistentMaxMagnitude(boolean display) { in setDisplayPersistentMaxMagnitude()
93 public void setDisplayLimits(boolean display) { in setDisplayLimits()
97 public void setDisplayZero(boolean display) { in setDisplayZero()
/aosp_15_r20/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp75 void checkEGL15Support(const Library &egl, EGLDisplay display) in checkEGL15Support()
88 EGLSurface createWindowSurface(EGLDisplay display, EGLConfig config, eglu::NativeDisplay &nativeDis… in createWindowSurface()
121 EGLSurface createPixmapSurface(EGLDisplay display, EGLConfig config, eglu::NativeDisplay &nativeDis… in createPixmapSurface()
158 void executeForConfig(EGLDisplay display, EGLConfig config) in executeForConfig()
235 void executeForConfig(EGLDisplay display, EGLConfig config) in executeForConfig()
309 void executeForConfig(EGLDisplay display, EGLConfig config) in executeForConfig()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Degl_sync.cc26 bool HasExtension(EGLDisplay display, const char* extension) { in HasExtension()
31 absl::Status IsEglFenceSyncSupported(EGLDisplay display) { in IsEglFenceSyncSupported()
39 absl::Status IsEglWaitSyncSupported(EGLDisplay display) { in IsEglWaitSyncSupported()
49 absl::Status EglSync::NewFence(EGLDisplay display, EglSync* sync) { in NewFence()
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DOpenGlEsVersionTest.java216 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); in testRequiredExtensionsForVrHighPerformance() local
258 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); in testRequiredEglExtensions() local
296 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); in testRequiredEglExtensionsForHdrCapableDisplay() local
353 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); in testRequiredEglExtensionsForWideColorDisplay() local
394 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); in getDetectedMajorVersion() local
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp70 static void vsyncHook(const hwc_procs_t* procs, int display, in vsyncHook()
76 static void hotplugHook(const hwc_procs_t* procs, int display, in hotplugHook()
383 const auto& display = element.second; in dump() local
1905 HWC2On1Adapter::Layer::Layer(Display& display) in Layer()
2277 auto display = mDisplays.find(id); in getDisplay() local
2287 auto display = getDisplay(displayId); in getLayer() local
2307 auto display = std::make_shared<Display>(*this, HWC2::DisplayType::Physical); in populatePrimary() local
2320 auto& display = displayPair.second; in prepareAllDisplays() local
2398 auto& display = mDisplays[displayId]; in prepareAllDisplays() local
2410 hwc_display_contents_1_t* display = displays[displayId]; in dumpHWC1Message() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/DisplayUtils/SettingsLibDisplayUtils/android_common/repackaged-jarjar/turbine/
DSettingsLibDisplayUtils.jar ... settingslib.display public com.android.settingslib.display.DisplayDensityConfiguration extends java.lang.Object { public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/DisplayUtils/SettingsLibDisplayUtils/android_common/turbine/
DSettingsLibDisplayUtils.jar ... settingslib.display public com.android.settingslib.display.BrightnessUtils extends java.lang.Object { public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/DisplayUtils/SettingsLibDisplayUtils/android_common/turbine-combined/
DSettingsLibDisplayUtils.jar ... settingslib.display public com.android.settingslib.display.BrightnessUtils extends java.lang.Object { public ...
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXKBlib.h37 Display * display; /* Display the event was read from */ member
47 Display * display; /* Display the event was read from */ member
65 Display * display; /* Display the event was read from */ member
94 Display * display; /* Display the event was read from */ member
123 Display * display; /* Display the event was read from */ member
141 Display * display; /* Display the event was read from */ member
153 Display * display; /* Display the event was read from */ member
175 Display * display; /* Display the event was read from */ member
189 Display * display; /* Display the event was read from */ member
207 Display * display; /* Display the event was read from */ member
[all …]
DXlib.h267 struct _XDisplay *display;/* back pointer to display structure */ member
569 Display *display; /* Display the event was read from */ member
587 Display *display; /* Display the event was read from */ member
605 Display *display; /* Display the event was read from */ member
622 Display *display; /* Display the event was read from */ member
646 Display *display; /* Display the event was read from */ member
665 Display *display; /* Display the event was read from */ member
674 Display *display; /* Display the event was read from */ member
685 Display *display; /* Display the event was read from */ member
698 Display *display; /* Display the event was read from */ member
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXKBlib.h37 Display * display; /* Display the event was read from */ member
47 Display * display; /* Display the event was read from */ member
65 Display * display; /* Display the event was read from */ member
94 Display * display; /* Display the event was read from */ member
123 Display * display; /* Display the event was read from */ member
141 Display * display; /* Display the event was read from */ member
153 Display * display; /* Display the event was read from */ member
175 Display * display; /* Display the event was read from */ member
189 Display * display; /* Display the event was read from */ member
207 Display * display; /* Display the event was read from */ member
[all …]
DXlib.h267 struct _XDisplay *display;/* back pointer to display structure */ member
569 Display *display; /* Display the event was read from */ member
587 Display *display; /* Display the event was read from */ member
605 Display *display; /* Display the event was read from */ member
622 Display *display; /* Display the event was read from */ member
646 Display *display; /* Display the event was read from */ member
665 Display *display; /* Display the event was read from */ member
674 Display *display; /* Display the event was read from */ member
685 Display *display; /* Display the event was read from */ member
698 Display *display; /* Display the event was read from */ member
[all …]
/aosp_15_r20/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/
DPresentTestFragment.java205 private void showPresentation(Display display, DemoPresentationContents contents) { in showPresentation()
224 private void hidePresentation(Display display) { in hidePresentation()
264 final Display display = getItem(position); in getView() local
316 DemoPresentation(Context context, Display display, DemoPresentationContents contents) { in DemoPresentation()
330 Display display = getDisplay(); in onCreate() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.cpp32 EGLDisplay display, in create()
41 EGLDisplay display, in createImpl()
87 EmulatedEglContext::EmulatedEglContext(EGLDisplay display, in EmulatedEglContext()
115 EGLDisplay display) { in onLoad()
/aosp_15_r20/frameworks/native/libs/nativedisplay/
H A DADisplay.cpp30 namespace android::display::impl { namespace
223 float ADisplay_getMaxSupportedFps(ADisplay* display) { in ADisplay_getMaxSupportedFps()
233 ADisplayType ADisplay_getDisplayType(ADisplay* display) { in ADisplay_getDisplayType()
239 void ADisplay_getPreferredWideColorFormat(ADisplay* display, ADataSpace* outDataspace, in ADisplay_getPreferredWideColorFormat()
250 int ADisplay_getCurrentConfig(ADisplay* display, ADisplayConfig** outConfig) { in ADisplay_getCurrentConfig()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys.h95 vl_dri2_screen_create(void *display, int screen) { return NULL; }; in vl_dri2_screen_create()
105 vl_dri3_screen_create(void *display, int screen) { return NULL; }; in vl_dri3_screen_create()
107 vl_kopper_screen_create(void *display, int screen) { return NULL; }; in vl_kopper_screen_create()
127 vl_xlib_swrast_screen_create(void *display, int screen) { return NULL; } in vl_xlib_swrast_screen_create()
/aosp_15_r20/frameworks/base/tests/FlickerTests/Rotation/src/com/android/server/wm/flicker/rotation/
H A DRotationTransition.kt65 val display = getDisplay(testApp) in appLayerRotates_StartingPos() constant
75 val display = getDisplay(testApp) in appLayerRotates_EndingPos() constant
/aosp_15_r20/external/wayland/tests/
H A Dresources-test.c36 struct wl_display *display; in TEST() local
102 struct wl_display *display; in TEST() local
156 struct wl_display *display; in TEST() local
194 struct wl_display *display; in TEST() local
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_pwrite_crc.c38 igt_display_t display; member
105 igt_display_t *display = &data->display; in prepare_crtc() local
136 igt_display_t *display = &data->display; in cleanup_crtc() local
154 igt_display_t *display = &data->display; in run_test() local

1...<<11121314151617181920>>...122