Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1160 fConfigTable[i].fFormats.fBaseInternalFormat, in dump()
1432 fConfigTable[kUnknown_GrPixelConfig].fFormats.fBaseInternalFormat = 0; in initConfigTable()
1569 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_RGB; in initConfigTable()
1801 fConfigTable[kLATC_GrPixelConfig].fFormats.fBaseInternalFormat = in initConfigTable()
1813 fConfigTable[kLATC_GrPixelConfig].fFormats.fBaseInternalFormat = in initConfigTable()
1861 fConfigTable[kASTC_12x12_GrPixelConfig].fFormats.fBaseInternalFormat = in initConfigTable()
1892 fConfigTable[i].fFormats.fBaseInternalFormat; in initConfigTable()
1895 fConfigTable[i].fFormats.fBaseInternalFormat; in initConfigTable()
1940 fConfigTable[i].fFormats.fBaseInternalFormat == GR_GL_RED) { in initConfigTable()
1950 SkASSERT(defaultEntry.fFormats.fBaseInternalFormat != in initConfigTable()
[all …]
H A DGrGLCaps.h440 GrGLenum fBaseInternalFormat; member
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1380 fConfigTable[kUnknown_GrPixelConfig].fFormats.fBaseInternalFormat = 0; in initConfigTable()
1615 alphaInfo.fFormats.fBaseInternalFormat = GR_GL_ALPHA; in initConfigTable()
1626 redInfo.fFormats.fBaseInternalFormat = GR_GL_RED; in initConfigTable()
1655 grayLumInfo.fFormats.fBaseInternalFormat = GR_GL_LUMINANCE; in initConfigTable()
1667 grayRedInfo.fFormats.fBaseInternalFormat = GR_GL_RED; in initConfigTable()
1736 fConfigTable[fpconfig].fFormats.fBaseInternalFormat = format; in initConfigTable()
1769 redHalf.fFormats.fBaseInternalFormat = GR_GL_RED; in initConfigTable()
1833 fConfigTable[i].fFormats.fBaseInternalFormat; in initConfigTable()
1836 fConfigTable[i].fFormats.fBaseInternalFormat; in initConfigTable()
1968 SkASSERT(defaultEntry.fFormats.fBaseInternalFormat != in initConfigTable()
[all …]
H A DGrGLCaps.h518 GrGLenum fBaseInternalFormat; member