Home
last modified time | relevance | path

Searched refs:overlay (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/angle/src/libANGLE/
DOverlay.h53 angle::PackedEnumMap<WidgetId, std::unique_ptr<overlay::Widget>> mOverlayWidgets;
67 overlay::Text *getTextWidget(WidgetId id) const in getTextWidget()
69 return getWidgetAs<overlay::Text, WidgetType::Text>(id); in getTextWidget()
71 overlay::Count *getCountWidget(WidgetId id) const in getCountWidget()
73 return getWidgetAs<overlay::Count, WidgetType::Count>(id); in getCountWidget()
75 overlay::PerSecond *getPerSecondWidget(WidgetId id) const in getPerSecondWidget()
77 return getWidgetAs<overlay::PerSecond, WidgetType::PerSecond>(id); in getPerSecondWidget()
79 overlay::RunningGraph *getRunningGraphWidget(WidgetId id) const in getRunningGraphWidget()
81 return getWidgetAs<overlay::RunningGraph, WidgetType::RunningGraph>(id); in getRunningGraphWidget()
83 overlay::RunningHistogram *getRunningHistogramWidget(WidgetId id) const in getRunningHistogramWidget()
[all …]
DOverlayWidgets.cpp120 dstFontSize[0] = overlay::kFontGlyphWidths[srcFontSize]; in GetTextFontSize()
121 dstFontSize[1] = overlay::kFontGlyphHeights[srcFontSize]; in GetTextFontSize()
173 using AppendWidgetDataFunc = void (*)(const overlay::Widget *widget,
188 static void AppendFPS(const overlay::Widget *widget,
193 static void AppendVulkanLastValidationMessage(const overlay::Widget *widget,
198 static void AppendVulkanValidationMessageCount(const overlay::Widget *widget,
203 static void AppendVulkanCommandGraphSize(const overlay::Widget *widget,
208 static void AppendVulkanRenderPassCount(const overlay::Widget *widget,
213 static void AppendVulkanSecondaryCommandBufferPoolWaste(const overlay::Widget *widget,
220 static std::ostream &OutputPerSecond(std::ostream &out, const overlay::PerSecond *perSecond);
[all …]
DOverlay.cpp49 [](const std::unique_ptr<overlay::Widget> &widget) { return widget.get() != nullptr; })); in init()
88 for (const std::unique_ptr<overlay::Widget> &widget : mState.mOverlayWidgets) in onSwap()
92 overlay::PerSecond *perSecond = in onSwap()
93 reinterpret_cast<overlay::PerSecond *>(widget.get()); in onSwap()
/external/aac/libAACdec/src/
Drvlcconceal.cpp166 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
173 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
180 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
243 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
250 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
257 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
289 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
351 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
353 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
355 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DConfigTest.java30 assertThat(sdksIn(overlay(base, new Config.Builder().build()))) in withOverlay_withBaseSdk()
33 assertThat(sdksIn(overlay(base, new Config.Builder().setSdk(16).build()))) in withOverlay_withBaseSdk()
36 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).build()))) in withOverlay_withBaseSdk()
39 assertThat(sdksIn(overlay(base, new Config.Builder().setMaxSdk(20).build()))) in withOverlay_withBaseSdk()
42 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).setMaxSdk(18).build()))) in withOverlay_withBaseSdk()
50 assertThat(sdksIn(overlay(base, new Config.Builder().build()))) in withOverlay_withBaseMinSdk()
53 assertThat(sdksIn(overlay(base, new Config.Builder().setSdk(16).build()))) in withOverlay_withBaseMinSdk()
56 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).build()))) in withOverlay_withBaseMinSdk()
59 assertThat(sdksIn(overlay(base, new Config.Builder().setMaxSdk(20).build()))) in withOverlay_withBaseMinSdk()
62 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).setMaxSdk(18).build()))) in withOverlay_withBaseMinSdk()
[all …]
/external/autotest/site_utils/presubmit_hooks/
Dcheck_control_files.py53 def GetOverlayPath(overlay=None): argument
64 if not overlay:
66 overlay = os.path.join(os.path.dirname(ourpath),
68 return os.path.normpath(overlay)
71 def GetAutotestTestPackages(overlay=None): argument
79 overlay = GetOverlayPath(overlay)
80 packages = glob.glob(os.path.join(overlay, "chromeos-base/autotest-*"))
82 return [x[(len(overlay) + 1):] for x in packages]
98 def GetUseFlags(overlay=None): argument
108 GetAutotestTestPackages(overlay))
[all …]
/external/igt-gpu-tools/overlay/
Dmeson.build1 build_overlay = get_option('overlay')
14 'overlay.c',
54 'x11/x11-overlay.c',
73 gpu_overlay_src += 'kms/kms-overlay.c'
83 message('WARNING: leg command not found, disabling overlay; try : apt-get install peg')
87 executable('intel-gpu-overlay', gpu_overlay_src,
92 build_info += 'Build overlay: true'
96 error('Cannot build overlay due to missing dependencies')
98 build_info += 'Build overlay: false'
DMakefile.am2 bin_PROGRAMS = intel-gpu-overlay
34 overlay.h \
35 overlay.c \
60 x11/x11-overlay.c \
65 kms/kms-overlay.c \
DREADME1 This is a simple overlay showing current GPU activity. An asynchronous
2 overlay is used, rendered by the CPU to avoid introducing any extra work
5 The x11-overlay backend requires xf86-video-intel 2.21.15 or later, with
Doverlay.h56 struct overlay { struct
58 void (*show)(struct overlay *); argument
59 void (*hide)(struct overlay *); argument
Doverlay.c65 struct overlay *overlay; in overlay_show() local
67 overlay = cairo_surface_get_user_data(surface, &overlay_key); in overlay_show()
68 if (overlay == NULL) in overlay_show()
71 overlay->show(overlay); in overlay_show()
77 struct overlay *overlay;
79 overlay = cairo_surface_get_user_data(surface, &overlay_key);
80 if (overlay == NULL)
83 overlay->position(overlay, p);
88 struct overlay *overlay;
90 overlay = cairo_surface_get_user_data(surface, &overlay_key);
[all …]
/external/igt-gpu-tools/overlay/x11/
Dx11-window.c38 struct overlay base;
46 static inline struct x11_window *to_x11_window(struct overlay *o) in to_x11_window()
56 static void x11_window_show(struct overlay *overlay) in x11_window_show() argument
58 struct x11_window *priv = to_x11_window(overlay); in x11_window_show()
77 static void x11_window_hide(struct overlay *overlay) in x11_window_hide() argument
79 struct x11_window *priv = to_x11_window(overlay); in x11_window_hide()
Dx11-overlay.c53 struct overlay base;
64 static inline struct x11_overlay *to_x11_overlay(struct overlay *o) in to_x11_overlay()
74 static void x11_overlay_show(struct overlay *overlay) in x11_overlay_show() argument
76 struct x11_overlay *priv = to_x11_overlay(overlay); in x11_overlay_show()
95 static void x11_overlay_hide(struct overlay *overlay) in x11_overlay_hide() argument
97 struct x11_overlay *priv = to_x11_overlay(overlay); in x11_overlay_hide()
/external/angle/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp91 gl::overlay::kFontCount * gl::overlay::kFontImageWidth * gl::overlay::kFontImageHeight; in createFont()
113 VkExtent3D{gl::overlay::kFontImageWidth, gl::overlay::kFontImageHeight, 1}, in createFont()
116 gl::overlay::kFontCount)); in createFont()
131 copy.bufferRowLength = gl::overlay::kFontImageWidth; in createFont()
132 copy.bufferImageHeight = gl::overlay::kFontImageHeight; in createFont()
134 copy.imageSubresource.layerCount = gl::overlay::kFontCount; in createFont()
135 copy.imageExtent.width = gl::overlay::kFontImageWidth; in createFont()
136 copy.imageExtent.height = gl::overlay::kFontImageHeight; in createFont()
/external/u-boot/doc/
DREADME.fdt-overlays16 or overlay has defined. It requires both the base and all the overlays
24 Building an overlay follows the same process as building a traditional dtb.
49 overlay-1-property;
70 doc/uImage.FIT/overlay-fdt-boot.txt
76 overlay. Make sure you have enough space to grow the base tree without
82 2. Load the base blob and overlay blobs
85 => load ${devtype} ${bootpart} ${fdtovaddr} ${bootdir}/overlay.dtb
95 5. You are now ready to apply the overlay.
/external/mesa3d/src/vulkan/overlay-layer/
Dmeson.build22 'overlay.frag',
23 'overlay.vert',
26 foreach s : ['overlay.frag', 'overlay.vert']
33 'overlay.cpp',
55 'mesa-overlay-control.py',
DREADME2 using an overlay.
29 'mesa_overlay'. Once a client connects to the socket, the overlay layer
36 The client connected to the overlay layer can enable statistics
50 The provided script overlay-control.py can be used to start/stop
/external/igt-gpu-tools/tests/
Dkms_plane_cursor.c49 igt_plane_t *overlay; member
76 data->overlay = igt_pipe_get_plane_type(data->pipe, DRM_PLANE_TYPE_OVERLAY); in test_init()
134 igt_plane_set_fb(data->overlay, NULL); in test_cursor_pos()
144 igt_plane_set_fb(data->overlay, ofb); in test_cursor_pos()
145 igt_plane_set_position(data->overlay, or->x, or->y); in test_cursor_pos()
146 igt_plane_set_size(data->overlay, or->w, or->h); in test_cursor_pos()
147 igt_fb_set_size(ofb, data->overlay, or->w, or->h); in test_cursor_pos()
148 igt_fb_set_position(ofb, data->overlay, in test_cursor_pos()
210 igt_require(data->overlay); in test_cursor_overlay()
276 igt_require(data->overlay); in test_cursor_viewport()
/external/u-boot/arch/arm/dts/
Darmada-385-atl-x530DP.dtsi64 compatible = "atl,dts-overlay-gpio-psu-slot";
71 overlay = <&psu_a_overlay>;
75 compatible = "atl,dts-overlay-gpio-psu-slot";
82 overlay = <&psu_b_overlay>;
93 overlay = <&fan_a_overlay>;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java85 private final boolean overlay; field in ShadowArscApkAssets9.Key
88 boolean overlay) { in Key() argument
93 this.overlay = overlay; in Key()
107 overlay == key.overlay && in equals()
114 return Objects.hash(fd, path, system, load_as_shared_library, overlay); in hashCode()
271 boolean force_shared_lib, boolean overlay) throws IOException { in nativeLoad() argument
281 if (overlay) { in nativeLoad()
316 boolean overlay = (flags & PROPERTY_OVERLAY) == PROPERTY_OVERLAY; in nativeLoad()
320 if (overlay) { in nativeLoad()
/external/igt-gpu-tools/overlay/kms/
Dkms-overlay.c56 struct overlay base;
68 static inline struct kms_overlay *to_kms_overlay(struct overlay *o) in to_kms_overlay()
115 static void kms_overlay_show(struct overlay *overlay) in kms_overlay_show() argument
117 struct kms_overlay *priv = to_kms_overlay(overlay); in kms_overlay_show()
127 static void kms_overlay_hide(struct overlay *overlay) in kms_overlay_hide() argument
129 struct kms_overlay *priv = to_kms_overlay(overlay); in kms_overlay_hide()
/external/ImageMagick/Magick++/demo/
Ddetrans.cpp45 Image overlay( fname ); in main() local
46 Image base( overlay.size(), color ); in main()
47 base.composite( overlay, 0, 0, OverCompositeOp ); in main()
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Devm_overlay.sh52 EXPECT_PASS echo overlay \> $merged/$file
61 EXPECT_PASS echo overlay \>\> $merged/$file
69 EXPECT_PASS echo overlay \> $merged/$file
/external/u-boot/test/overlay/
DMakefile13 obj-y += test-fdt-overlay.dtb.o
14 obj-y += test-fdt-overlay-stacked.dtb.o
/external/toolchain-utils/compiler_wrapper/
DREADME.md19 (chroot) /mnt/host/source/src/third_party/chromiumos-overlay/sys-devel/llvm/files/update_compiler_w…
24 - third_party/chromiumos-overlay/sys-devel/llvm/llvm-9.0_pre361749_p20190714.ebuild
25 - third_party/chromiumos-overlay/sys-devel/gcc/gcc-*.ebuild

12345678910