Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrShaderCaps.h163 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction() function
/third_party/skia/third_party/externals/angle2/include/platform/
DFeaturesGL.h110 Feature emulateAbsIntFunction = {"emulate_abs_int_function", FeatureCategory::OpenGLWorkarounds, member
/third_party/skia/src/sksl/
DSkSLUtil.h246 bool emulateAbsIntFunction() const { in emulateAbsIntFunction() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp272 if (features.emulateAbsIntFunction.enabled) in compile()
Drenderergl_utils.cpp1900 ANGLE_FEATURE_CONDITION(features, emulateAbsIntFunction, IsApple() && isIntel); in InitializeFeatures()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp447 if (!this->caps().emulateAbsIntFunction()) in writeFunctionCall()