| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| D | skia_gpu_context_test.cpp | 49 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 …]
|
| D | skia_surface_test.cpp | 86 auto gpuContext = skiaCanvas->GetGPUContext(); variable 109 auto gpuContext = skiaCanvas->GetGPUContext(); variable 179 auto gpuContext = skiaCanvas->GetGPUContext(); variable
|
| D | skia_image_test.cpp | 152 auto gpuContext = skiaCanvas->GetGPUContext(); variable
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/ |
| D | gpu_context_test.cpp | 144 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
|
| D | image_test.cpp | 221 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/ |
| D | rs_memory_manager.cpp | 76 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/ |
| D | rs_tag_tracker.cpp | 45 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/ |
| D | image.cpp | 75 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/ |
| D | surface.cpp | 45 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/ |
| D | rs_background_thread.cpp | 167 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/ |
| D | recording_canvas.h | 50 void SetGrRecordingContext(std::shared_ptr<GPUContext> gpuContext) in SetGrRecordingContext()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_image.cpp | 93 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()
|
| D | skia_static_factory.cpp | 71 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()
|
| D | skia_surface.cpp | 150 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/ |
| D | memory_handler.cpp | 60 void MemoryHandler::ClearRedundantResources(Drawing::GPUContext* gpuContext) in ClearRedundantResources()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
| D | static_factory.cpp | 66 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/ |
| D | rs_sub_thread.cpp | 306 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/ |
| D | surface.h | 37 std::shared_ptr<GPUContext> gpuContext; member
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
| D | runtime_shader_builder.cpp | 33 std::shared_ptr<Image> RuntimeShaderBuilder::MakeImage(GPUContext* gpuContext, in MakeImage()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/ |
| D | rs_upload_resource_thread.cpp | 214 std::shared_ptr<Drawing::GPUContext> gpuContext = nullptr; in CreateShareGrContext() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/ |
| D | rs_recording_thread.cpp | 113 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGrContext() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ |
| D | drawing_context.cpp | 136 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in SetUpDrawingContext() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| D | rs_canvas_drawing_render_node.cpp | 393 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/ |
| D | rs_surface_capture_task.cpp | 488 auto gpuContext = RSBackgroundThread::Instance().GetShareGrContext().get(); in CreateSurface() local 649 auto gpuContext = RSBackgroundThread::Instance().GetShareGPUContext().get(); in CreateSurface() local
|
| D | rs_main_thread.cpp | 382 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
|