Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp1381 bool texImageSupportsSizedInternalFormat = local
1424 texImageSupportsSizedInternalFormat ? GR_GL_RGBA8 : GR_GL_RGBA;
1553 texImageSupportsSizedInternalFormat ? GR_GL_R8 : GR_GL_RED;
1673 if (!GR_IS_GR_GL_ES(standard) && texImageSupportsSizedInternalFormat &&
1752 } else if (texImageSupportsSizedInternalFormat && lum8SizedFormatSupported) {
1832 } else if (texImageSupportsSizedInternalFormat && la8SizedFormatSupported) {
2043 texImageSupportsSizedInternalFormat ? GR_GL_RGB565 : GR_GL_RGB;
2146 texImageSupportsSizedInternalFormat ? GR_GL_RGBA16F : GR_GL_RGBA;
2270 texImageSupportsSizedInternalFormat ? GR_GL_R16F : GR_GL_RED;
2351 } else if (texImageSupportsSizedInternalFormat
[all...]

Completed in 5 milliseconds