Searched refs:fStencilFormatIndex (Results 1 – 1 of 1) sorted by relevance
181 return fConfigTable[config].fStencilFormatIndex != ConfigInfo::kUnknown_StencilIndex; in hasStencilFormatBeenDeterminedForConfig()192 return fConfigTable[config].fStencilFormatIndex; in getStencilFormatIndexForConfig()202 fConfigTable[config].fStencilFormatIndex = ConfigInfo::kUnsupported_StencilFormatIndex; in setStencilFormatIndexForConfig()204 fConfigTable[config].fStencilFormatIndex = index; in setStencilFormatIndexForConfig()470 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo()489 int fStencilFormatIndex; member