Searched refs:fStencilFormatIndex (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLCaps.h181 return fConfigTable[config].fStencilFormatIndex != ConfigInfo::kUnknown_StencilIndex;
192 return fConfigTable[config].fStencilFormatIndex;
202 fConfigTable[config].fStencilFormatIndex = ConfigInfo::kUnsupported_StencilFormatIndex;
204 fConfigTable[config].fStencilFormatIndex = index;
470 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {}
489 int fStencilFormatIndex; member in struct:GrGLCaps::ConfigInfo

Completed in 64 milliseconds