Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h117 bool mustForceNegatedAtanParamToFloat() const { return fMustForceNegatedAtanParamToFloat; } in mustForceNegatedAtanParamToFloat() function
/third_party/skia/src/gpu/
DGrShaderCaps.h132 bool mustForceNegatedAtanParamToFloat() const { return fMustForceNegatedAtanParamToFloat; } in mustForceNegatedAtanParamToFloat() function
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h63 bool mustForceNegatedAtanParamToFloat() const { in mustForceNegatedAtanParamToFloat() function
DSkSLGLSLCodeGenerator.cpp506 if (fProgram.fSettings.fCaps->mustForceNegatedAtanParamToFloat() && in writeFunctionCall()
/third_party/skia/src/sksl/
DSkSLUtil.h69 bool mustForceNegatedAtanParamToFloat() const { in mustForceNegatedAtanParamToFloat() function
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp468 if (this->caps().mustForceNegatedAtanParamToFloat() && in writeFunctionCall()