HomeSort by relevance Sort by last modified time
    Searched refs:SK_ENABLE_INST_COUNT (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkInstCnt.cpp 10 #if SK_ENABLE_INST_COUNT && !defined(SKIA_DLL) // See SkInstCnt.h
  /external/skia/include/core/
SkInstCnt.h 27 * If SK_ENABLE_INST_COUNT is not defined or defined to 0, or we're in a shared library build,
33 #if SK_ENABLE_INST_COUNT && !defined(SKIA_DLL) // See skia:2058 for why we noop on shared builds.
SkPostConfig.h 127 * SK_ENABLE_INST_COUNT controlls printing how many reference counted objects
131 #ifndef SK_ENABLE_INST_COUNT
135 # define SK_ENABLE_INST_COUNT 1
137 # define SK_ENABLE_INST_COUNT 0
  /external/skia/tests/
LListTest.cpp 20 #if SK_ENABLE_INST_COUNT
137 #if SK_ENABLE_INST_COUNT
153 #if SK_ENABLE_INST_COUNT
180 #if SK_ENABLE_INST_COUNT
191 #if SK_ENABLE_INST_COUNT
198 #if SK_ENABLE_INST_COUNT
303 #if SK_ENABLE_INST_COUNT
308 #if SK_ENABLE_INST_COUNT
GrMemoryPoolTest.cpp 52 #if SK_ENABLE_INST_COUNT
60 #if SK_ENABLE_INST_COUNT
235 #if SK_ENABLE_INST_COUNT
skia_test.cpp 134 #if SK_ENABLE_INST_COUNT
  /external/skia/tools/
bench_pictures_main.cpp 447 #if SK_ENABLE_INST_COUNT
filtermain.cpp 715 #if SK_ENABLE_INST_COUNT

Completed in 581 milliseconds