Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTaskCluster.cpp27 [[maybe_unused]] static SkString describe_tasks(SkSpan<const sk_sp<GrRenderTask>> collection) { in describe_tasks() function
35 [[maybe_unused]] static SkString describe_tasks(const SkTInternalLList<GrRenderTask>& collection) { in describe_tasks() function
167 CLUSTER_DEBUGF("Cluster: Original order is %s\n", describe_tasks(input).c_str()); in GrClusterRenderTasks()
174 CLUSTER_DEBUGF("Cluster: Output order is now: %s\n", describe_tasks(*llist).c_str()); in GrClusterRenderTasks()