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.cpp910 const GrGLuint kUnknownBitCount = GrGLStencilAttachment::kUnknownBitCount; variable
928 gDS = {GR_GL_DEPTH_STENCIL, kUnknownBitCount, kUnknownBitCount, true }; in initStencilFormats()
DGrGLGpu.cpp1379 const GrGLuint kUnknownBitCount = GrGLStencilAttachment::kUnknownBitCount; variable
1385 SkASSERT((kUnknownBitCount == format->fStencilBits) == in get_stencil_rb_sizes()
1386 (kUnknownBitCount == format->fTotalBits)); in get_stencil_rb_sizes()
1387 if (kUnknownBitCount == format->fStencilBits) { in get_stencil_rb_sizes()