Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h370 return fUseDrawInsteadOfAllRenderTargetWrites; in useDrawInsteadOfAllRenderTargetWrites()
515 bool fUseDrawInsteadOfAllRenderTargetWrites : 1; variable
DGrGLCaps.cpp65 fUseDrawInsteadOfAllRenderTargetWrites = false; in GrGLCaps()
1171 fUseDrawInsteadOfAllRenderTargetWrites); in onDumpJSON()
2575 fUseDrawInsteadOfAllRenderTargetWrites = true; in applyDriverCorrectnessWorkarounds()
2825 SkASSERT(!fUseDrawInsteadOfAllRenderTargetWrites); in onApplyOptionsOverrides()
2845 if (fUseDrawInsteadOfAllRenderTargetWrites) { in onSurfaceSupportsWritePixels()
/external/skqp/src/gpu/gl/
DGrGLCaps.h370 return fUseDrawInsteadOfAllRenderTargetWrites; in useDrawInsteadOfAllRenderTargetWrites()
515 bool fUseDrawInsteadOfAllRenderTargetWrites : 1; variable
DGrGLCaps.cpp65 fUseDrawInsteadOfAllRenderTargetWrites = false; in GrGLCaps()
1164 fUseDrawInsteadOfAllRenderTargetWrites); in onDumpJSON()
2557 fUseDrawInsteadOfAllRenderTargetWrites = true; in applyDriverCorrectnessWorkarounds()
2807 SkASSERT(!fUseDrawInsteadOfAllRenderTargetWrites); in onApplyOptionsOverrides()
2824 if (fUseDrawInsteadOfAllRenderTargetWrites) { in onSurfaceSupportsWritePixels()