Home
last modified time | relevance | path

Searched refs:fAlpha8IsRenderable (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h284 bool alpha8IsRenderable() const { return fAlpha8IsRenderable; } in alpha8IsRenderable()
496 bool fAlpha8IsRenderable: 1; variable
DGrGLCaps.cpp35 fAlpha8IsRenderable = false; in GrGLCaps()
990 fAlpha8IsRenderable = true; in initFSAASupport()
1001 fAlpha8IsRenderable = true; in initFSAASupport()
1185 writer->appendBool("Alpha8 is renderable", fAlpha8IsRenderable); in onDumpJSON()
1651 if (fAlpha8IsRenderable && alpha8IsValidForGL) { in initFormatTable()