Searched refs:fFormats (Results 1 – 2 of 2) sorted by relevance
1059 fConfigTable[i].fFormats.fBaseInternalFormat, in dump()1060 fConfigTable[i].fFormats.fSizedInternalFormat, in dump()1061 fConfigTable[i].fFormats.fExternalFormat[kOther_ExternalFormatUsage], in dump()1062 fConfigTable[i].fFormats.fExternalFormat[kTexImage_ExternalFormatUsage], in dump()1063 fConfigTable[i].fFormats.fExternalType, in dump()1064 fConfigTable[i].fFormats.fInternalFormatTexImage, in dump()1065 fConfigTable[i].fFormats.fInternalFormatRenderbuffer); in dump()1156 return fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat == GR_GL_BGRA; in bgraIsInternalFormat()1166 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getTexImageFormats()1175 *internalFormat = fConfigTable[surfaceConfig].fFormats.fInternalFormatTexImage; in getCompressedTexImageFormats()[all …]
461 ConfigFormats fFormats; member