HomeSort by relevance Sort by last modified time
    Searched defs:removePowWithConstantExponent (Results 1 - 4 of 4) sorted by null

  /external/skia/src/sksl/
SkSLUtil.h 209 bool removePowWithConstantExponent() const {
385 static sk_sp<GrShaderCaps> RemovePowWithConstantExponent() {
  /external/skqp/src/sksl/
SkSLUtil.h 204 bool removePowWithConstantExponent() const {
380 static sk_sp<GrShaderCaps> RemovePowWithConstantExponent() {
  /external/skia/src/gpu/
GrShaderCaps.h 145 bool removePowWithConstantExponent() const { return fRemovePowWithConstantExponent; }
  /external/skqp/src/gpu/
GrShaderCaps.h 141 bool removePowWithConstantExponent() const { return fRemovePowWithConstantExponent; }

Completed in 424 milliseconds