/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A 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 …]
|
H A D | skia_static_factory_test.cpp | 102 OHOS::Rosen::Drawing::GPUContext gpuContext; variable 124 OHOS::Rosen::Drawing::GPUContext gpuContext; variable
|
H A D | skia_surface_test.cpp | 86 auto gpuContext = skiaCanvas->GetGPUContext(); variable 109 auto gpuContext = skiaCanvas->GetGPUContext(); variable 179 auto gpuContext = skiaCanvas->GetGPUContext(); variable
|
H A D | skia_image_test.cpp | 191 auto gpuContext = skiaCanvas->GetGPUContext(); variable 209 auto gpuContext = skiaCanvas->GetGPUContext(); variable 274 GPUContext gpuContext; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/memory/ |
H A D | rs_tag_tracker_test.cpp | 69 Drawing::GPUContext* gpuContext = nullptr; variable 84 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 101 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 117 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 134 Drawing::GPUContext* gpuContext = nullptr; variable 149 Drawing::GPUContext* gpuContext = nullptr; variable 166 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 184 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 201 Drawing::GPUContext* gpuContext = new Drawing::GPUContext; variable 218 Drawing::GPUContext* gpuContext = nullptr; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/ |
H A 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 …]
|
H A 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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
H A D | rs_memory_manager.cpp | 113 void MemoryManager::ReleaseAllGpuResource(Drawing::GPUContext* gpuContext, pid_t pid) in ReleaseAllGpuResource() 188 void MemoryManager::ReleaseUnlockAndSafeCacheGpuResource(Drawing::GPUContext* gpuContext) in ReleaseUnlockAndSafeCacheGpuResource() 223 void MemoryManager::FlushGpuMemoryInWaitQueue(Drawing::GPUContext* gpuContext) in FlushGpuMemoryInWaitQueue() 235 Drawing::GPUContext* gpuContext, const std::function<bool(void)>& nextFrameHasArrived) in SuppressGpuCacheBelowCertainRatio() 246 float MemoryManager::GetAppGpuMemoryInMB(Drawing::GPUContext* gpuContext) in GetAppGpuMemoryInMB() 277 MemoryGraphic MemoryManager::CountPidMemory(int pid, const Drawing::GPUContext* gpuContext) in CountPidMemory() 409 void MemoryManager::DumpAllGpuInfo(DfxString& log, const Drawing::GPUContext* gpuContext, in DumpAllGpuInfo() 470 void MemoryManager::DumpGpuStats(DfxString& log, const Drawing::GPUContext* gpuContext) in DumpGpuStats() 581 void MemoryManager::SetGpuMemoryLimit(Drawing::GPUContext* gpuContext) in SetGpuMemoryLimit() 590 void MemoryManager::MemoryOverCheck(Drawing::GPUContext* gpuContext) in MemoryOverCheck() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/ |
H A 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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
H A 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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A 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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
H A D | momory_handler_test.cpp | 45 auto gpuContext = new Drawing::GPUContext(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | surface_test.cpp | 42 OH_Drawing_GpuContext* gpuContext = OH_Drawing_GpuContextCreateFromGL(options); in OnTestPerformance() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A 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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_image.cpp | 116 std::shared_ptr<Image> SkiaImage::MakeFromYUVAPixmaps(GPUContext& gpuContext, const YUVInfo& info, … in MakeFromYUVAPixmaps() 144 bool SkiaImage::BuildFromBitmap(GPUContext& gpuContext, const Bitmap& bitmap) in BuildFromBitmap() 167 …iaImage::BuildSubset(const std::shared_ptr<Image> image, const RectI& rect, GPUContext& gpuContext) in BuildSubset() 190 bool SkiaImage::BuildFromCompressed(GPUContext& gpuContext, const std::shared_ptr<Data>& data, int … in BuildFromCompressed() 220 bool SkiaImage::BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin ori… in BuildFromTexture() 275 bool SkiaImage::BuildFromSurface(GPUContext& gpuContext, Surface& surface, TextureOrigin origin, in BuildFromSurface()
|
H A D | skia_static_factory.cpp | 83 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendRenderTarget(GPUContext* gpuContext, con… in MakeFromBackendRenderTarget() 94 std::shared_ptr<Surface> SkiaStaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const Te… in MakeFromBackendTexture() 102 std::shared_ptr<Surface> SkiaStaticFactory::MakeRenderTarget(GPUContext* gpuContext, in MakeRenderTarget() 108 std::shared_ptr<Image> SkiaStaticFactory::MakeFromYUVAPixmaps(GPUContext& gpuContext, const YUVInfo… in MakeFromYUVAPixmaps()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | memory_handler.cpp | 33 void MemoryHandler::ClearRedundantResources(Drawing::GPUContext* gpuContext) in ClearRedundantResources()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_canvas.h | 50 void SetGrRecordingContext(std::shared_ptr<GPUContext> gpuContext) in SetGrRecordingContext()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_util_test.cpp | 162 auto gpuContext = std::make_shared<Drawing::GPUContext>(); variable 209 std::shared_ptr<Drawing::GPUContext> gpuContext; variable
|
H A D | rs_image_base_test.cpp | 268 std::shared_ptr<Drawing::GPUContext> gpuContext = nullptr; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
H A D | static_factory.cpp | 124 std::shared_ptr<Surface> StaticFactory::MakeFromBackendRenderTarget(GPUContext* gpuContext, const T… in MakeFromBackendRenderTarget() 141 std::shared_ptr<Surface> StaticFactory::MakeFromBackendTexture(GPUContext* gpuContext, const Textur… in MakeFromBackendTexture() 154 std::shared_ptr<Surface> StaticFactory::MakeRenderTarget(GPUContext* gpuContext, in MakeRenderTarget() 165 std::shared_ptr<Image> StaticFactory::MakeFromYUVAPixmaps(GPUContext& gpuContext, const YUVInfo& in… in MakeFromYUVAPixmaps()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/ |
H A D | drawsurface_fuzzer.cpp | 64 GPUContext gpuContext; in SurfaceFuzzTest001() local 91 GPUContext gpuContext; in SurfaceFuzzTest002() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A 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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/ |
H A D | static_factory_test.cpp | 96 auto gpuContext = new GPUContext(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | surface.h | 37 std::shared_ptr<GPUContext> gpuContext; member
|