Searched refs:detachAppliedClip (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | GrSimpleMeshDrawOpHelper.cpp | 134 flushState->detachAppliedClip(), in CreatePipeline() 144 flushState->detachAppliedClip(), in createPipeline()
|
H A D | GrMeshDrawOp.cpp | 24 target->detachAppliedClip(), in createProgramInfo() 52 // This is equivalent to a GrOpFlushState::detachAppliedClip in onPrePrepareDraws()
|
H A D | PathTessellateOp.cpp | 109 &flushState->caps()}, flushState->detachAppliedClip()); in onPrepare()
|
H A D | StrokeTessellateOp.cpp | 251 &flushState->caps()}, flushState->detachAppliedClip()); in onPrepare()
|
H A D | DrawAtlasPathOp.cpp | 193 flushState->usesMSAASurface(), flushState->detachAppliedClip(), in onPrepare()
|
H A D | PathStencilCoverOp.cpp | 231 &flushState->caps()}, flushState->detachAppliedClip()); in onPrepare()
|
H A D | PathInnerTriangulateOp.cpp | 410 &caps}, flushState->detachAppliedClip()); in onPrepare()
|
/third_party/skia/src/gpu/ |
H A D | GrMeshDrawTarget.h | 113 virtual GrAppliedClip detachAppliedClip() = 0;
|
H A D | GrOpFlushState.h | 164 GrAppliedClip detachAppliedClip() final;
|
H A D | GrOpFlushState.cpp | 212 GrAppliedClip GrOpFlushState::detachAppliedClip() { in detachAppliedClip() function in GrOpFlushState
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpTarget.h | 41 GrAppliedClip detachAppliedClip() override { return GrAppliedClip::Disabled(); }
|
/third_party/skia/gm/ |
H A D | fwidth_squircle.cpp | 193 flushState->detachAppliedClip(), in createProgramInfo() 210 // This is equivalent to a GrOpFlushState::detachAppliedClip
|
H A D | clockwise.cpp | 172 flushState->detachAppliedClip(), in createProgramInfo() 189 // This is equivalent to a GrOpFlushState::detachAppliedClip
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 486 flushState->detachAppliedClip(), in createProgramInfo() 563 // This is equivalent to a GrOpFlushState::detachAppliedClip
|
Completed in 9 milliseconds