Home
last modified time | relevance | path

Searched defs:view (Results 426 - 450 of 555) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DTextureVk.cpp1290 Ref<TextureView> view = AcquireRef(new TextureView(texture, descriptor)); in Create() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp300 TextureView* view = in ApplyBindGroup() local
335 TextureView* view = in ApplyBindGroup() local
378 TextureView* view = ToBackend(textureViews[0].Get()); ApplyBindGroup() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DBindGroupValidationTests.cpp422 wgpu::TextureView view = device.CreateTexture(&descriptor).CreateView(); TEST_F() local
576 wgpu::TextureView view = textureNoMip.CreateView(); TEST_F() local
591 wgpu::TextureView view = textureMip.CreateView(&viewDesc); TEST_F() local
610 wgpu::TextureView view = textureMip.CreateView(&viewDesc); TEST_F() local
[all...]
/third_party/python/PC/
H A Dwinreg.c712 Py_buffer view; in Py2Reg() local
/third_party/python/Python/
H A Dgetargs.c1339 Py_buffer view; in convertbuffer() local
1357 getbuffer(PyObject *arg, Py_buffer *view, const char **errmsg) in getbuffer() argument
/third_party/python/Modules/
H A Dmmapmodule.c330 Py_buffer view; in mmap_gfind() local
931 mmap_buffer_getbuf(mmap_object *self, Py_buffer *view, int flags) mmap_buffer_getbuf() argument
942 mmap_buffer_releasebuf(mmap_object *self, Py_buffer *view) mmap_buffer_releasebuf() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dcursor.c592 Py_buffer view; in bind_param() local
/third_party/python/Modules/clinic/
H A D_ssl.c.h1021 Py_buffer view = {NULL, NULL}; in _ssl_RAND_add() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp140 void SetFormCallbacks(RefPtr<Container> container, JSView* view) in SetFormCallbacks() argument
168 UpdatePageLifeCycleFunctions(RefPtr<NG::FrameNode> pageNode, JSView* view) UpdatePageLifeCycleFunctions() argument
195 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); UpdateCardRootComponent() local
375 auto* view = static_cast<JSView*>(obj->GetNativePointerField(vm, 0)); JSPostCardAction() local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp436 UIView* view = this; in Invalidate() local
447 void UIView::InvalidateRect(const Rect& invalidatedArea, UIView* view) in InvalidateRect() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp142 UIView *view = GetComponentRootView(); in Render() local
173 UIView *view = GetComponentRootView(); in SetViewExtraMsg() local
189 UIView *view = GetComponentRootView(); ReleaseViewExtraMsg() local
295 SetCommonAttribute(UIView &view, const uint16_t attrKeyId, const jerry_value_t attrValue) SetCommonAttribute() argument
572 ApplyCommonStyle(UIView &view, const AppStyleItem *style) ApplyCommonStyle() argument
705 UIView *view = GetComponentRootView(); Invalidate() local
736 SetAnimationKeyFrames(const UIView &view, const AppStyleItem *styleItem) SetAnimationKeyFrames() argument
952 SetAnimationStyle(const UIView &view, const AppStyleItem *styleItem, const int16_t keyId) SetAnimationStyle() argument
1180 SetClickEventListener(UIView &view, const jerry_value_t eventFunc, bool isStopPropagation) SetClickEventListener() argument
1193 SetTouchCancelEventListener(UIView &view, jerry_value_t eventFunc, uint16_t eventTypeId) SetTouchCancelEventListener() argument
1222 SetLongPressEventListener(UIView &view, const jerry_value_t eventFunc, bool isStopPropagation) SetLongPressEventListener() argument
1234 SetSwipeEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropagation) SetSwipeEventListener() argument
1251 SetTouchStartEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropagation) SetTouchStartEventListener() argument
1269 SetTouchMoveEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropagation) SetTouchMoveEventListener() argument
1286 SetTouchEndEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropagation) SetTouchEndEventListener() argument
1325 RegisterCommonEventListener(UIView &view, const uint16_t eventTypeId, const jerry_value_t funcValue, bool isStopPropagation) RegisterCommonEventListener() argument
1484 SetVisible(UIView &view, const AppStyleItem *styleItem) const SetVisible() argument
1499 SetBackgroundColor(UIView &view, const AppStyleItem &styleItem) const SetBackgroundColor() argument
1511 SetOpacity(UIView &view, const AppStyleItem &styleItem) const SetOpacity() argument
1563 SetPadding(UIView &view, const AppStyleItem &styleItem) const SetPadding() argument
1571 SetLeftPadding(UIView &view, const AppStyleItem &styleItem) const SetLeftPadding() argument
1579 SetTopPadding(UIView &view, const AppStyleItem &styleItem) const SetTopPadding() argument
1587 SetRightPadding(UIView &view, const AppStyleItem &styleItem) const SetRightPadding() argument
1595 SetBottomPadding(UIView &view, const AppStyleItem &styleItem) const SetBottomPadding() argument
1603 SetBorderColor(UIView &view, const AppStyleItem &styleItem) const SetBorderColor() argument
1613 SetBorderRadius(UIView &view, const AppStyleItem &styleItem) const SetBorderRadius() argument
1618 SetBorderWidth(UIView &view, const AppStyleItem &styleItem) const SetBorderWidth() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h383 mat4 view; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp902 auto view = array_view( in GenerateDefaultNormals() local
906 auto view = array_view( in GenerateDefaultNormals() local
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtty3270.c64 struct raw3270_view view; member
667 tty3270_activate(struct raw3270_view *view) tty3270_activate() argument
677 tty3270_deactivate(struct raw3270_view *view) tty3270_deactivate() argument
887 tty3270_resize(struct raw3270_view *view, int model, int rows, int cols) tty3270_resize() argument
903 tty3270_release(struct raw3270_view *view) tty3270_release() argument
921 tty3270_free(struct raw3270_view *view) tty3270_free() argument
939 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); tty3270_del_views() local
959 struct raw3270_view *view; tty3270_install() local
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dgconf.c224 GtkTreeView *view = GTK_TREE_VIEW(tree1_w); in init_left_tree() local
266 GtkTreeView *view = GTK_TREE_VIEW(tree2_w); in init_right_tree() local
883 GtkTreeView *view = GTK_TREE_VIEW(widget); on_treeview2_button_press_event() local
940 GtkTreeView *view = GTK_TREE_VIEW(widget); on_treeview2_key_press_event() local
1001 GtkTreeView *view = GTK_TREE_VIEW(widget); on_treeview1_button_press_event() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c1828 const struct user_regset_view *view = task_user_regset_view(dump_task); in fill_note_info() local
1764 fill_thread_core_info(struct elf_thread_core_info *t, const struct user_regset_view *view, long signr, size_t *total) fill_thread_core_info() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c387 vmw_view_res_val_add(struct vmw_sw_context *sw_context, struct vmw_resource *view) vmw_view_res_val_add() argument
425 struct vmw_resource *view; vmw_view_id_val_add() local
800 struct vmw_resource *view = NULL; vmw_view_bindings_add() local
2612 struct vmw_resource *view; vmw_cmd_dx_view_remove() local
2755 struct vmw_resource *view; vmw_cmd_dx_genmips() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c1860 const struct user_regset_view *view; in fill_note_info() local
1767 fill_thread_core_info(struct elf_thread_core_info *t, const struct user_regset_view *view, long signr, struct elf_note_info *info) fill_thread_core_info() argument
1827 fill_thread_core_info(struct elf_thread_core_info *t, const struct user_regset_view *view, long signr, struct elf_note_info *info) fill_thread_core_info() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1423 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...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c367 vmw_view_res_val_add(struct vmw_sw_context *sw_context, struct vmw_resource *view) vmw_view_res_val_add() argument
405 struct vmw_resource *view; vmw_view_id_val_add() local
791 struct vmw_resource *view = NULL; vmw_view_bindings_add() local
2652 struct vmw_resource *view; vmw_cmd_dx_view_remove() local
2797 struct vmw_resource *view; vmw_cmd_dx_genmips() local
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dgconf.c220 GtkTreeView *view = GTK_TREE_VIEW(tree1_w); in init_left_tree() local
262 GtkTreeView *view = GTK_TREE_VIEW(tree2_w); in init_right_tree() local
876 GtkTreeView *view = GTK_TREE_VIEW(widget); on_treeview2_button_press_event() local
933 GtkTreeView *view = GTK_TREE_VIEW(widget); on_treeview2_key_press_event() local
994 GtkTreeView *view = GTK_TREE_VIEW(widget); on_treeview1_button_press_event() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dcon3270.c81 struct raw3270_view view; member
782 tty3270_activate(struct raw3270_view *view) tty3270_activate() argument
791 tty3270_deactivate(struct raw3270_view *view) tty3270_deactivate() argument
962 tty3270_resize(struct raw3270_view *view, int new_model, int new_rows, int new_cols, int old_model, int old_rows, int old_cols) tty3270_resize() argument
1041 tty3270_release(struct raw3270_view *view) tty3270_release() argument
1058 tty3270_free(struct raw3270_view *view) tty3270_free() argument
1078 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); tty3270_del_views() local
1182 struct raw3270_view *view; tty3270_install() local
2149 struct raw3270_view *view; con3270_init() local
[all...]
/third_party/glfw/tests/
H A Dtriangle-vulkan.c126 VkImageView view; member
149 VkImageView view; member
186 VkImageView view; member
754 VkImageViewCreateInfo view = { in demo_prepare_depth() local
1001 VkImageViewCreateInfo view in demo_prepare_textures() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c2481 struct radv_image_view *view; in radv_CreateImageView() local
2510 radv_buffer_view_init(struct radv_buffer_view *view, struct radv_device *device, const VkBufferViewCreateInfo *pCreateInfo) radv_buffer_view_init() argument
2526 radv_buffer_view_finish(struct radv_buffer_view *view) radv_buffer_view_finish() argument
2536 struct radv_buffer_view *view; radv_CreateBufferView() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1421 SVGA3D_vgpu10_GenMips(struct svga_winsys_context *swc, SVGA3dShaderResourceViewId shaderResourceViewId, struct svga_winsys_surface *view) SVGA3D_vgpu10_GenMips() argument

Completed in 59 milliseconds

1...<<11121314151617181920>>...23