Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1530 bool r8Support = false; in initFormatTable() local
1532 r8Support = version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_ARB_texture_rg"); in initFormatTable()
1534 r8Support = version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_EXT_texture_rg"); in initFormatTable()
1536 r8Support = ctxInfo.version() >= GR_GL_VER(2, 0); in initFormatTable()
1539 r8Support = false; in initFormatTable()
1542 if (r8Support) { in initFormatTable()
1556 if (r8Support) { in initFormatTable()