Home
last modified time | relevance | path

Searched refs:unfoldShortCircuitAsTernary (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrShaderCaps.h135 bool unfoldShortCircuitAsTernary() const { return fUnfoldShortCircuitAsTernary; } in unfoldShortCircuitAsTernary() function
/external/skia/src/gpu/
DGrShaderCaps.h138 bool unfoldShortCircuitAsTernary() const { return fUnfoldShortCircuitAsTernary; } in unfoldShortCircuitAsTernary() function
/external/skqp/src/sksl/
DSkSLUtil.h192 bool unfoldShortCircuitAsTernary() const { in unfoldShortCircuitAsTernary() function
DSkSLGLSLCodeGenerator.cpp894 if (fProgram.fSettings.fCaps->unfoldShortCircuitAsTernary() && in writeFunctionCall()
/external/skia/src/sksl/
DSkSLUtil.h256 bool unfoldShortCircuitAsTernary() const { in unfoldShortCircuitAsTernary() function
/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp842 if (this->caps().unfoldShortCircuitAsTernary() && in writeBinaryExpression()