Home
last modified time | relevance | path

Searched refs:view (Results 326 - 350 of 980) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/node/src/
H A Dnode_wasm_web_api.cc109 Local<ArrayBufferView> view = chunk.As<ArrayBufferView>(); in Push() local
110 bytes = view->Buffer()->Data(); in Push()
111 offset = view->ByteOffset(); in Push()
112 size = view->ByteLength(); in Push()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c121 struct fdl6_view view; in fd6_emit_image_descriptor() local
123 fdl6_view_init(&view, layouts, &args, in fd6_emit_image_descriptor()
126 fd6_emit_single_plane_descriptor(ring, buf->resource, view.storage_descriptor); in fd6_emit_image_descriptor()
128 fd6_emit_single_plane_descriptor(ring, buf->resource, view.descriptor); in fd6_emit_image_descriptor()
/third_party/mesa3d/src/tool/pps/
H A Dpps_config.cc71 std::optional<uint32_t> to_counter_id(const std::string_view &view) in to_counter_id() argument
75 auto res = std::from_chars(view.data(), view.data() + view.size(), counter_id); in to_counter_id()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_help_about.py160 cls.view = Func()
162 textview.view_text = cls.view
174 self.view.called = False
178 self.assertEqual(self.view.called, True)
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp234 bool SurfaceFillContext::blitTexture(GrSurfaceProxyView view, in blitTexture() argument
237 SkASSERT(view.asTextureProxy()); in blitTexture()
241 view.dimensions(), in blitTexture()
249 auto fp = GrTextureEffect::Make(std::move(view), kUnknown_SkAlphaType); in blitTexture()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DGlitchActivity.java22 import android.view.View;
272 public void onStartAudioTest(View view) throws IOException { in onStartAudioTest() argument
287 public void onCancel(View view) { in onCancel() argument
293 public void onStopAudioTest(View view) { in onStopAudioTest() argument
H A DTestInputActivity.java30 import android.view.View;
242 public void onShareFile(View view) { in onShareFile() argument
246 public void onMarginBoxClicked(View view) { in onMarginBoxClicked() argument
247 RadioButton radioButton = (RadioButton) view; in onMarginBoxClicked()
H A DTapToToneActivity.java29 import android.view.Menu;
30 import android.view.MenuItem;
31 import android.view.MotionEvent;
32 import android.view.View;
85 // Start a blip test when the waveform view is tapped. in onCreate()
88 public boolean onTouch(View view, MotionEvent event) { in onCreate()
H A DTestAudioActivity.java27 import android.view.View;
28 import android.view.WindowManager;
339 public void openAudio(View view) { in openAudio() argument
347 public void startAudio(View view) { in startAudio() argument
361 public void stopAudio(View view) { in stopAudio() argument
366 public void pauseAudio(View view) { in pauseAudio() argument
371 public void closeAudio(View view) { in closeAudio() argument
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
H A DMainActivity.java28 import android.view.View;
68 public void onClick(View view) { in onCreate()
79 public void onItemSelected(AdapterView<?> adapterView, View view, int i, long l) { in onCreate()
95 public void onItemSelected(AdapterView<?> adapterView, View view, int i, long l) { in onCreate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp62 void FencedDeleter::DeleteWhenUnused(VkImageView view) { in DeleteWhenUnused() argument
63 mImageViewsToDelete.Enqueue(view, mDevice->GetPendingCommandSerial()); in DeleteWhenUnused()
137 for (VkImageView view : mImageViewsToDelete.IterateUpTo(completedSerial)) { in Tick()
138 mDevice->fn.DestroyImageView(vkDevice, view, nullptr); in Tick()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieView.java17 import android.view.SurfaceView;
18 import android.view.TextureView;
20 import android.view.View;
21 import android.view.ViewGroup;
41 * Build function for SkottieViews backed with a texture view
49 * Build function for SkottieViews backed with a surface view
59 // Basic SkottieView, backing view defaults to TextureView
82 // set backing view and background color in SkottieView()
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp128 ContainerModalView view; in CreateContainerModal() local
130 auto frameNode = view.Create(content); in CreateContainerModal()
628 ContainerModalView view; in HWTEST_F() local
630 auto frameNode = view.Create(content); in HWTEST_F()
898 ContainerModalView view; in HWTEST_F() local
899 auto frameNode = view.Create(content); in HWTEST_F()
900 auto frameNode2 = view.Create(content); in HWTEST_F()
908 view.AddButtonHoverEvent(inputEventHub, frameNode, frameNode2, false); in HWTEST_F()
929 ContainerModalView view; in HWTEST_F() local
930 auto frameNode = view in HWTEST_F()
960 ContainerModalView view; HWTEST_F() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c445 struct pipe_surface *view = in dd_context_create_surface() local
448 if (!view) in dd_context_create_surface()
450 view->context = _pipe; in dd_context_create_surface()
451 return view; in dd_context_create_surface()
469 struct pipe_sampler_view *view = in dd_context_create_sampler_view() local
472 if (!view) in dd_context_create_sampler_view()
474 view->context = _pipe; in dd_context_create_sampler_view()
475 return view; in dd_context_create_sampler_view()
480 struct pipe_sampler_view *view) in dd_context_sampler_view_destroy()
484 pipe->sampler_view_destroy(pipe, view); in dd_context_sampler_view_destroy()
479 dd_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *view) dd_context_sampler_view_destroy() argument
494 struct pipe_stream_output_target *view = dd_context_create_stream_output_target() local
780 dd_context_create_texture_handle(struct pipe_context *_pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) dd_context_create_texture_handle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c793 struct r300_sampler_view *view; in r300_merge_textures_and_samplers() local
812 view = state->sampler_views[i]; in r300_merge_textures_and_samplers()
813 tex = r300_resource(view->base.texture); in r300_merge_textures_and_samplers()
817 texstate->format = view->format; in r300_merge_textures_and_samplers()
823 r300_get_border_color(view->base.format, in r300_merge_textures_and_samplers()
828 base_level = view->base.u.tex.first_level; in r300_merge_textures_and_samplers()
832 view->base.u.tex.last_level - base_level); in r300_merge_textures_and_samplers()
847 view->base.format, in r300_merge_textures_and_samplers()
849 view->width0_override, in r300_merge_textures_and_samplers()
850 view in r300_merge_textures_and_samplers()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fb.c998 state->view.color_plane[color_plane].mapping_stride, in intel_plane_adjust_aligned_offset()
1007 * to be already rotated to match the rotated GTT view, and
1079 int pitch = state->view.color_plane[color_plane].mapping_stride; in intel_plane_compute_aligned_offset()
1426 struct intel_fb_view *view) in calc_plane_remap_info()
1429 struct intel_remapped_plane_info *remap_info = &view->gtt.remapped.plane[color_plane]; in calc_plane_remap_info()
1430 struct i915_color_plane_view *color_plane_info = &view->color_plane[color_plane]; in calc_plane_remap_info()
1455 if (view->gtt.type == I915_GTT_VIEW_ROTATED) { in calc_plane_remap_info()
1457 check_array_bounds(i915, view->gtt.rotated.plane, color_plane); in calc_plane_remap_info()
1462 /* rotate the x/y offsets to match the GTT view */ in calc_plane_remap_info()
1477 /* rotate the tile dimensions to match the GTT view */ in calc_plane_remap_info()
1423 calc_plane_remap_info(const struct intel_framebuffer *fb, int color_plane, const struct fb_plane_view_dims *dims, u32 obj_offset, u32 gtt_offset, int x, int y, struct intel_fb_view *view) calc_plane_remap_info() argument
1574 intel_fb_view_init(struct drm_i915_private *i915, struct intel_fb_view *view, enum i915_gtt_view_type view_type) intel_fb_view_init() argument
1742 intel_fb_fill_view(const struct intel_framebuffer *fb, unsigned int rotation, struct intel_fb_view *view) intel_fb_fill_view() argument
[all...]
/third_party/skia/tests/
H A DGrThreadSafeCacheTest.cpp178 // Add a draw on 'canvas' that will introduce a ref on the 'wh' view
186 auto view = AccessCachedView(rContext, this->threadSafeCache(), in addViewAccess() local
188 SkASSERT(view); in addViewAccess()
193 view, in addViewAccess()
223 auto [view, xtraData] = threadSafeCache->findWithData(key); in checkView()
224 if (!view.proxy()) { in checkView()
243 if (!view.proxy()->refCntGreaterThan(expectedNumRefs+1) || // +1 for 'view's ref in checkView()
244 view.proxy()->refCntGreaterThan(expectedNumRefs+2)) { in checkView()
662 auto view in FillInViewOnGpu() local
714 GrSurfaceProxyView view; AccessCachedView() local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_ui_list_view/
H A Dui_test_list_layout.cpp234 void UITestListLayout::SetLastPos(UIView* view) in SetLastPos() argument
236 if (view == nullptr) { in SetLastPos()
239 positionX_ = view->GetX(); in SetLastPos()
240 positionY_ = view->GetY() + view->GetHeight(); in SetLastPos()
/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H A Dui_test_ui_scroll_view.cpp324 void UITestUIScrollView::SetLastPos(UIView* view) in SetLastPos() argument
326 if (view == nullptr) { in SetLastPos()
329 lastX_ = view->GetX(); in SetLastPos()
330 lastY_ = view->GetY() + view->GetHeight(); in SetLastPos()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c317 const struct i915_ggtt_view *view, in i915_gem_object_pin_to_display_plane()
360 (!view || view->type == I915_GGTT_VIEW_NORMAL)) in i915_gem_object_pin_to_display_plane()
361 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, view, 0, alignment, in i915_gem_object_pin_to_display_plane()
365 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, view, 0, in i915_gem_object_pin_to_display_plane()
315 i915_gem_object_pin_to_display_plane(struct drm_i915_gem_object *obj, u32 alignment, const struct i915_ggtt_view *view, unsigned int flags) i915_gem_object_pin_to_display_plane() argument
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dannotate.c104 GtkWidget *view; in perf_gtk__annotate_symbol() local
115 view = gtk_tree_view_new(); in perf_gtk__annotate_symbol()
119 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__annotate_symbol()
124 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol()
154 gtk_container_add(GTK_CONTAINER(window), view); in perf_gtk__annotate_symbol() local
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dannotate.c104 GtkWidget *view; in perf_gtk__annotate_symbol() local
115 view = gtk_tree_view_new(); in perf_gtk__annotate_symbol()
119 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(view), in perf_gtk__annotate_symbol()
124 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol()
154 gtk_container_add(GTK_CONTAINER(window), view); in perf_gtk__annotate_symbol() local
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.h30 // add a place holder view and then queue up the draw calls to complete it. In this way the
191 Entry(const GrUniqueKey& key, const GrSurfaceProxyView& view) in Entry()
193 , fView(view) in Entry()
234 GrSurfaceProxyView view() { in view() function
244 void set(const GrUniqueKey& key, const GrSurfaceProxyView& view) { in set()
247 fView = view; in set()
/kernel/linux/common_modules/tzdriver/core/
H A Dtzdebug.c344 struct tee_trace_view_t view = { 0, 0, 0, 0, { 0 }, { 0 } }; in tee_trace_event_show() local
348 get_tee_trace_start(&view); in tee_trace_event_show()
349 if (view.buffer_is_full == 1) in tee_trace_event_show()
350 seq_printf(m, "Total Trace Events: %u (Notice: Buffer is full)\n", view.total); in tee_trace_event_show()
352 seq_printf(m, "Total Trace Events: %u\n", view.total); in tee_trace_event_show()
354 if (view.total > 0) { in tee_trace_event_show()
357 while (get_tee_trace_next(&view, &log_info, false) != -1) { in tee_trace_event_show()
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_window.cpp23 std::unique_ptr<PlatformWindow> PlatformWindow::Create(AceView* view) in Create() argument
25 if (view != nullptr) { in Create()

Completed in 22 milliseconds

1...<<11121314151617181920>>...40