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

  /external/chromium_org/third_party/skia/tests/
RuntimeConfigTest.cpp 10 SK_CONF_DECLARE(int, c_RTConfTestVariable,
  /external/chromium_org/third_party/skia/include/utils/
SkRTConf.h 54 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static SkRTConf<confType> varName(confName, defaultValue, description)
58 confname can't be found. This is useful if the SK_CONF_DECLARE is
63 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static confType varName = defaultValue
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp 17 SK_CONF_DECLARE(bool, c_PrintShaders, "gpu.printShaders", false,
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.cpp 101 SK_CONF_DECLARE(const char *, c_bitmapFilter, "bitmap.filter", "mitchell", "Which scanline bitmap filter to use [mitchell, lanczos, hamming, gaussian, triangle, box]");
  /external/chromium_org/third_party/skia/src/opts/
opts_check_x86.cpp 126 SK_CONF_DECLARE( bool, c_hqfilter_sse, "bitmap.filter.highQualitySSE", true, "Use SSE optimized version of high quality image filters");
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 18 SK_CONF_DECLARE(bool, c_DisplayCache, "gpu.displayCache", false,
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 261 SK_CONF_DECLARE( bool, c_analyticBlurRRect, "mask.filter.blur.analyticblurrrect", false, "Use the faster analytic blur approach for ninepatch rects" );
263 SK_CONF_DECLARE( bool, c_analyticBlurRRect, "mask.filter.blur.analyticblurrrect", true, "Use the faster analytic blur approach for ninepatch round rects" );
397 SK_CONF_DECLARE( bool, c_analyticBlurNinepatch, "mask.filter.analyticNinePatch", true, "Use the faster analytic blur approach for ninepatch rects" );
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 40 SK_CONF_DECLARE(bool, c_suppressGIFImageDecoderWarnings,
SkImageDecoder_libjpeg.cpp 47 SK_CONF_DECLARE(bool, c_suppressJPEGImageDecoderWarnings,
51 SK_CONF_DECLARE(bool, c_suppressJPEGImageDecoderErrors,
    [all...]
SkImageDecoder_libpng.cpp 46 SK_CONF_DECLARE(bool, c_suppressPNGImageDecoderWarnings,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 30 SK_CONF_DECLARE(bool, c_DumpFontCache, "gpu.dumpFontCache", false,
GrDistanceFieldTextContext.cpp 28 SK_CONF_DECLARE(bool, c_DumpFontCache, "gpu.dumpFontCache", false,
GrContext.cpp 48 SK_CONF_DECLARE(bool, c_Defer, "gpu.deferContext", true,
    [all...]

Completed in 191 milliseconds