Home
last modified time | relevance | path

Searched refs:ReleaseByTag (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dgpu_context.cpp142 void GPUContext::ReleaseByTag(const GPUResourceTag &tag) in ReleaseByTag() function in OHOS::Rosen::Drawing::GPUContext
144 impl_->ReleaseByTag(tag); in ReleaseByTag()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dgpu_context_impl.h75 virtual void ReleaseByTag(const GPUResourceTag &tag) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.h87 void ReleaseByTag(const GPUResourceTag &tag) override;
H A Dskia_gpu_context.cpp273 void SkiaGPUContext::ReleaseByTag(const GPUResourceTag &tag) in ReleaseByTag() function in OHOS::Rosen::Drawing::SkiaGPUContext
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h225 void ReleaseByTag(const GPUResourceTag &tag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_gpu_context_test.cpp218 gpuContext->ReleaseByTag(tag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
H A Dgpu_context_test.cpp355 gpuContext->ReleaseByTag(tag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp109 gpuContext->ReleaseByTag(tag); in ReleaseAllGpuResource()