Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h175 bool hasStencilFormatBeenDeterminedForConfig(GrPixelConfig config) const { in hasStencilFormatBeenDeterminedForConfig() function
186 SkASSERT(this->hasStencilFormatBeenDeterminedForConfig(config)); in getStencilFormatIndexForConfig()
195 SkASSERT(!this->hasStencilFormatBeenDeterminedForConfig(config)); in setStencilFormatIndexForConfig()
DGrGLGpu.cpp1684 if (!this->glCaps().hasStencilFormatBeenDeterminedForConfig(config)) { in getCompatibleStencilIndex()
/external/skqp/src/gpu/gl/
DGrGLCaps.h175 bool hasStencilFormatBeenDeterminedForConfig(GrPixelConfig config) const { in hasStencilFormatBeenDeterminedForConfig() function
186 SkASSERT(this->hasStencilFormatBeenDeterminedForConfig(config)); in getStencilFormatIndexForConfig()
195 SkASSERT(!this->hasStencilFormatBeenDeterminedForConfig(config)); in setStencilFormatIndexForConfig()
DGrGLGpu.cpp1649 if (!this->glCaps().hasStencilFormatBeenDeterminedForConfig(config)) { in getCompatibleStencilIndex()