Home
last modified time | relevance | path

Searched defs:view (Results 376 - 400 of 564) sorted by relevance

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

/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp393 GrSurfaceProxyView view = fDevice->readSurfaceView(); in onDraw() local
H A DSkImage_Lazy.cpp496 auto view = this->textureProxyViewFromPlanes(rContext, budgeted); lockTextureProxyView() local
512 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, lockTextureProxyView() local
[all...]
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.cpp154 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::Make(GrSurfaceProxyView view, in Make() argument
166 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::Make(GrSurfaceProxyView view, in Make() argument
185 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::MakeSubset(GrSurfaceProxyView view, in MakeSubset() argument
206 std::unique_ptr<GrFragmentProcessor> GrTextureEffect::MakeSubset(GrSurfaceProxyView view, in MakeSubset() argument
221 MakeCustomLinearFilterInset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, Wrap wx, Wrap wy, const SkRect& subset, const SkRect* domain, SkVector inset, const GrCaps& caps, const float border[4]) MakeCustomLinearFilterInset() argument
764 GrTextureEffect(GrSurfaceProxyView view, SkAlphaType alphaType, const Sampling& sampling) GrTextureEffect() argument
[all...]
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp57 auto view = std::get<0>(GrMakeCachedBitmapProxyView(args.fContext, bitmap, GrMipmapped::kNo)); in make_textured_colorizer() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp844 sw::Viewport view; in bindViewport() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTestAudioActivity.java339 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/dawn/src/tests/end2end/
H A DTextureZeroInitTests.cpp197 wgpu::TextureView view = texture.CreateView(&viewDescriptor); in TEST_P() local
242 wgpu::TextureView view = texture.CreateView(&viewDescriptor); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h105 VkImageView view; member
187 VkImageView view; member
/third_party/python/Modules/_io/
H A Dbytesio.c320 PyObject *view; in _io_BytesIO_getbuffer_impl() local
1077 bytesiobuf_getbuffer(bytesiobuf *obj, Py_buffer *view, int flags) in bytesiobuf_getbuffer() argument
1100 bytesiobuf_releasebuffer(bytesiobuf *obj, Py_buffer *view) in bytesiobuf_releasebuffer() argument
[all...]
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dui_animator_test.cpp66 static void DeleteChildren(UIView *view) in DeleteChildren() argument
110 virtual void Callback(UIView *view) in Callback() argument
293 OnClick(UIView &view, const ClickEvent &event) OnClick() argument
418 AnimatorDemo *view = AnimatorDemo::GetInstance(); AnimatorDemoStart() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp279 auto* view = object->Unwrap<JSViewFullUpdate>(); in Create() local
330 auto view = targetView->Unwrap<JSViewFullUpdate>(); in FindChildByIdForPreview() local
340 auto* view = childView->Unwrap<JSViewFullUpdate>(); in GetChildByViewId() local
384 void JSViewFullUpdate::DestructorCallback(JSViewFullUpdate* view) in DestructorCallback() argument
395 auto* view = child.second->Unwrap<JSView>(); DestroyChild() local
403 auto* view = lazyChild.second->Unwrap<JSView>(); DestroyChild() local
421 auto* view = startIter->second->Unwrap<JSView>(); CleanUpAbandonedChild() local
492 auto* view = removeView->second->Unwrap<JSView>(); RemoveChildGroupById() local
839 auto* view = object->Unwrap<JSView>(); Create() local
892 auto* view = viewObj->Unwrap<JSViewPartialUpdate>(); CreateRecycle() local
1100 DestructorCallback(JSViewPartialUpdate* view) DestructorCallback() argument
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp798 void AceContainer::SetView(AceViewPreview* view, double density, int32_t width, int32_t height) in SetView() argument
815 container->AttachView(std::move(window), view, density, width, height); in SetView() local
818 void AceContainer::SetView(AceViewPreview* view, sptr<Rosen::Window> rsWindow, double density, int32_t width, in SetView() argument
830 container->AttachView(std::move(window), view, densit in SetView() local
835 AttachView( std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height) AttachView() argument
929 AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height, UIEnvCallback callback) AttachView() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp128 ContainerModalView view; in CreateContainerModal() local
628 ContainerModalView view; in HWTEST_F() local
898 ContainerModalView view; in HWTEST_F() local
929 ContainerModalView view; in HWTEST_F() local
960 ContainerModalView view; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp1085 BufferView* view = data.bufferViews[i].get(); in LoadBuffers() local
1180 BufferView* view = bufferViews[i].get(); in ReleaseBuffers() local
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Ddebug.c52 struct debug_view *view; /* used view of debug info */ member
389 struct debug_view *view in debug_format_entry() local
1133 debug_register_view(debug_info_t *id, struct debug_view *view) debug_register_view() argument
1182 debug_unregister_view(debug_info_t *id, struct debug_view *view) debug_unregister_view() argument
1249 debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view, char *out_buf) debug_prolog_pages_fn() argument
1259 debug_input_pages_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_pages_fn() argument
1298 debug_prolog_level_fn(debug_info_t *id, struct debug_view *view, char *out_buf) debug_prolog_level_fn() argument
1313 debug_input_level_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_level_fn() argument
1383 debug_input_flush_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_flush_fn() argument
1422 debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *in_buf) debug_hex_ascii_format_fn() argument
1445 debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, int area, debug_entry_t *entry, char *out_buf) debug_dflt_header_fn() argument
1477 debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, debug_sprintf_entry_t *curr_event) debug_sprintf_format_fn() argument
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Ddebug.c52 struct debug_view *view; /* used view of debug info */ member
389 struct debug_view *view in debug_format_entry() local
1179 debug_register_view(debug_info_t *id, struct debug_view *view) debug_register_view() argument
1229 debug_unregister_view(debug_info_t *id, struct debug_view *view) debug_unregister_view() argument
1296 debug_prolog_pages_fn(debug_info_t *id, struct debug_view *view, char *out_buf) debug_prolog_pages_fn() argument
1306 debug_input_pages_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_pages_fn() argument
1345 debug_prolog_level_fn(debug_info_t *id, struct debug_view *view, char *out_buf) debug_prolog_level_fn() argument
1360 debug_input_level_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_level_fn() argument
1430 debug_input_flush_fn(debug_info_t *id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t *offset) debug_input_flush_fn() argument
1469 debug_hex_ascii_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *in_buf) debug_hex_ascii_format_fn() argument
1492 debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, int area, debug_entry_t *entry, char *out_buf) debug_dflt_header_fn() argument
1524 debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, char *out_buf, const char *inbuf) debug_sprintf_format_fn() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Draw3270.c46 struct raw3270_view *view; /* Active view. */ member
239 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument
259 raw3270_view_active(struct raw3270_view *view) in raw3270_view_active() argument
268 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start() argument
288 raw3270_start_locked(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start_locked() argument
305 raw3270_start_irq(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start_irq() argument
323 struct raw3270_view *view; raw3270_irq() local
510 struct raw3270_view *view; raw3270_size_device_done() local
626 raw3270_reset(struct raw3270_view *view) raw3270_reset() argument
646 struct raw3270_view *view; __raw3270_disconnect() local
665 raw3270_init_irq(struct raw3270_view *view, struct raw3270_request *rq, struct irb *irb) raw3270_init_irq() argument
842 raw3270_activate_view(struct raw3270_view *view) raw3270_activate_view() argument
890 raw3270_deactivate_view(struct raw3270_view *view) raw3270_deactivate_view() argument
923 raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, int minor, int subclass) raw3270_add_view() argument
962 struct raw3270_view *view, *tmp; raw3270_find_view() local
989 raw3270_del_view(struct raw3270_view *view) raw3270_del_view() argument
1221 struct raw3270_view *view; raw3270_pm_stop() local
1261 raw3270_pm_unfreeze(struct raw3270_view *view) raw3270_pm_unfreeze() argument
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dlabel.c1512 static int aa_profile_snxprint(char *str, size_t size, struct aa_ns *view, in aa_profile_snxprint() argument
[all...]
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.c899 int length, retval, view; in main() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf_fdpic.c1400 const struct user_regset_view *view = task_user_regset_view(p); in elf_dump_thread_status() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c1392 intel_partial_pages(const struct i915_ggtt_view *view, in intel_partial_pages() argument
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_fdpic.c1380 const struct user_regset_view *view = task_user_regset_view(p); in elf_dump_thread_status() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c98 struct i915_gtt_view view; in check_partial_mapping() local
215 struct i915_gtt_view view = check_partial_mappings() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_vma.c114 vma_create(struct drm_i915_gem_object *obj, struct i915_address_space *vm, const struct i915_gtt_view *view) vma_create() argument
253 i915_vma_lookup(struct drm_i915_gem_object *obj, struct i915_address_space *vm, const struct i915_gtt_view *view) i915_vma_lookup() argument
291 i915_vma_instance(struct drm_i915_gem_object *obj, struct i915_address_space *vm, const struct i915_gtt_view *view) i915_vma_instance() argument
1236 intel_partial_pages(const struct i915_gtt_view *view, struct drm_i915_gem_object *obj) intel_partial_pages() argument
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dlabel.c1512 static int aa_profile_snxprint(char *str, size_t size, struct aa_ns *view, in aa_profile_snxprint() argument
[all...]

Completed in 40 milliseconds

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