Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp1243 fConfigTable[i].fFormats.fInternalFormatTexImage, in dump()
1346 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getTexImageFormats()
1355 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getCompressedTexImageFormats()
1976 fConfigTable[i].fFormats.fInternalFormatTexImage = useSizedTexFormats ? in initConfigTable()
2008 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fInternalFormatTexImage = GR_GL_BGRA; in initConfigTable()
DGrGLCaps.h465 GrGLenum fInternalFormatTexImage; member