Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h174 bool hasStencilFormatBeenDeterminedForConfig(GrPixelConfig config) const { in hasStencilFormatBeenDeterminedForConfig() function
185 SkASSERT(this->hasStencilFormatBeenDeterminedForConfig(config)); in getStencilFormatIndexForConfig()
194 SkASSERT(!this->hasStencilFormatBeenDeterminedForConfig(config)); in setStencilFormatIndexForConfig()
H A DGrGLGpu.cpp1770 if (!this->glCaps().hasStencilFormatBeenDeterminedForConfig(config)) {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h177 bool hasStencilFormatBeenDeterminedForConfig(GrPixelConfig config) const { in hasStencilFormatBeenDeterminedForConfig() function
188 SkASSERT(this->hasStencilFormatBeenDeterminedForConfig(config)); in getStencilFormatIndexForConfig()
197 SkASSERT(!this->hasStencilFormatBeenDeterminedForConfig(config)); in setStencilFormatIndexForConfig()
H A DGrGLGpu.cpp1526 if (!this->glCaps().hasStencilFormatBeenDeterminedForConfig(config)) { in getCompatibleStencilIndex()