Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShaderCaps.h141 bool removePowWithConstantExponent() const { return fRemovePowWithConstantExponent; } in removePowWithConstantExponent() function
/external/skia/src/gpu/
DGrShaderCaps.h144 bool removePowWithConstantExponent() const { return fRemovePowWithConstantExponent; } in removePowWithConstantExponent() function
/external/skqp/src/sksl/
DSkSLUtil.h204 bool removePowWithConstantExponent() const { in removePowWithConstantExponent() function
DSkSLGLSLCodeGenerator.cpp593 if (!fProgram.fSettings.fCaps->removePowWithConstantExponent()) { in writeFunctionCall()
/external/skia/src/sksl/
DSkSLUtil.h271 bool removePowWithConstantExponent() const { in removePowWithConstantExponent() function
/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp574 if (!this->caps().removePowWithConstantExponent()) { in writeFunctionCall()