Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1648 bool alpha8IsRenderable = false; in initFormatTable() local
1652 alpha8IsRenderable = ctxInfo.version() >= GR_GL_VER(3, 0) || in initFormatTable()
1662 if (alpha8IsRenderable && alpha8IsValidForGL) { in initFormatTable()