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

  /external/skia/src/gpu/
GrRenderTargetContextPriv.h 16 class GrHardClip;
65 void stencilRect(const GrHardClip&,
71 void stencilPath(const GrHardClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
77 bool drawAndStencilRect(const GrHardClip&,
89 bool drawAndStencilPath(const GrHardClip&,
GrFixedClip.h 16 * Implements GrHardClip with scissor and window rectangles.
18 class GrFixedClip final : public GrHardClip {
GrStencilClip.h 15 * Implements GrHardClip with the currently-existing stencil buffer contents and GrFixedClip.
17 class GrStencilClip final : public GrHardClip {
GrClip.h 136 * GrHardClip never uses coverage FPs. It can only enforce the clip using the already-existing
139 class GrHardClip : public GrClip {
159 class GrNoClip final : public GrHardClip {
GrPathRenderer.h 22 class GrHardClip;
172 const GrHardClip* fClip;
GrRenderTargetContext.cpp 615 void GrRenderTargetContextPriv::stencilPath(const GrHardClip& clip,
658 void GrRenderTargetContextPriv::stencilRect(const GrHardClip& clip,
679 bool GrRenderTargetContextPriv::drawAndStencilRect(const GrHardClip& clip,
    [all...]
  /external/skqp/src/gpu/
GrRenderTargetContextPriv.h 16 class GrHardClip;
65 void stencilRect(const GrHardClip&,
71 void stencilPath(const GrHardClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
77 bool drawAndStencilRect(const GrHardClip&,
89 bool drawAndStencilPath(const GrHardClip&,
GrFixedClip.h 16 * Implements GrHardClip with scissor and window rectangles.
18 class GrFixedClip final : public GrHardClip {
GrStencilClip.h 15 * Implements GrHardClip with the currently-existing stencil buffer contents and GrFixedClip.
17 class GrStencilClip final : public GrHardClip {
GrClip.h 136 * GrHardClip never uses coverage FPs. It can only enforce the clip using the already-existing
139 class GrHardClip : public GrClip {
159 class GrNoClip final : public GrHardClip {
GrPathRenderer.h 22 class GrHardClip;
172 const GrHardClip* fClip;
GrRenderTargetContext.cpp 613 void GrRenderTargetContextPriv::stencilPath(const GrHardClip& clip,
656 void GrRenderTargetContextPriv::stencilRect(const GrHardClip& clip,
677 bool GrRenderTargetContextPriv::drawAndStencilRect(const GrHardClip& clip,
    [all...]

Completed in 583 milliseconds