Searched refs:SK_RELEASE (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPreConfig.h65 #if !defined(SK_DEBUG) && !defined(SK_RELEASE)
67 #define SK_RELEASE macro
H A DSkPostConfig.h17 #if defined(SK_DEBUG) && defined(SK_RELEASE)
18 #error "cannot define both SK_DEBUG and SK_RELEASE"
19 #elif !defined(SK_DEBUG) && !defined(SK_RELEASE)
20 #error "must define either SK_DEBUG or SK_RELEASE"
/external/skia/include/core/
H A DSkPreConfig.h65 #if !defined(SK_DEBUG) && !defined(SK_RELEASE)
67 #define SK_RELEASE macro
H A DSkPostConfig.h17 #if defined(SK_DEBUG) && defined(SK_RELEASE)
18 #error "cannot define both SK_DEBUG and SK_RELEASE"
19 #elif !defined(SK_DEBUG) && !defined(SK_RELEASE)
20 #error "must define either SK_DEBUG or SK_RELEASE"
/external/chromium_org/third_party/skia/include/gpu/
H A DSkGr.h28 #if (GR_DEBUG && defined(SK_RELEASE)) || (GR_RELEASE && defined(SK_DEBUG))
/external/skia/include/gpu/
H A DSkGr.h28 #if (GR_DEBUG && defined(SK_RELEASE)) || (GR_RELEASE && defined(SK_DEBUG))
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h13 #ifdef SK_RELEASE
/external/skia/src/pathops/
H A DSkPathOpsDebug.h13 #ifdef SK_RELEASE
/external/chromium_org/third_party/skia/src/animator/
H A DSkCondensedRelease.cpp12 #ifdef SK_RELEASE
/external/skia/src/animator/
H A DSkCondensedRelease.cpp12 #ifdef SK_RELEASE
/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.h254 #ifdef SK_RELEASE
/external/skia/bench/
H A DBitmapBench.cpp150 #ifdef SK_RELEASE
/external/skia/src/core/
H A DSkPathRef.h254 #ifdef SK_RELEASE
/external/skia/
H A DAndroid.mk13 # (a) If libskia is built in release, then define SK_RELEASE when building
24 # NOTE: If neither SK_DEBUG or SK_RELEASE are defined then Skia checks NDEBUG to

Completed in 370 milliseconds