Searched refs:fFormats (Results 1 – 2 of 2) sorted by relevance
1238 fConfigTable[i].fFormats.fBaseInternalFormat, in dump()1239 fConfigTable[i].fFormats.fSizedInternalFormat, in dump()1240 fConfigTable[i].fFormats.fExternalFormat[kOther_ExternalFormatUsage], in dump()1241 fConfigTable[i].fFormats.fExternalFormat[kTexImage_ExternalFormatUsage], in dump()1242 fConfigTable[i].fFormats.fExternalType, in dump()1243 fConfigTable[i].fFormats.fInternalFormatTexImage, in dump()1244 fConfigTable[i].fFormats.fInternalFormatRenderbuffer); in dump()1336 return fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat == GR_GL_BGRA; in bgraIsInternalFormat()1346 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getTexImageFormats()1355 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getCompressedTexImageFormats()[all …]
149 return fConfigTable[config].fFormats.fSizedInternalFormat; in configSizedInternalFormat()165 return fConfigTable[config].fFormats.fSizedInternalFormat; in getImageFormat()472 ConfigFormats fFormats; member