Lines Matching refs:fConfigTable
114 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kTextureable_Flag); in isConfigTexturable()
129 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kFBOColorAttachment_Flag); in canConfigBeFBOColorAttachment()
133 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kCanUseTexStorage_Flag); in isConfigTexSupportEnabled()
138 return fConfigTable[config].fSwizzle; in configSwizzle()
142 return fConfigTable[config].fFormats.fSizedInternalFormat; in configSizedInternalFormat()
160 return fConfigTable[config].fFormats.fSizedInternalFormat; in getImageFormat()
176 return fConfigTable[config].fStencilFormatIndex != ConfigInfo::kUnknown_StencilIndex; in hasStencilFormatBeenDeterminedForConfig()
187 return fConfigTable[config].fStencilFormatIndex; in getStencilFormatIndexForConfig()
197 fConfigTable[config].fStencilFormatIndex = ConfigInfo::kUnsupported_StencilFormatIndex; in setStencilFormatIndexForConfig()
199 fConfigTable[config].fStencilFormatIndex = index; in setStencilFormatIndexForConfig()
209 fConfigTable[config].fVerifiedColorAttachment = true; in markConfigAsValidColorAttachment()
217 return fConfigTable[config].fVerifiedColorAttachment; in isConfigVerifiedColorAttachment()
599 ConfigInfo fConfigTable[kGrPixelConfigCnt]; variable