Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3003 bool rg16Supported = false; in initFormatTable() local
3006 rg16Supported = version >= GR_GL_VER(3, 0) || in initFormatTable()
3009 rg16Supported = ctxInfo.hasExtension("GL_EXT_texture_norm16"); in initFormatTable()
3013 if (rg16Supported) { in initFormatTable()
3028 if (rg16Supported) { in initFormatTable()