Home
last modified time | relevance | path

Searched defs:gpuContext (Results 1 – 25 of 28) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
Dskia_gpu_context_test.cpp49 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
63 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
82 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
102 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
115 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
129 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
147 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
160 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
179 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
192 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable
[all …]
Dskia_surface_test.cpp86 auto gpuContext = skiaCanvas->GetGPUContext(); variable
109 auto gpuContext = skiaCanvas->GetGPUContext(); variable
179 auto gpuContext = skiaCanvas->GetGPUContext(); variable
Dskia_image_test.cpp152 auto gpuContext = skiaCanvas->GetGPUContext(); variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
Dgpu_context_test.cpp144 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
156 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
178 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
194 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
207 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
221 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
236 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
251 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
266 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable
Dimage_test.cpp221 GPUContext gpuContext; variable
236 GPUContext gpuContext; variable
252 GPUContext gpuContext; variable
268 GPUContext gpuContext; variable
285 GPUContext gpuContext; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
Drs_memory_manager.cpp76 void MemoryManager::DumpMemoryUsage(DfxString& log, const Drawing::GPUContext* gpuContext, std::str… in DumpMemoryUsage()
109 void MemoryManager::ReleaseAllGpuResource(Drawing::GPUContext* gpuContext, Drawing::GPUResourceTag&… in ReleaseAllGpuResource()
132 void MemoryManager::ReleaseAllGpuResource(Drawing::GPUContext* gpuContext, pid_t pid) in ReleaseAllGpuResource()
155 void MemoryManager::ReleaseUnlockGpuResource(Drawing::GPUContext* gpuContext, Drawing::GPUResourceT… in ReleaseUnlockGpuResource()
218 void MemoryManager::ReleaseUnlockGpuResource(Drawing::GPUContext* gpuContext, bool scratchResources… in ReleaseUnlockGpuResource()
244 void MemoryManager::ReleaseUnlockAndSafeCacheGpuResource(Drawing::GPUContext* gpuContext) in ReleaseUnlockAndSafeCacheGpuResource()
280 float MemoryManager::GetAppGpuMemoryInMB(Drawing::GPUContext* gpuContext) in GetAppGpuMemoryInMB()
313 void MemoryManager::DumpPidMemory(DfxString& log, int pid, const Drawing::GPUContext* gpuContext) in DumpPidMemory()
334 MemoryGraphic MemoryManager::CountSubMemory(int pid, const Drawing::GPUContext* gpuContext) in CountSubMemory()
368 MemoryGraphic MemoryManager::CountPidMemory(int pid, const Drawing::GPUContext* gpuContext) in CountPidMemory()
[all …]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
Drs_tag_tracker.cpp45 RSTagTracker::RSTagTracker(Drawing::GPUContext* gpuContext, RSTagTracker::TAGTYPE tagType) : gpuCon… in RSTagTracker()
125 RSTagTracker::RSTagTracker(Drawing::GPUContext* gpuContext, NodeId nodeId, RSTagTracker::TAGTYPE ta… in RSTagTracker()
162 RSTagTracker::RSTagTracker(Drawing::GPUContext* gpuContext, Drawing::GPUResourceTag& tag) : gpuCont… in RSTagTracker()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
Dimage.cpp75 bool Image::BuildFromBitmap(GPUContext& gpuContext, const Bitmap& bitmap) in BuildFromBitmap()
85 bool Image::BuildFromCompressed(GPUContext& gpuContext, const std::shared_ptr<Data>& data, int widt… in BuildFromCompressed()
91 bool Image::BuildFromSurface(GPUContext& gpuContext, Surface& surface, TextureOrigin origin, in BuildFromSurface()
97 bool Image::BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin origin, in BuildFromTexture()
105 … Image::BuildSubset(const std::shared_ptr<Image>& image, const RectI& rect, GPUContext& gpuContext) in BuildSubset()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dsurface.cpp45 std::shared_ptr<Surface> Surface::MakeFromBackendRenderTarget(GPUContext* gpuContext, const Texture… in MakeFromBackendRenderTarget()
57 std::shared_ptr<Surface> Surface::MakeFromBackendTexture(GPUContext* gpuContext, const TextureInfo&… in MakeFromBackendTexture()
70 std::shared_ptr<Surface> Surface::MakeRenderTarget(GPUContext* gpuContext, bool budgeted, const Ima… in MakeRenderTarget()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
Drs_background_thread.cpp167 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGPUContext() local
190 auto gpuContext = RsVulkanContext::GetSingleton().CreateDrawingContext(); in CreateShareGPUContext() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
Drecording_canvas.h50 void SetGrRecordingContext(std::shared_ptr<GPUContext> gpuContext) in SetGrRecordingContext()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_image.cpp93 bool SkiaImage::BuildFromBitmap(GPUContext& gpuContext, const Bitmap& bitmap) in BuildFromBitmap()
115 …iaImage::BuildSubset(const std::shared_ptr<Image> image, const RectI& rect, GPUContext& gpuContext) in BuildSubset()
128 bool SkiaImage::BuildFromCompressed(GPUContext& gpuContext, const std::shared_ptr<Data>& data, int … in BuildFromCompressed()
148 bool SkiaImage::BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin ori… in BuildFromTexture()
193 bool SkiaImage::BuildFromSurface(GPUContext& gpuContext, Surface& surface, TextureOrigin origin, in BuildFromSurface()
Dskia_static_factory.cpp71 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendRenderTarget(GPUContext* gpuContext, con… in MakeFromBackendRenderTarget()
82 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const Te… in MakeFromBackendTexture()
94 std::shared_ptr<Surface> SkiaStaticFactory::MakeRenderTarget(GPUContext* gpuContext, in MakeRenderTarget()
Dskia_surface.cpp150 std::shared_ptr<Surface> SkiaSurface::MakeFromBackendRenderTarget(GPUContext* gpuContext, const Tex… in MakeFromBackendRenderTarget()
190 std::shared_ptr<Surface> SkiaSurface::MakeFromBackendTexture(GPUContext* gpuContext, const TextureI… in MakeFromBackendTexture()
232 std::shared_ptr<Surface> SkiaSurface::MakeRenderTarget(GPUContext* gpuContext, in MakeRenderTarget()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
Dmemory_handler.cpp60 void MemoryHandler::ClearRedundantResources(Drawing::GPUContext* gpuContext) in ClearRedundantResources()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
Dstatic_factory.cpp66 std::shared_ptr<Surface> StaticFactory::MakeFromBackendRenderTarget(GPUContext* gpuContext, const T… in MakeFromBackendRenderTarget()
77 std::shared_ptr<Surface> StaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const Textur… in MakeFromBackendTexture()
89 std::shared_ptr<Surface> StaticFactory::MakeRenderTarget(GPUContext* gpuContext, in MakeRenderTarget()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
Drs_sub_thread.cpp306 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGrContext() local
324 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGrContext() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
Dsurface.h37 std::shared_ptr<GPUContext> gpuContext; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
Druntime_shader_builder.cpp33 std::shared_ptr<Image> RuntimeShaderBuilder::MakeImage(GPUContext* gpuContext, in MakeImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
Drs_upload_resource_thread.cpp214 std::shared_ptr<Drawing::GPUContext> gpuContext = nullptr; in CreateShareGrContext() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
Drs_recording_thread.cpp113 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGrContext() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
Ddrawing_context.cpp136 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in SetUpDrawingContext() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_canvas_drawing_render_node.cpp393 auto gpuContext = canvas.GetGPUContext(); in ResetSurface() local
557 auto gpuContext = canvas_->GetGPUContext(); in GetPixelmap() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_surface_capture_task.cpp488 auto gpuContext = RSBackgroundThread::Instance().GetShareGrContext().get(); in CreateSurface() local
649 auto gpuContext = RSBackgroundThread::Instance().GetShareGPUContext().get(); in CreateSurface() local
Drs_main_thread.cpp382 auto gpuContext = isUniRender_? uniRenderEngine_->GetDrawingContext()->GetDrawingContext() : in Init() local
385 auto gpuContext = isUniRender_? uniRenderEngine_->GetRenderContext()->GetDrGPUContext() : in Init() local
2555 auto gpuContext = GetRenderEngine()->GetDrawingContext()->GetDrawingContext(); in TrimMem() local
2557 auto gpuContext = GetRenderEngine()->GetRenderContext()->GetDrGPUContext(); in TrimMem() local
2633 auto gpuContext = GetRenderEngine()->GetRenderContext()->GetDrGPUContext(); in DumpMem() local

12