Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h85 bool preferFullscreenClears() const { return fPreferFullscreenClears; } in preferFullscreenClears()
548 bool fPreferFullscreenClears : 1; variable
DGrCaps.cpp36 fPreferFullscreenClears = false; in GrCaps()
215 writer->appendBool("Prefer fullscreen clears (and stencil discard)", fPreferFullscreenClears); in dumpJSON()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp420 fPreferFullscreenClears = true; in init()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp193 fPreferFullscreenClears = true; in init()