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

  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 740 int clipBit = stencilBuffer->bits();
741 SkASSERT((clipBit <= 16) && "Ganesh only handles 16b or smaller stencil buffers");
742 clipBit = (1 << (clipBit-1));
    [all...]