Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPostConfig.h348 #if defined(SK_HISTOGRAM_ENUMERATION) && defined(SK_HISTOGRAM_BOOLEAN)
354 #ifndef SK_HISTOGRAM_BOOLEAN
355 # define SK_HISTOGRAM_BOOLEAN(name, value) macro
/external/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp98 SK_HISTOGRAM_BOOLEAN("DrawTiled", false); in drawTextureProducer()
DSkGpuDevice.cpp957 SK_HISTOGRAM_BOOLEAN("DrawTiled", true); in drawTiledBitmap() local