Searched refs:fStencilFormatIndex (Results 1 – 2 of 2) sorted by relevance
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()558 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo()577 int fStencilFormatIndex; member