Home
last modified time | relevance | path

Searched refs:kKeep (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/tests/
H A DCodecAnimTest.cpp99 constexpr SkCodecAnimation::DisposalMethod kKeep = in DEF_TEST() local
100 SkCodecAnimation::DisposalMethod::kKeep; in DEF_TEST()
130 { kKeep, kRestoreBG, kKeep, kKeep, kKeep, kRestoreBG, kKeep }, in DEF_TEST()
143 { kKeep, kRestorePrev, kRestorePrev, kRestorePrev, kRestorePrev, in DEF_TEST()
144 kRestoreBG, kKeep, kRestoreBG, kRestoreBG, kKeep, kKee in DEF_TEST()
[all...]
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader.h71 GrUserStencilOp::kKeep, GrUserStencilOp::kKeep, in StencilPathSettings()
81 GrUserStencilOp::kKeep, in StencilPathSettings()
99 GrUserStencilOp::kKeep, in TestAndResetStencilSettings()
109 GrUserStencilOp::kKeep, in TestAndResetStencilSettings()
/third_party/skia/src/gpu/
H A DGrStencilSettings.cpp18 GrUserStencilOp::kKeep,
19 GrUserStencilOp::kKeep,
136 GrStencilOp::kKeep,
157 static_assert(0 == (int)GrUserStencilOp::kKeep);
189 SkASSERT(GrUserStencilOp::kKeep == otherOp || in reset()
194 SkASSERT(GrUserStencilOp::kKeep == otherOp || otherOp > kLastClipOnlyStencilOp); in reset()
220 static_assert(0 == (int)GrStencilOp::kKeep); in setDisabled()
H A DGrUserStencilSettings.h80 kKeep, member in GrUserStencilOp
98 // Ops that modify both clip and user bits. These can only be paired with kKeep or each other.
216 static_assert(GrUserStencilOp::kKeep == PassOp || GrUserStencilOp::kKeep == FailOp ||
219 static_assert(GrUserStencilOp::kKeep == PassOp || GrUserStencilOp::kKeep == FailOp ||
227 return (GrUserStencilTest::kNever == Test || GrUserStencilOp::kKeep == PassOp) && in DoesNotModifyStencil()
228 (TestAlwaysPasses(hasStencilClip) || GrUserStencilOp::kKeep == FailOp); in DoesNotModifyStencil()
252 // face gets disabled in that case (e.g. Test=kAlwaysIfInClip, PassOp=kKeep), or else the in EffectiveWriteMask()
H A DGrDrawOpTest.cpp28 GrUserStencilOp::kKeep, in GrGetRandomStencil()
29 GrUserStencilOp::kKeep, in GrGetRandomStencil()
H A DGrStencilSettings.h30 kKeep, member in GrStencilOp
/third_party/skia/src/gpu/ops/
H A DGrPathStencilSettings.h24 GrUserStencilOp::kKeep,
58 GrUserStencilOp::kKeep, GrUserStencilOp::kKeep,
H A DPathInnerTriangulateOp.cpp299 GrUserStencilOp::kKeep, GrUserStencilOp::kKeep, in prePreparePrograms()
308 GrUserStencilOp::kKeep, in prePreparePrograms()
326 GrUserStencilOp::kKeep, in prePreparePrograms()
327 GrUserStencilOp::kKeep, in prePreparePrograms()
338 GrUserStencilOp::kKeep, GrUserStencilOp::kKeep, in prePreparePrograms()
350 GrUserStencilOp::kKeep, in prePreparePrograms()
H A DAtlasRenderTask.cpp119 GrUserStencilOp::kKeep, in onMakeClosed()
120 GrUserStencilOp::kKeep, in onMakeClosed()
133 GrUserStencilOp::kKeep, in onMakeClosed()
H A DTessellationPathRenderer.cpp224 GrUserStencilOp::kKeep, in onStencilPath()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_data.h187 StencilOp front_fail_op_ = StencilOp::kKeep;
188 StencilOp front_pass_op_ = StencilOp::kKeep;
189 StencilOp front_depth_fail_op_ = StencilOp::kKeep;
192 StencilOp back_fail_op_ = StencilOp::kKeep;
193 StencilOp back_pass_op_ = StencilOp::kKeep;
194 StencilOp back_depth_fail_op_ = StencilOp::kKeep;
H A Dcommand_data.h77 kKeep, member in amber::StencilOp
/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.cpp79 GrUserStencilOp::kKeep,
89 GrUserStencilOp::kKeep,
101 GrUserStencilOp::kKeep,
111 GrUserStencilOp::kKeep,
145 GrUserStencilOp::kKeep,
192 GrUserStencilOp::kKeep,
213 GrUserStencilOp::kKeep,
/third_party/skia/include/codec/
H A DSkCodecAnimation.h25 kKeep = 1, member in SkCodecAnimation::DisposalMethod
/third_party/skia/src/codec/
H A DSkFrameHolder.h30 , fDisposalMethod(SkCodecAnimation::DisposalMethod::kKeep) in SkFrame()
H A DSkHeifCodec.cpp321 frame->setDisposalMethod(SkCodecAnimation::DisposalMethod::kKeep); in onGetFrameCount()
H A DSkWebpCodec.cpp265 SkCodecAnimation::DisposalMethod::kKeep); in onGetFrameCount()
/third_party/node/deps/v8/src/wasm/
H A Dcompilation-environment.h129 enum class ReleaseAfterFinalEvent { kRelease, kKeep };
H A Dstreaming-decoder.cc348 return CompilationEventCallback::ReleaseAfterFinalEvent::kKeep;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-snapshot.h82 enum class FunctionCodeHandling { kClear, kKeep };
/third_party/node/deps/v8/include/
H A Dv8-snapshot.h82 enum class FunctionCodeHandling { kClear, kKeep };
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser.cc1834 *op = StencilOp::kKeep; in ParseStencilOpName()
1856 StencilOp op = StencilOp::kKeep; in ProcessFrontFailOp()
1866 StencilOp op = StencilOp::kKeep; in ProcessFrontPassOp()
1876 StencilOp op = StencilOp::kKeep; in ProcessFrontDepthFailOp()
1886 StencilOp op = StencilOp::kKeep; in ProcessBackFailOp()
1896 StencilOp op = StencilOp::kKeep; in ProcessBackPassOp()
1906 StencilOp op = StencilOp::kKeep; in ProcessBackDepthFailOp()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_stencil_test.cc78 ASSERT_EQ(StencilOp::kKeep, in TEST_F()
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp211 frameInfo.fDisposalMethod = SkCodecAnimation::DisposalMethod::kKeep; in decodeNextFrame()
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.cpp658 currentFrame->setDisposalMethod(SkCodecAnimation::DisposalMethod::kKeep); in parse()

Completed in 28 milliseconds

12