Home
last modified time | relevance | path

Searched defs:images (Results 1 - 25 of 40) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_cache.h71 BASE_NS::vector<ImageData> images; member
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
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.h34 BASE_NS::vector<uint32_t> images; member
H A Dshader_module_gles.cpp55 vector<Bind> images; in CollectRes() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.h33 BASE_NS::vector<VkImage> images; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testtwo_ng.cpp787 std::vector<ImageProperties> images; in HWTEST_F() local
1005 std::vector<ImageProperties> images; in HWTEST_F() local
1086 std::vector<ImageProperties> images; in HWTEST_F() local
1140 std::vector<ImageProperties> images; HWTEST_F() local
1192 std::vector<ImageProperties> images; HWTEST_F() local
1244 std::vector<ImageProperties> images; HWTEST_F() local
1296 std::vector<ImageProperties> images; HWTEST_F() local
1348 std::vector<ImageProperties> images; HWTEST_F() local
1400 std::vector<ImageProperties> images; HWTEST_F() local
1452 std::vector<ImageProperties> images; HWTEST_F() local
1504 std::vector<ImageProperties> images; HWTEST_F() local
1556 std::vector<ImageProperties> images; HWTEST_F() local
1628 std::vector<ImageProperties> images; HWTEST_F() local
1682 std::vector<ImageProperties> images; HWTEST_F() local
1734 std::vector<ImageProperties> images; HWTEST_F() local
[all...]
H A Dimage_base.cpp41 std::vector<ImageProperties> images; in CreatePixelMapAnimator() local
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/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.h111 BASE_NS::vector<ImageDescriptor> images; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_view_ng.cpp119 const auto& images = paintProperty->GetModelImageTexturePathsValue({ }); in AddShaderImageTexture() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_layout_desc.h190 BASE_NS::array_view<const ImageDescriptor> images; member
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_component.cpp128 void ImageAnimatorComponent::SetImageProperties(const std::vector<ImageProperties>& images) in SetImageProperties() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_animator_model_impl.cpp34 void ImageAnimatorModelImpl::SetImages(const std::vector<ImageProperties>& images) in SetImages() argument
/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/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/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/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h63 BASE_NS::vector<CORE_NS::EntityReference> images; member

Completed in 14 milliseconds

12