Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp1213 writer->appendHexU32("b_internal", fFormatTable[i].fBaseInternalFormat); in onDumpJSON()
1435 info.fBaseInternalFormat = GR_GL_RGBA; in initFormatTable()
1542 info.fBaseInternalFormat = GR_GL_RED; in initFormatTable()
1637 info.fBaseInternalFormat = GR_GL_ALPHA; in initFormatTable()
1708 info.fBaseInternalFormat = GR_GL_LUMINANCE; in initFormatTable()
1779 info.fBaseInternalFormat = GR_GL_BGRA; in initFormatTable()
1895 info.fBaseInternalFormat = GR_GL_RGB; in initFormatTable()
1962 info.fBaseInternalFormat = GR_GL_RGBA; in initFormatTable()
2054 info.fBaseInternalFormat = GR_GL_RED; in initFormatTable()
2136 info.fBaseInternalFormat = GR_GL_LUMINANCE; in initFormatTable()
[all …]
DGrGLCaps.h189 return this->getFormatInfo(format).fBaseInternalFormat; in getBaseInternalFormat()
646 GrGLenum fBaseInternalFormat = 0; member