Home
last modified time | relevance | path

Searched refs:BLIT_IMAGE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp117 case RenderCommandType::BLIT_IMAGE: { in DebugPrintCommandListCommand()
729 case RenderCommandType::BLIT_IMAGE: in ProcessRenderNodeCommands()
1070 } else if (rc.renderCommandType == RenderCommandType::BLIT_IMAGE) { in RenderCommand()
1276 PLUGIN_ASSERT(nextCmdRef.type == RenderCommandType::BLIT_IMAGE); in HandleBlitImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h77 BLIT_IMAGE, enumerator
H A Drender_command_list.cpp1484 AddBarrierPoint(RenderCommandType::BLIT_IMAGE); in BlitImage()
1497 renderCommands_.push_back({ RenderCommandType::BLIT_IMAGE, data }); in BlitImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1044 case RenderCommandType::BLIT_IMAGE: { in RenderSingleCommandList()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1675 PLUGIN_ASSERT(ref.type == RenderCommandType::BLIT_IMAGE); in RenderCommandBlitImage()