Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkTypes.h416 defined(SK_HISTOGRAM_EXACT_LINEAR) || \
431 #ifndef SK_HISTOGRAM_EXACT_LINEAR
432 # define SK_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) macro
440 SK_HISTOGRAM_EXACT_LINEAR(name, percent_as_int, 101)
/third_party/skia/src/gpu/
DGrGpu.cpp721 SK_HISTOGRAM_EXACT_LINEAR("SubmitRenderPasses", in reportSubmitHistograms()