Home
last modified time | relevance | path

Searched refs:SK_CONF_SET (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DRuntimeConfigTest.cpp18 SK_CONF_SET("test.utils.rtconf.testVariable", 2); in DEF_TEST()
DPathOpsExtendedTest.cpp574 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); in initializeTests()
575 SK_CONF_SET("images.png.suppressDecoderWarnings", true); in initializeTests()
DSkpSkGrTest.cpp570 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); in initTest()
571 SK_CONF_SET("images.png.suppressDecoderWarnings", true); in initTest()
DPathOpsSkpClipTest.cpp753 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); in initTest()
754 SK_CONF_SET("images.png.suppressDecoderWarnings", true); in initTest()
/external/skia/include/utils/
DSkRTConf.h55 #define SK_CONF_SET(confname, value) \ macro
64 #define SK_CONF_SET(confname, value) (void) confname, (void) value macro
/external/skia/site/dev/runtime/
Dconfig.md76 SK_CONF_SET( configuration_name, new_value );
Dindex.md54 variable after your program has started, you can do this with the `SK_CONF_SET`
59 SK_CONF_SET( "gpu.printShaders", false )