Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h145 bool removePowWithConstantExponent() const { return fRemovePowWithConstantExponent; } in removePowWithConstantExponent() function
/third_party/skia/src/gpu/
DGrShaderCaps.h169 bool removePowWithConstantExponent() const { return fRemovePowWithConstantExponent; } in removePowWithConstantExponent() function
/third_party/skia/src/sksl/
DSkSLUtil.h261 bool removePowWithConstantExponent() const { in removePowWithConstantExponent() function
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h199 bool removePowWithConstantExponent() const { in removePowWithConstantExponent() function
DSkSLGLSLCodeGenerator.cpp597 if (!fProgram.fSettings.fCaps->removePowWithConstantExponent()) { in writeFunctionCall()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp572 if (!this->caps().removePowWithConstantExponent()) { in writeFunctionCall()