Searched refs:SK_CONF_SET (Results 1 – 7 of 7) sorted by relevance
/external/skia/tests/ |
D | RuntimeConfigTest.cpp | 18 SK_CONF_SET("test.utils.rtconf.testVariable", 2); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 574 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); in initializeTests() 575 SK_CONF_SET("images.png.suppressDecoderWarnings", true); in initializeTests()
|
D | SkpSkGrTest.cpp | 570 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); in initTest() 571 SK_CONF_SET("images.png.suppressDecoderWarnings", true); in initTest()
|
D | PathOpsSkpClipTest.cpp | 753 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); in initTest() 754 SK_CONF_SET("images.png.suppressDecoderWarnings", true); in initTest()
|
/external/skia/include/utils/ |
D | SkRTConf.h | 55 #define SK_CONF_SET(confname, value) \ macro 64 #define SK_CONF_SET(confname, value) (void) confname, (void) value macro
|
/external/skia/site/dev/runtime/ |
D | config.md | 76 SK_CONF_SET( configuration_name, new_value );
|
D | index.md | 54 variable after your program has started, you can do this with the `SK_CONF_SET` 59 SK_CONF_SET( "gpu.printShaders", false )
|