Home
last modified time | relevance | path

Searched defs:images (Results 51 - 75 of 174) sorted by relevance

1234567

/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_diff.c220 AnimatedImage images[2]; in main() local
[all...]
/third_party/skia/tests/
H A DCanvasStateTest.cpp144 sk_sp<SkImage> images[2]; in DEF_TEST() local
238 sk_sp<SkImage> images[2]; in DEF_TEST() local
/third_party/skia/gm/
H A Dreadpixels.cpp269 const sk_sp<SkImage> images[] = { variable
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_animator_modifier.cpp123 void SetImages(ArkUINodeHandle node, struct ArkUIImagePropertiesStruct* images, int32_t length) in SetImages() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.h159 RenderHandleReference images[2U]; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h433 BASE_NS::vector<BASE_NS::unique_ptr<GpuImage>> images; // pre-created member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Djpeg_mpf_parser.cpp247 static void WriteMPEntryToBytes(vector<uint8_t>& bytes, uint32_t& offset, std::vector<SingleJpegImage> images) in WriteMPEntryToBytes() argument
312 std::vector<SingleJpegImage> images = {base, gainmap}; in PackHdrJpegMpfMarker() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h79 struct pipe_image_view images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES]; member
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c70 struct wsi_win32_image images[0]; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h93 struct pipe_image_view images[PIPE_SHADER_TYPES][LP_MAX_TGSI_SHADER_IMAGES]; member
H A Dlp_screen.c538 uint32_t *images = ret; in llvmpipe_get_compute_param() local
H A Dlp_setup_context.h164 } images[LP_MAX_TGSI_SHADER_IMAGES]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp269 const VkImage images[] = { *colorImage, *resolveColorImage }; in iterate() local
H A DvktPipelineStencilExportTests.cpp516 std::vector<VkImage> images = in testStencilExportReplace() local
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxedit.c473 const WebPMuxImage* images = NULL; in CreateVP8XChunk() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h263 void SetImages(std::vector<ImageProperties>&& images) in SetImages() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h134 void SetImagesAttr(std::vector<ImageProperties>&& images) in SetImagesAttr() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp160 std::vector<ImageProperties> images; in CreateImageAnimator() local
182 std::vector<ImageProperties> images; in CreatePixelMapAnimator() local
309 std::vector<ImageProperties> images; in HWTEST_F() local
372 std::vector<ImageProperties> images; HWTEST_F() local
467 std::vector<ImageProperties> images; HWTEST_F() local
526 std::vector<ImageProperties> images; HWTEST_F() local
604 std::vector<ImageProperties> images; HWTEST_F() local
678 std::vector<ImageProperties> images; HWTEST_F() local
730 std::vector<ImageProperties> images; HWTEST_F() local
789 std::vector<ImageProperties> images; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp60 void UpdateBindImages(const RenderCommandBeginRenderPass& beginRenderPass, array_view<BindImage> images, in UpdateBindImages() argument
174 bool IsDefaultAttachment(array_view<const BindImage> images, const RenderPassSubpassDesc& sb) in IsDefaultAttachment() argument
210 bool IsDefaultResolve(array_view<const BindImage> images, cons argument
413 GenerateSubPassFBO(DeviceGLES& device, LowlevelFramebufferGL& framebuffer, const RenderPassSubpassDesc& sb, const array_view<const BindImage> images, const size_t resolveAttachmentCount, const array_view<const uint32_t> imageMap, bool multisampledRenderToTexture) GenerateSubPassFBO() argument
486 GenerateResolveFBO(DeviceGLES& device, LowlevelFramebufferGL& framebuffer, const RenderPassSubpassDesc& sb, array_view<const BindImage> images) GenerateResolveFBO() argument
535 BindToFbo(BindType(image), images[ci], framebuffer.width, framebuffer.height, views, GenerateResolveFBO() local
544 ProcessSubPass(DeviceGLES& device, LowlevelFramebufferGL& framebuffer, vector<FboHash>& fboMap, array_view<const BindImage> images, const array_view<const uint32_t> imageMap, const RenderPassSubpassDesc& sb, bool multisampledRenderToTexture) ProcessSubPass() argument
585 MapColorAttachments(array_view<RenderPassSubpassDesc>::iterator begin, array_view<RenderPassSubpassDesc>::iterator pos, array_view<const BindImage> images, array_view<uint32_t> imageMap, array_view<RenderPassDesc::AttachmentDesc> attachments) MapColorAttachments() argument
616 MapDepthAttachments(array_view<RenderPassSubpassDesc>::iterator begin, array_view<RenderPassSubpassDesc>::iterator pos, array_view<const BindImage> images, array_view<uint32_t> imageMap, array_view<RenderPassDesc::AttachmentDesc> attachments) MapDepthAttachments() argument
750 BindImage images[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; GetFramebufferHandle() local
826 BindImage images[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; FilterRenderPass() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h250 BASE_NS::vector<RenderNodeResource> images; member
377 BASE_NS::vector<Resource> images; member
/third_party/glfw/src/
H A Dnull_window.c185 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconNull() argument
H A Dwindow.c548 glfwSetWindowIcon(GLFWwindow* handle, int count, const GLFWimage* images) glfwSetWindowIcon() argument
/third_party/mesa3d/src/compiler/clc/
H A Dclc.h56 bool images; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c46 svga_get_image_size_constant(const struct svga_context *svga, float **dest, enum pipe_shader_type shader, unsigned num_image_views, const struct svga_image_view images[PIPE_SHADER_TYPES][SVGA3D_MAX_UAVIEWS]) svga_get_image_size_constant() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c314 VkImage images[32]; in kopper_GetSwapchainImages() local
[all...]

Completed in 24 milliseconds

1234567