Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp1064 fConfigTable[i].fFormats.fInternalFormatTexImage, in dump()
1166 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getTexImageFormats()
1175 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getCompressedTexImageFormats()
1686 fConfigTable[i].fFormats.fInternalFormatTexImage = useSizedTexFormats ? in initConfigTable()
1713 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fInternalFormatTexImage = GR_GL_BGRA; in initConfigTable()
DGrGLCaps.h454 GrGLenum fInternalFormatTexImage; member