Home
last modified time | relevance | path

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

123

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
Dskia_gpu_context_test.cpp49 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 …]
Dskia_static_factory_test.cpp102 OHOS::Rosen::Drawing::GPUContext gpuContext; variable
124 OHOS::Rosen::Drawing::GPUContext gpuContext; variable
Dskia_surface_test.cpp86 auto gpuContext = skiaCanvas->GetGPUContext(); variable
109 auto gpuContext = skiaCanvas->GetGPUContext(); variable
179 auto gpuContext = skiaCanvas->GetGPUContext(); variable
Dskia_image_test.cpp188 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/
Drs_tag_tracker_test.cpp69 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/
Dgpu_context_test.cpp146 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 …]
Dimage_test.cpp433 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/
Drs_memory_manager.cpp95 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/
Drs_tag_tracker.cpp24 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/
Dimage.cpp75 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/
Drs_background_thread.cpp112 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/
Dmomory_handler_test.cpp45 auto gpuContext = new Drawing::GPUContext(); variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dsurface.cpp45 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/
Dsurface_test.cpp42 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/
Dskia_image.cpp117 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()
Dskia_static_factory.cpp78 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/
Drecording_canvas.h50 void SetGrRecordingContext(std::shared_ptr<GPUContext> gpuContext) in SetGrRecordingContext()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
Dstatic_factory.cpp114 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/
Drs_pixel_map_util_test.cpp162 auto gpuContext = std::make_shared<Drawing::GPUContext>(); variable
209 std::shared_ptr<Drawing::GPUContext> gpuContext; variable
Drs_image_base_test.cpp268 std::shared_ptr<Drawing::GPUContext> gpuContext = nullptr; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
Dmemory_handler.cpp33 void MemoryHandler::ClearRedundantResources(Drawing::GPUContext* gpuContext) in ClearRedundantResources()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
Ddrawsurface_fuzzer.cpp64 GPUContext gpuContext; in SurfaceFuzzTest001() local
91 GPUContext gpuContext; in SurfaceFuzzTest002() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
Drs_sub_thread.cpp309 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/
Dstatic_factory_test.cpp96 auto gpuContext = new GPUContext(); variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
Dsurface.h37 std::shared_ptr<GPUContext> gpuContext; member

123