HomeSort by relevance Sort by last modified time
    Searched defs:hasStencilFormatBeenDeterminedForConfig (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLCaps.h 175 bool hasStencilFormatBeenDeterminedForConfig(GrPixelConfig config) const {
181 * hasStencilFormatBeenDeterminedForConfig has already been checked. Returns a value < 0 if
186 SkASSERT(this->hasStencilFormatBeenDeterminedForConfig(config));
195 SkASSERT(!this->hasStencilFormatBeenDeterminedForConfig(config));
  /external/skqp/src/gpu/gl/
GrGLCaps.h 175 bool hasStencilFormatBeenDeterminedForConfig(GrPixelConfig config) const {
181 * hasStencilFormatBeenDeterminedForConfig has already been checked. Returns a value < 0 if
186 SkASSERT(this->hasStencilFormatBeenDeterminedForConfig(config));
195 SkASSERT(!this->hasStencilFormatBeenDeterminedForConfig(config));

Completed in 444 milliseconds