| /third_party/skia/third_party/externals/libwebp/examples/ |
| H A D | anim_diff.c | 220 AnimatedImage images[2]; in main() local [all...] |
| /third_party/skia/tests/ |
| H A D | CanvasStateTest.cpp | 144 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 D | readpixels.cpp | 269 const sk_sp<SkImage> images[] = { variable
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | image_animator_modifier.cpp | 123 void SetImages(ArkUINodeHandle node, struct ArkUIImagePropertiesStruct* images, int32_t length) in SetImages() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
| H A D | render_node_post_process_util.h | 159 RenderHandleReference images[2U]; member
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | gpu_resource_manager.h | 433 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 D | jpeg_mpf_parser.cpp | 247 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 D | sp_context.h | 79 struct pipe_image_view images[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES]; member
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_win32.c | 70 struct wsi_win32_image images[0]; member
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_context.h | 93 struct pipe_image_view images[PIPE_SHADER_TYPES][LP_MAX_TGSI_SHADER_IMAGES]; member
|
| H A D | lp_screen.c | 538 uint32_t *images = ret; in llvmpipe_get_compute_param() local
|
| H A D | lp_setup_context.h | 164 } images[LP_MAX_TGSI_SHADER_IMAGES]; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 269 const VkImage images[] = { *colorImage, *resolveColorImage }; in iterate() local
|
| H A D | vktPipelineStencilExportTests.cpp | 516 std::vector<VkImage> images = in testStencilExportReplace() local
|
| /third_party/skia/third_party/externals/libwebp/src/mux/ |
| H A D | muxedit.c | 473 const WebPMuxImage* images = NULL; in CreateVP8XChunk() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
| H A D | image_pattern.h | 263 void SetImages(std::vector<ImageProperties>&& images) in SetImages() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
| H A D | js_command.h | 134 void SetImagesAttr(std::vector<ImageProperties>&& images) in SetImagesAttr() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/ |
| H A D | image_animator_test_ng.cpp | 160 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 D | node_context_pool_manager_gles.cpp | 60 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 D | render_data_structures.h | 250 BASE_NS::vector<RenderNodeResource> images; member 377 BASE_NS::vector<Resource> images; member
|
| /third_party/glfw/src/ |
| H A D | null_window.c | 185 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconNull() argument
|
| H A D | window.c | 548 glfwSetWindowIcon(GLFWwindow* handle, int count, const GLFWimage* images) glfwSetWindowIcon() argument
|
| /third_party/mesa3d/src/compiler/clc/ |
| H A D | clc.h | 56 bool images; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_state_constants.c | 46 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 D | zink_kopper.c | 314 VkImage images[32]; in kopper_GetSwapchainImages() local [all...] |