Home
last modified time | relevance | path

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

/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.cpp240 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/
Drs_memory_manager.cpp73 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/
Dimage.cpp40 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/
Dskia_image.cpp77 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()
Dskia_canvas.cpp128 auto gpuContext = std::make_shared<GPUContext>(); in GetGPUContext() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
Dsurface.h35 std::shared_ptr<GPUContext> gpuContext; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
Dmemory_handler.cpp59 void MemoryHandler::ClearRedundantResources(Drawing::GPUContext* gpuContext) in ClearRedundantResources()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
Drs_sub_thread.cpp262 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGrContext() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_canvas_drawing_render_node.cpp163 auto gpuContext = canvas.GetGPUContext(); in ResetSurface() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_main_thread.cpp298 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
Drs_surface_capture_task.cpp345 auto gpuContext = renderContext->GetDrGPUContext(); in CreateSurface() local
Drs_uni_render_visitor.cpp3025 Drawing::GPUContext* gpuContext = renderEngine_->GetRenderContext()->GetDrGPUContext(); in PrepareSurfaceRenderNode() local