HomeSort by relevance Sort by last modified time
    Searched full:clipbit (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 739 int clipBit = stencilBuffer->bits();
740 SkASSERT((clipBit <= 16) && "Ganesh only handles 16b or smaller stencil buffers");
741 clipBit = (1 << (clipBit-1));
    [all...]
GrStencil.cpp 205 0x0000 // set clipBit
276 // non-inverted fill and we use the stencil rules on the client->clipbit
GrGpu.h 375 unsigned int clipBit,
  /external/skia/src/gpu/
GrClipMaskManager.cpp 739 int clipBit = stencilBuffer->bits();
740 SkASSERT((clipBit <= 16) && "Ganesh only handles 16b or smaller stencil buffers");
741 clipBit = (1 << (clipBit-1));
    [all...]
GrStencil.cpp 205 0x0000 // set clipBit
276 // non-inverted fill and we use the stencil rules on the client->clipbit
GrGpu.h 375 unsigned int clipBit,

Completed in 2720 milliseconds