Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/include/platform/
DFeaturesGL.h97 Feature emulateAbsIntFunction = { member
/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h141 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction() function
/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/flutter/skia/src/sksl/
DSkSLUtil.h191 bool emulateAbsIntFunction() const { in emulateAbsIntFunction() function
DSkSLGLSLCodeGenerator.cpp486 if (!fProgram.fSettings.fCaps->emulateAbsIntFunction()) in writeFunctionCall()
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp260 if (features.emulateAbsIntFunction.enabled) in compile()
Drenderergl_utils.cpp1451 features->emulateAbsIntFunction.enabled = IsIntel(vendor); in InitializeFeatures()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp447 if (!this->caps().emulateAbsIntFunction()) in writeFunctionCall()