Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1170 writer->appendHexU32("i_for_teximage", fConfigTable[i].fFormats.fInternalFormatTexImage); in onDumpJSON()
1191 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getTexImageFormats()
1831 fConfigTable[i].fFormats.fInternalFormatTexImage = useSizedTexFormats ? in initConfigTable()
1846 fConfigTable[kAlpha_8_GrPixelConfig].fFormats.fInternalFormatTexImage = in initConfigTable()
1848 fConfigTable[kAlpha_8_as_Alpha_GrPixelConfig].fFormats.fInternalFormatTexImage = in initConfigTable()
1877 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fInternalFormatTexImage = GR_GL_BGRA; in initConfigTable()
H A DGrGLCaps.h531 GrGLenum fInternalFormatTexImage; member
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1165 fConfigTable[i].fFormats.fInternalFormatTexImage, in dump()
1268 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getTexImageFormats()
1277 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getCompressedTexImageFormats()
1890 fConfigTable[i].fFormats.fInternalFormatTexImage = useSizedTexFormats ? in initConfigTable()
1922 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fInternalFormatTexImage = GR_GL_BGRA; in initConfigTable()
H A DGrGLCaps.h454 GrGLenum fInternalFormatTexImage; member