Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds