Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShaderCaps.h137 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction() function
/external/skia/src/gpu/
DGrShaderCaps.h140 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction() function
/external/angle/include/platform/
DFeaturesGL.h110 Feature emulateAbsIntFunction = {"emulate_abs_int_function", FeatureCategory::OpenGLWorkarounds, member
/external/skqp/src/sksl/
DSkSLUtil.h196 bool emulateAbsIntFunction() const { in emulateAbsIntFunction() function
DSkSLGLSLCodeGenerator.cpp490 if (!fProgram.fSettings.fCaps->emulateAbsIntFunction()) in writeFunctionCall()
/external/skia/src/sksl/
DSkSLUtil.h261 bool emulateAbsIntFunction() const { in emulateAbsIntFunction() function
/external/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp272 if (features.emulateAbsIntFunction.enabled) in compile()
Drenderergl_utils.cpp1878 ANGLE_FEATURE_CONDITION(features, emulateAbsIntFunction, IsApple() && isIntel); in InitializeFeatures()
/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp463 if (!this->caps().emulateAbsIntFunction()) in writeFunctionCall()