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

  /external/skia/src/gpu/
GrRenderTarget.cpp 64 void GrRenderTargetPriv::didAttachStencilAttachment(GrStencilAttachment* stencilAttachment) {
65 SkRefCnt_SafeAssign(fRenderTarget->fStencilAttachment, stencilAttachment);
GrClipMaskManager.cpp 704 GrStencilAttachment* stencilAttachment = rt->renderTargetPriv().attachStencilAttachment();
705 if (NULL == stencilAttachment) {
709 if (stencilAttachment->mustRenderClip(elementsGenID, clipSpaceIBounds, clipSpaceToStencilOffset)) {
710 stencilAttachment->setLastClip(elementsGenID, clipSpaceIBounds, clipSpaceToStencilOffset);
724 int clipBit = stencilAttachment->bits()
    [all...]

Completed in 369 milliseconds