Home
last modified time | relevance | path

Searched defs:images (Results 26 - 50 of 174) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_animator_ffi.cpp57 std::vector<ImageProperties> images; in FfiOHOSAceFrameworkImageAnimatorSetImages() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Ddata.h53 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Image>> images; member
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_material.h141 RENDER_NS::RenderHandleReference images[MATERIAL_TEXTURE_COUNT]; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h152 BASE_NS::vector<BindableImageWithHandleReference> images; member
H A Dgpu_resource_cache.cpp162 const auto& images = frameData_[readIdx].images; in AllocateAndRemapImages() local
/test/testfwk/arkxtest/uitest/test/
H A Dwidget_operator_test.cpp234 vector<unique_ptr<Widget>> images; in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_image_view.c120 svga_set_shader_images(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) svga_set_shader_images() argument
266 svga_validate_image_view_resources(struct svga_context *svga, unsigned count, struct svga_image_view *images, bool rebind) svga_validate_image_view_resources() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.h64 void SetImages(std::vector<ImageProperties>&& images) in SetImages() argument
H A Dimage_animator_model_ng.cpp48 void ImageAnimatorModelNG::SetImages(const std::vector<ImageProperties>& images) in SetImages() argument
167 void ImageAnimatorModelNG::SetImages(FrameNode* frameNode, const std::vector<ImageProperties>& images) in SetImages() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/
H A Dimage_animator_declaration.h47 std::vector<ImageProperties> images; member
98 void SetImageProperties(const std::vector<ImageProperties>& images) in SetImageProperties() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image_animator.cpp98 std::vector<ImageProperties> images; in SetImages() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_animator_bridge.cpp235 auto images = std::make_unique<ArkUIImagePropertiesStruct[]>(arrayLength); in SetImages() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_pattern_test_ng.cpp155 std::vector<ImageProperties> images; in CreateImageAnimator() local
177 std::vector<ImageProperties> images; in CreatePixelMapAnimator() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testthree_ng.cpp54 std::vector<ImageProperties> images; in HWTEST_F() local
106 std::vector<ImageProperties> images; in HWTEST_F() local
158 std::vector<ImageProperties> images; in HWTEST_F() local
210 std::vector<ImageProperties> images; HWTEST_F() local
262 std::vector<ImageProperties> images; HWTEST_F() local
314 std::vector<ImageProperties> images; HWTEST_F() local
366 std::vector<ImageProperties> images; HWTEST_F() local
398 std::vector<ImageProperties> images; HWTEST_F() local
450 std::vector<ImageProperties> images; HWTEST_F() local
502 std::vector<ImageProperties> images; HWTEST_F() local
554 std::vector<ImageProperties> images; HWTEST_F() local
626 std::vector<ImageProperties> images; HWTEST_F() local
680 std::vector<ImageProperties> images; HWTEST_F() local
732 std::vector<ImageProperties> images; HWTEST_F() local
784 std::vector<ImageProperties> images; HWTEST_F() local
836 std::vector<ImageProperties> images; HWTEST_F() local
888 std::vector<ImageProperties> images; HWTEST_F() local
940 std::vector<ImageProperties> images; HWTEST_F() local
992 std::vector<ImageProperties> images; HWTEST_F() local
1044 std::vector<ImageProperties> images; HWTEST_F() local
1096 std::vector<ImageProperties> images; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h125 BASE_NS::vector<CORE_NS::EntityReference> images; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp55 vector<Bind> images; in CollectRes() local
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h63 BASE_NS::vector<CORE_NS::EntityReference> images; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.h53 struct kopper_swapchain_image *images; member
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.h64 struct pipe_image_view images[PIPE_MAX_SHADER_IMAGES]; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_feedback.c392 struct pipe_image_view images[PIPE_MAX_SHADER_IMAGES]; in st_feedback_draw_vbo() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.h85 VkDescriptorImageInfo *images; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.h151 } images[LP_MAX_TGSI_SHADER_IMAGES]; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.h187 mali_ptr images[PIPE_SHADER_TYPES]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolve.cpp192 std::vector<VkImage> images = { **imageMS, **imageRS}; in iterate() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.hpp166 std::vector<std::unique_ptr<Image>> images; member in DrawTester

Completed in 15 milliseconds

1234567