Searched refs:DumpSurfaceType (Results 1 – 6 of 6) sorted by relevance
66 enum class DumpSurfaceType { enum154 static DumpSurfaceType GetDumpSurfaceType();
1494 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()
161 DumpSurfaceType RSSystemProperties::GetDumpSurfaceType() in GetDumpSurfaceType()
167 DumpSurfaceType RSSystemProperties::GetDumpSurfaceType() in GetDumpSurfaceType()
419 DumpSurfaceType RSSystemProperties::GetDumpSurfaceType() in GetDumpSurfaceType()424 return static_cast<DumpSurfaceType>(ConvertToInt(type, 0)); in GetDumpSurfaceType()
399 ASSERT_EQ(RSSystemProperties::GetDumpSurfaceType(), DumpSurfaceType::DISABLED);