Home
last modified time | relevance | path

Searched refs:fUseDrawInsteadOfAllRenderTargetWrites (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h367 return fUseDrawInsteadOfAllRenderTargetWrites; in useDrawInsteadOfAllRenderTargetWrites()
527 bool fUseDrawInsteadOfAllRenderTargetWrites : 1; variable
DGrGLCaps.cpp56 fUseDrawInsteadOfAllRenderTargetWrites = false; in GrGLCaps()
1203 fUseDrawInsteadOfAllRenderTargetWrites); in onDumpJSON()
3285 fUseDrawInsteadOfAllRenderTargetWrites = true; in applyDriverCorrectnessWorkarounds()
3606 SkASSERT(!fUseDrawInsteadOfAllRenderTargetWrites); in onApplyOptionsOverrides()
3633 if (fUseDrawInsteadOfAllRenderTargetWrites) { in onSurfaceSupportsWritePixels()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h384 return fUseDrawInsteadOfAllRenderTargetWrites; in useDrawInsteadOfAllRenderTargetWrites()
592 bool fUseDrawInsteadOfAllRenderTargetWrites : 1; variable
DGrGLCaps.cpp55 fUseDrawInsteadOfAllRenderTargetWrites = false; in GrGLCaps()
1230 fUseDrawInsteadOfAllRenderTargetWrites); in onDumpJSON()
3758 fUseDrawInsteadOfAllRenderTargetWrites = true; in applyDriverCorrectnessWorkarounds()
4314 SkASSERT(!fUseDrawInsteadOfAllRenderTargetWrites); in onApplyOptionsOverrides()
4344 if (fUseDrawInsteadOfAllRenderTargetWrites) { in onSurfaceSupportsWritePixels()