Home
last modified time | relevance | path

Searched refs:kUnknownBitCount (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLStencilAttachment.h18 static const GrGLuint kUnknownBitCount = ~0U; variable
DGrGLCaps.cpp738 const GrGLuint kUnknownBitCount = GrGLStencilAttachment::kUnknownBitCount; variable
756 gDS = {GR_GL_DEPTH_STENCIL, kUnknownBitCount, kUnknownBitCount, true }; in initStencilFormats()
DGrGLGpu.cpp1112 const GrGLuint kUnknownBitCount = GrGLStencilAttachment::kUnknownBitCount; variable
1118 SkASSERT((kUnknownBitCount == format->fStencilBits) == in get_stencil_rb_sizes()
1119 (kUnknownBitCount == format->fTotalBits)); in get_stencil_rb_sizes()
1120 if (kUnknownBitCount == format->fStencilBits) { in get_stencil_rb_sizes()