| /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 80 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable 98 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable 111 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable 125 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable 141 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable 154 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable 171 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable 189 auto gpuContext = std::make_shared<SkiaGPUContext>(); variable [all …]
|
| D | skia_static_factory_test.cpp | 102 OHOS::Rosen::Drawing::GPUContext gpuContext; variable 124 OHOS::Rosen::Drawing::GPUContext gpuContext; variable
|
| 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 | 188 auto gpuContext = skiaCanvas->GetGPUContext(); variable 206 auto gpuContext = skiaCanvas->GetGPUContext(); variable 271 GPUContext gpuContext; variable
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/memory/ |
| D | rs_tag_tracker_test.cpp | 69 Drawing::GPUContext* gpuContext = nullptr; variable 83 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 99 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 114 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 130 Drawing::GPUContext* gpuContext = nullptr; variable 144 Drawing::GPUContext* gpuContext = nullptr; variable 160 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 177 Drawing::GPUContext gpuContext; variable 193 Drawing::GPUContext gpuContext; variable 209 Drawing::GPUContext* gpuContext = nullptr; variable [all …]
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/ |
| D | gpu_context_test.cpp | 146 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 158 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 180 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 197 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 216 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 238 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 251 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 265 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 280 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable 295 std::unique_ptr<GPUContext> gpuContext = std::make_unique<GPUContext>(); variable [all …]
|
| D | image_test.cpp | 433 GPUContext gpuContext; variable 448 GPUContext gpuContext; variable 464 GPUContext gpuContext; variable 480 GPUContext gpuContext; variable 497 GPUContext gpuContext; variable 564 GPUContext gpuContext; variable 582 auto gpuContext = renderContext->GetSharedDrGPUContext(); variable 603 auto gpuContext = renderContext->GetSharedDrGPUContext(); variable 638 auto gpuContext = renderContext->GetSharedDrGPUContext(); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
| D | rs_memory_manager.cpp | 95 void MemoryManager::ReleaseAllGpuResource(Drawing::GPUContext* gpuContext, Drawing::GPUResourceTag&… in ReleaseAllGpuResource() 108 void MemoryManager::ReleaseAllGpuResource(Drawing::GPUContext* gpuContext, pid_t pid) in ReleaseAllGpuResource() 116 void MemoryManager::ReleaseUnlockGpuResource(Drawing::GPUContext* gpuContext, Drawing::GPUResourceT… in ReleaseUnlockGpuResource() 129 void MemoryManager::ReleaseUnlockGpuResource(Drawing::GPUContext* gpuContext, std::set<pid_t> exite… in ReleaseUnlockGpuResource() 143 void MemoryManager::PurgeCacheBetweenFrames(Drawing::GPUContext* gpuContext, bool scratchResourceOn… in PurgeCacheBetweenFrames() 171 void MemoryManager::ReleaseUnlockGpuResource(Drawing::GPUContext* gpuContext, bool scratchResources… in ReleaseUnlockGpuResource() 183 void MemoryManager::ReleaseUnlockAndSafeCacheGpuResource(Drawing::GPUContext* gpuContext) in ReleaseUnlockAndSafeCacheGpuResource() 195 void MemoryManager::SetGpuCacheSuppressWindowSwitch(Drawing::GPUContext* gpuContext, bool enabled) in SetGpuCacheSuppressWindowSwitch() 206 void MemoryManager::SetGpuMemoryAsyncReclaimerSwitch(Drawing::GPUContext* gpuContext, bool enabled) in SetGpuMemoryAsyncReclaimerSwitch() 217 void MemoryManager::FlushGpuMemoryInWaitQueue(Drawing::GPUContext* gpuContext) in FlushGpuMemoryInWaitQueue() [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/ |
| D | rs_tag_tracker.cpp | 24 RSTagTracker::RSTagTracker(Drawing::GPUContext* gpuContext, RSTagTracker::TAGTYPE tagType) : gpuCon… in RSTagTracker() 84 RSTagTracker::RSTagTracker(Drawing::GPUContext* gpuContext, NodeId nodeId, in RSTagTracker() 100 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 std::shared_ptr<Image> Image::MakeFromYUVAPixmaps(GPUContext& gpuContext, const YUVInfo& info, void… in MakeFromYUVAPixmaps() 80 bool Image::BuildFromBitmap(GPUContext& gpuContext, const Bitmap& bitmap) in BuildFromBitmap() 90 bool Image::BuildFromCompressed(GPUContext& gpuContext, const std::shared_ptr<Data>& data, int widt… in BuildFromCompressed() 96 bool Image::BuildFromSurface(GPUContext& gpuContext, Surface& surface, TextureOrigin origin, in BuildFromSurface() 102 bool Image::BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin origin, in BuildFromTexture() 110 … Image::BuildSubset(const std::shared_ptr<Image>& image, const RectI& rect, GPUContext& gpuContext) in BuildSubset()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
| D | rs_background_thread.cpp | 112 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGPUContext() local 133 auto gpuContext = RsVulkanContext::GetSingleton().CreateDrawingContext(); in CreateShareGPUContext() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
| D | momory_handler_test.cpp | 45 auto gpuContext = new Drawing::GPUContext(); variable
|
| /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() 65 std::shared_ptr<Surface> Surface::MakeRenderTarget(GPUContext* gpuContext, bool budgeted, const Ima… in MakeRenderTarget()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
| D | surface_test.cpp | 42 OH_Drawing_GpuContext* gpuContext = OH_Drawing_GpuContextCreateFromGL(options); in OnTestPerformance() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_image.cpp | 117 std::shared_ptr<Image> SkiaImage::MakeFromYUVAPixmaps(GPUContext& gpuContext, const YUVInfo& info, … in MakeFromYUVAPixmaps() 145 bool SkiaImage::BuildFromBitmap(GPUContext& gpuContext, const Bitmap& bitmap) in BuildFromBitmap() 168 …iaImage::BuildSubset(const std::shared_ptr<Image> image, const RectI& rect, GPUContext& gpuContext) in BuildSubset() 191 bool SkiaImage::BuildFromCompressed(GPUContext& gpuContext, const std::shared_ptr<Data>& data, int … in BuildFromCompressed() 221 bool SkiaImage::BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin ori… in BuildFromTexture() 276 bool SkiaImage::BuildFromSurface(GPUContext& gpuContext, Surface& surface, TextureOrigin origin, in BuildFromSurface()
|
| D | skia_static_factory.cpp | 78 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendRenderTarget(GPUContext* gpuContext, con… in MakeFromBackendRenderTarget() 89 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const Te… in MakeFromBackendTexture() 97 std::shared_ptr<Surface> SkiaStaticFactory::MakeRenderTarget(GPUContext* gpuContext, in MakeRenderTarget() 103 std::shared_ptr<Image> SkiaStaticFactory::MakeFromYUVAPixmaps(GPUContext& gpuContext, const YUVInfo… in MakeFromYUVAPixmaps()
|
| /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/ |
| D | static_factory.cpp | 114 std::shared_ptr<Surface> StaticFactory::MakeFromBackendRenderTarget(GPUContext* gpuContext, const T… in MakeFromBackendRenderTarget() 131 std::shared_ptr<Surface> StaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const Textur… in MakeFromBackendTexture() 144 std::shared_ptr<Surface> StaticFactory::MakeRenderTarget(GPUContext* gpuContext, in MakeRenderTarget() 155 std::shared_ptr<Image> StaticFactory::MakeFromYUVAPixmaps(GPUContext& gpuContext, const YUVInfo& in… in MakeFromYUVAPixmaps()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| D | rs_pixel_map_util_test.cpp | 162 auto gpuContext = std::make_shared<Drawing::GPUContext>(); variable 209 std::shared_ptr<Drawing::GPUContext> gpuContext; variable
|
| D | rs_image_base_test.cpp | 268 std::shared_ptr<Drawing::GPUContext> gpuContext = nullptr; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
| D | memory_handler.cpp | 33 void MemoryHandler::ClearRedundantResources(Drawing::GPUContext* gpuContext) in ClearRedundantResources()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/ |
| D | drawsurface_fuzzer.cpp | 64 GPUContext gpuContext; in SurfaceFuzzTest001() local 91 GPUContext gpuContext; in SurfaceFuzzTest002() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
| D | rs_sub_thread.cpp | 309 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGrContext() local 326 auto gpuContext = std::make_shared<Drawing::GPUContext>(); in CreateShareGrContext() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/ |
| D | static_factory_test.cpp | 96 auto gpuContext = new GPUContext(); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
| D | surface.h | 37 std::shared_ptr<GPUContext> gpuContext; member
|