Home
last modified time | relevance | path

Searched refs:DumpSurfaceType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h66 enum class DumpSurfaceType { enum
154 static DumpSurfaceType GetDumpSurfaceType();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1494 if (type != DumpSurfaceType::SINGLESURFACE && type != DumpSurfaceType::ALLSURFACES) { in WriteSurfaceRenderNodeToPng()
1498 if (type == DumpSurfaceType::SINGLESURFACE && !ROSEN_EQ(node.GetId(), id)) { in WriteSurfaceRenderNodeToPng()
1528 if (type != DumpSurfaceType::SINGLESURFACE && type != DumpSurfaceType::ALLSURFACES) { in WriteCacheRenderNodeToPng()
1532 if (type == DumpSurfaceType::SINGLESURFACE && !ROSEN_EQ(node.GetId(), id)) { in WriteCacheRenderNodeToPng()
1658 if (type != DumpSurfaceType::PIXELMAP) { in WritePixelMapToPng()
1677 if (type != DumpSurfaceType::SURFACEBUFFER) { in WriteSurfaceBufferToPng()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp161 DumpSurfaceType RSSystemProperties::GetDumpSurfaceType() in GetDumpSurfaceType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp167 DumpSurfaceType RSSystemProperties::GetDumpSurfaceType() in GetDumpSurfaceType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp419 DumpSurfaceType RSSystemProperties::GetDumpSurfaceType() in GetDumpSurfaceType()
424 return static_cast<DumpSurfaceType>(ConvertToInt(type, 0)); in GetDumpSurfaceType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp399 ASSERT_EQ(RSSystemProperties::GetDumpSurfaceType(), DumpSurfaceType::DISABLED);