Home
last modified time | relevance | path

Searched refs:fDisableDriverCorrectnessWorkarounds (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLContext.cpp45 if (!options.fDisableDriverCorrectnessWorkarounds && in Make()
62 !options.fDisableDriverCorrectnessWorkarounds && in Make()
DGrGLCaps.cpp772 if (!contextOptions.fDisableDriverCorrectnessWorkarounds) { in init()
4333 if (options.fDisableDriverCorrectnessWorkarounds) { in onApplyOptionsOverrides()
/third_party/flutter/skia/src/gpu/gl/
DGrGLContext.cpp59 if (!options.fDisableDriverCorrectnessWorkarounds && in Make()
76 !options.fDisableDriverCorrectnessWorkarounds && in Make()
DGrGLCaps.cpp704 if (!contextOptions.fDisableDriverCorrectnessWorkarounds) { in init()
3600 if (options.fDisableDriverCorrectnessWorkarounds) { in onApplyOptionsOverrides()
/third_party/flutter/skia/include/gpu/
DGrContextOptions.h178 bool fDisableDriverCorrectnessWorkarounds = false; member
/third_party/flutter/skia/tools/flags/
DCommonFlagsGpu.cpp90 ctxOptions->fDisableDriverCorrectnessWorkarounds = FLAGS_disableDriverCorrectnessWorkarounds; in SetCtxOptionsFromCommonFlags()
/third_party/skia/include/gpu/
DGrContextOptions.h218 bool fDisableDriverCorrectnessWorkarounds = false; member
/third_party/skia/tools/flags/
DCommonFlagsGpu.cpp110 ctxOptions->fDisableDriverCorrectnessWorkarounds = FLAGS_disableDriverCorrectnessWorkarounds; in SetCtxOptions()
/third_party/flutter/skia/src/gpu/
DGrShaderCaps.cpp149 if (options.fDisableDriverCorrectnessWorkarounds) { in applyOptionsOverrides()
DGrCaps.cpp87 if (options.fDisableDriverCorrectnessWorkarounds) { in applyOptionsOverrides()
/third_party/skia/src/gpu/
DGrShaderCaps.cpp163 if (options.fDisableDriverCorrectnessWorkarounds) { in applyOptionsOverrides()
DGrCaps.cpp111 if (options.fDisableDriverCorrectnessWorkarounds) { in applyOptionsOverrides()
/third_party/flutter/skia/tools/skqp/src/
Dskqp.cpp154 grContextOptions.fDisableDriverCorrectnessWorkarounds = true; in context_options()
343 options.fDisableDriverCorrectnessWorkarounds = true; in executeTest()
/third_party/skia/tools/skqp/src/
Dskqp.cpp165 grContextOptions.fDisableDriverCorrectnessWorkarounds = true; in context_options()
354 options.fDisableDriverCorrectnessWorkarounds = true; in executeTest()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp361 if (!contextOptions.fDisableDriverCorrectnessWorkarounds) { in init()
400 if (!contextOptions.fDisableDriverCorrectnessWorkarounds) { in init()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp177 if (!contextOptions.fDisableDriverCorrectnessWorkarounds) { in init()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp467 if (!contextOptions.fDisableDriverCorrectnessWorkarounds) { in init()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm39 if (!contextOptions.fDisableDriverCorrectnessWorkarounds) {