| /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 | 240 GPUContext gpuContext; variable 255 GPUContext gpuContext; variable 271 GPUContext gpuContext; variable 287 GPUContext gpuContext; variable 304 GPUContext gpuContext; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
| D | rs_memory_manager.cpp | 73 void MemoryManager::DumpMemoryUsage(DfxString& log, const Drawing::GPUContext* gpuContext, std::str… in DumpMemoryUsage() 124 void MemoryManager::ReleaseAllGpuResource(Drawing::GPUContext* gpuContext, pid_t pid) in ReleaseAllGpuResource() 200 void MemoryManager::ReleaseUnlockGpuResource(Drawing::GPUContext* gpuContext, bool scratchResources… in ReleaseUnlockGpuResource() 227 void MemoryManager::ReleaseUnlockAndSafeCacheGpuResource(Drawing::GPUContext* gpuContext) in ReleaseUnlockAndSafeCacheGpuResource() 252 void MemoryManager::DumpPidMemory(DfxString& log, int pid, const Drawing::GPUContext* gpuContext) in DumpPidMemory() 289 MemoryGraphic MemoryManager::CountPidMemory(int pid, const Drawing::GPUContext* gpuContext) in CountPidMemory() 322 … std::vector<pid_t> pids, const Drawing::GPUContext* gpuContext, std::vector<MemoryGraphic>& mems) in CountMemory() 443 void MemoryManager::DumpAllGpuInfo(DfxString& log, const Drawing::GPUContext* gpuContext) in DumpAllGpuInfo() 504 void MemoryManager::DumpDrawingGpuMemory(DfxString& log, const Drawing::GPUContext* gpuContext) in DumpDrawingGpuMemory()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
| D | image.cpp | 40 bool Image::BuildFromBitmap(GPUContext& gpuContext, const Bitmap& bitmap) in BuildFromBitmap() 45 bool Image::BuildFromCompressed(GPUContext& gpuContext, const std::shared_ptr<Data>& data, int widt… in BuildFromCompressed() 51 bool Image::BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin origin, in BuildFromTexture()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_image.cpp | 77 bool SkiaImage::BuildFromBitmap(GPUContext& gpuContext, const Bitmap& bitmap) in BuildFromBitmap() 87 bool SkiaImage::BuildFromCompressed(GPUContext& gpuContext, const std::shared_ptr<Data>& data, int … in BuildFromCompressed() 166 bool SkiaImage::BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin ori… in BuildFromTexture()
|
| D | skia_canvas.cpp | 128 auto gpuContext = std::make_shared<GPUContext>(); in GetGPUContext() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
| D | surface.h | 35 std::shared_ptr<GPUContext> gpuContext; member
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
| D | memory_handler.cpp | 59 void MemoryHandler::ClearRedundantResources(Drawing::GPUContext* gpuContext) in ClearRedundantResources()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
| D | rs_sub_thread.cpp | 262 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGrContext() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| D | rs_canvas_drawing_render_node.cpp | 163 auto gpuContext = canvas.GetGPUContext(); in ResetSurface() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_main_thread.cpp | 298 auto gpuContext = isUniRender_? uniRenderEngine_->GetRenderContext()->GetDrGPUContext() : in Init() local 1731 auto gpuContext = GetRenderEngine()->GetRenderContext()->GetDrGPUContext(); in ClearTransactionDataPidInfo() local 1875 auto gpuContext = GetRenderEngine()->GetRenderContext()->GetDrGPUContext(); in DumpMem() local
|
| D | rs_surface_capture_task.cpp | 345 auto gpuContext = renderContext->GetDrGPUContext(); in CreateSurface() local
|
| D | rs_uni_render_visitor.cpp | 3025 Drawing::GPUContext* gpuContext = renderEngine_->GetRenderContext()->GetDrGPUContext(); in PrepareSurfaceRenderNode() local
|