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

  /external/skia/src/gpu/
GrGpuCommandBuffer.cpp 32 void GrGpuCommandBuffer::clearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip,
GrGpuCommandBuffer.h 84 void clearStencilClip(GrRenderTarget*, const GrFixedClip&, bool insideStencilMask);
GrRenderTargetContextPriv.h 46 void clearStencilClip(const GrFixedClip&, bool insideStencilMask);
GrRenderTargetOpList.h 118 friend class GrRenderTargetContextPriv; // for clearStencilClip and stencil clip state.
143 void clearStencilClip(const GrFixedClip&, bool insideStencilMask, GrRenderTargetContext*);
GrRenderTargetOpList.cpp 390 void GrRenderTargetOpList::clearStencilClip(const GrFixedClip& clip,
GrRenderTargetContext.cpp 672 void GrRenderTargetContextPriv::clearStencilClip(const GrFixedClip& clip, bool insideStencilMask) {
677 "GrRenderTargetContextPriv::clearStencilClip");
684 fRenderTargetContext->getOpList()->clearStencilClip(clip, insideStencilMask,
    [all...]
GrReducedClip.cpp 701 renderTargetContext->priv().clearStencilClip(stencilClip.fixedClip(), initialState);
    [all...]
  /external/skia/src/gpu/ops/
GrClearStencilClipOp.h 27 const char* name() const override { return "ClearStencilClip"; }
57 state->commandBuffer()->clearStencilClip(fRenderTarget.get(), fClip, fInsideStencilMask);
  /external/skia/src/gpu/gl/
GrGLGpuCommandBuffer.h 79 fGpu->clearStencilClip(clip, insideStencilMask, fRenderTarget);
GrGLGpu.h 115 void clearStencilClip(const GrFixedClip&, bool insideStencilMask, GrRenderTarget*);
GrGLGpu.cpp     [all...]
  /external/skia/gm/
windowrectangles.cpp 263 rtc->priv().clearStencilClip(GrFixedClip::Disabled(), false);

Completed in 527 milliseconds