/third_party/flutter/skia/src/gpu/ |
D | GrRenderTarget.cpp | 24 GrStencilAttachment* stencil) in GrRenderTarget() 65 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() 100 GrStencilAttachment* stencil = fRenderTarget->fStencilAttachment.get(); in getSamplePatternKey() local
|
/third_party/skia/src/gpu/ |
D | GrRenderTarget.cpp | 21 sk_sp<GrAttachment> stencil) in GrRenderTarget() 47 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
|
D | GrProgramInfo.cpp | 14 GrStencilSettings stencil; in nonGLStencilSettings() local
|
/third_party/boost/boost/compute/algorithm/ |
D | scatter_if.hpp | 40 StencilIterator stencil, in set_range() 94 StencilIterator stencil, in scatter_if() 114 StencilIterator stencil, in scatter_if()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 30 sk_sp<GrGLAttachment> stencil) in GrGLRenderTarget() 115 if (GrAttachment* stencil = this->getStencilAttachment(useMultisampleFBO)) { in getBackendRenderTarget() local 134 bool GrGLRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMultisampleFBO) { in completeStencilAttachment() 222 if (auto stencil = this->getStencilAttachment(useMultisampleFBO)) { in bindInternal() local
|
/third_party/skia/src/gpu/ops/ |
D | PathInnerTriangulateOp.cpp | 194 const GrUserStencilSettings* stencil) { in pushFanStencilProgram() 202 const GrUserStencilSettings* stencil) { in pushFanFillProgram() 312 auto* stencil = (fPath.getFillType() == SkPathFillType::kWinding) in prePreparePrograms() local 356 auto* stencil = (fPath.getFillType() == SkPathFillType::kWinding) in prePreparePrograms() local
|
D | AtlasRenderTask.cpp | 112 const GrUserStencilSettings* stencil; in onMakeClosed() local 152 const GrUserStencilSettings* stencil) { in stencilAtlasRect()
|
D | FillRectOp.cpp | 83 DrawQuad* quad, const GrUserStencilSettings* stencil, in FillRectOpImpl() 470 const GrUserStencilSettings* stencil, in Make() 480 const GrUserStencilSettings* stencil) { in MakeNonAARect() 573 const GrUserStencilSettings* stencil = random->nextBool() ? nullptr in GR_DRAW_OP_TEST_DEFINE() local
|
D | PathTessellateOp.h | 28 const GrUserStencilSettings* stencil, in PathTessellateOp()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 28 GrGLStencilAttachment* stencil) in GrGLRenderTarget() 91 if (GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment()) { in getBackendRenderTarget() local 113 GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in completeStencilAttachment() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 40 GLint stencil) in clearMultiviewFBO() 56 GLint stencil) in clearLayeredFBO() 86 GLint stencil) in genericClear()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 40 GLint stencil) in clearMultiviewFBO() 56 GLint stencil) in clearLayeredFBO() 86 GLint stencil) in genericClear()
|
/third_party/boost/libs/compute/test/ |
D | test_scatter_if.cpp | 36 bc::vector<bc::uint_> stencil(stencil_data, stencil_data + 10, queue); in BOOST_AUTO_TEST_CASE() local 87 bc::vector<bc::uint_> stencil(stencil_data, stencil_data + 10, queue); in BOOST_AUTO_TEST_CASE() local
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrFillRectOp.cpp | 79 GrQuadAAFlags edgeFlags, const GrUserStencilSettings* stencil, in FillRectOp() 329 const GrUserStencilSettings* stencil) { in Make() 338 const GrUserStencilSettings* stencil) { in MakeNonAARect() 392 const GrUserStencilSettings* stencil = random->nextBool() ? nullptr in GR_DRAW_OP_TEST_DEFINE() local
|
D | GrDrawPathOp.cpp | 69 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings() 95 GrStencilSettings stencil; in onExecute() local
|
D | GrStencilPathOp.cpp | 35 GrStencilSettings stencil(GrPathRendering::GetStencilPassSettings(fFillType), in onExecute() local
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 274 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in getAttachmentsDescriptor() local 378 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilImageResource() local 389 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilAttachmentView() local
|
D | GrVkPipelineStateBuilder.cpp | 28 const GrStencilSettings& stencil, in CreatePipelineState() 153 GrVkPipelineState* GrVkPipelineStateBuilder::finalize(const GrStencilSettings& stencil, in finalize() 337 const GrStencilSettings& stencil, in Build()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.cpp | 186 if (auto stencil = this->getStencilAttachment()) { in stencilDxgiFormat() local 198 if (const GrAttachment* stencil = this->getStencilAttachment()) { in genKey() local
|
D | GrD3DRenderTarget.h | 110 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnRenderTarget.cpp | 38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
|
/third_party/skia/modules/canvaskit/ |
D | gm.js | 15 'stencil': 0, // can be 0 because off-screen. property
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 267 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() 367 GrVkImage* stencil = withStencil ? static_cast<GrVkImage*>(this->getStencilAttachment(useMSAA)) in createFramebuffer() local 397 const GrAttachment* stencil = this->getStencilAttachment(useMSAA); in getAttachmentsDescriptor() local
|
/third_party/flutter/skia/experimental/wasm-skp-debugger/ |
D | gpu.js | 10 stencil: 0, property
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | gpu.js | 10 stencil: 0, property
|