/third_party/skia/tests/ |
H A D | CodecAnimTest.cpp | 99 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 D | GrPathTessellationShader.h | 71 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 D | GrStencilSettings.cpp | 18 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 D | GrUserStencilSettings.h | 80 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 D | GrDrawOpTest.cpp | 28 GrUserStencilOp::kKeep, in GrGetRandomStencil() 29 GrUserStencilOp::kKeep, in GrGetRandomStencil()
|
H A D | GrStencilSettings.h | 30 kKeep, member in GrStencilOp
|
/third_party/skia/src/gpu/ops/ |
H A D | GrPathStencilSettings.h | 24 GrUserStencilOp::kKeep, 58 GrUserStencilOp::kKeep, GrUserStencilOp::kKeep,
|
H A D | PathInnerTriangulateOp.cpp | 299 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 D | AtlasRenderTask.cpp | 119 GrUserStencilOp::kKeep, in onMakeClosed() 120 GrUserStencilOp::kKeep, in onMakeClosed() 133 GrUserStencilOp::kKeep, in onMakeClosed()
|
H A D | TessellationPathRenderer.cpp | 224 GrUserStencilOp::kKeep, in onStencilPath()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline_data.h | 187 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 D | command_data.h | 77 kKeep, member in amber::StencilOp
|
/third_party/skia/src/gpu/v1/ |
H A D | StencilMaskHelper.cpp | 79 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 D | SkCodecAnimation.h | 25 kKeep = 1, member in SkCodecAnimation::DisposalMethod
|
/third_party/skia/src/codec/ |
H A D | SkFrameHolder.h | 30 , fDisposalMethod(SkCodecAnimation::DisposalMethod::kKeep) in SkFrame()
|
H A D | SkHeifCodec.cpp | 321 frame->setDisposalMethod(SkCodecAnimation::DisposalMethod::kKeep); in onGetFrameCount()
|
H A D | SkWebpCodec.cpp | 265 SkCodecAnimation::DisposalMethod::kKeep); in onGetFrameCount()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | compilation-environment.h | 129 enum class ReleaseAfterFinalEvent { kRelease, kKeep };
|
H A D | streaming-decoder.cc | 348 return CompilationEventCallback::ReleaseAfterFinalEvent::kKeep;
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-snapshot.h | 82 enum class FunctionCodeHandling { kClear, kKeep };
|
/third_party/node/deps/v8/include/ |
H A D | v8-snapshot.h | 82 enum class FunctionCodeHandling { kClear, kKeep };
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | command_parser.cc | 1834 *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 D | parser_stencil_test.cc | 78 ASSERT_EQ(StencilOp::kKeep, in TEST_F()
|
/third_party/skia/src/android/ |
H A D | SkAnimatedImage.cpp | 211 frameInfo.fDisposalMethod = SkCodecAnimation::DisposalMethod::kKeep; in decodeNextFrame()
|
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkGifImageReader.cpp | 658 currentFrame->setDisposalMethod(SkCodecAnimation::DisposalMethod::kKeep); in parse()
|