Searched refs:fStencilFormatIndex (Results 1 – 1 of 1) sorted by relevance
165 return fConfigTable[config].fStencilFormatIndex != ConfigInfo::kUnknown_StencilIndex; in hasStencilFormatBeenDeterminedForConfig()176 return fConfigTable[config].fStencilFormatIndex; in getStencilFormatIndexForConfig()186 fConfigTable[config].fStencilFormatIndex = ConfigInfo::kUnsupported_StencilFormatIndex; in setStencilFormatIndexForConfig()188 fConfigTable[config].fStencilFormatIndex = index; in setStencilFormatIndexForConfig()459 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {} in ConfigInfo()478 int fStencilFormatIndex; member