Home
last modified time | relevance | path

Searched refs:hasStencilFormatBeenDeterminedForConfig (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h164 bool hasStencilFormatBeenDeterminedForConfig(GrPixelConfig config) const { in hasStencilFormatBeenDeterminedForConfig() function
175 SkASSERT(this->hasStencilFormatBeenDeterminedForConfig(config)); in getStencilFormatIndexForConfig()
184 SkASSERT(!this->hasStencilFormatBeenDeterminedForConfig(config)); in setStencilFormatIndexForConfig()
DGrGLGpu.cpp1406 if (!this->glCaps().hasStencilFormatBeenDeterminedForConfig(config)) { in getCompatibleStencilIndex()