Home
last modified time | relevance | path

Searched refs:fAllowVarDeclarationCloneForTesting (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sksl/
DSkSLProgramSettings.h86 bool fAllowVarDeclarationCloneForTesting = false; member
/external/skia/src/sksl/ir/
DSkSLVarDeclarations.cpp36 if (ThreadContext::Settings().fAllowVarDeclarationCloneForTesting) { in clone()
/external/skia/tests/
DSkSLTest.cpp247 settings.fAllowVarDeclarationCloneForTesting = true; in test_clone()