Home
last modified time | relevance | path

Searched defs:stencil (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/flutter/skia/src/gpu/
DGrRenderTarget.cpp24 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/
DGrRenderTarget.cpp21 sk_sp<GrAttachment> stencil) in GrRenderTarget()
47 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
DGrProgramInfo.cpp14 GrStencilSettings stencil; in nonGLStencilSettings() local
/third_party/boost/boost/compute/algorithm/
Dscatter_if.hpp40 StencilIterator stencil, in set_range()
94 StencilIterator stencil, in scatter_if()
114 StencilIterator stencil, in scatter_if()
/third_party/skia/src/gpu/gl/
DGrGLRenderTarget.cpp30 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/
DPathInnerTriangulateOp.cpp194 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
DAtlasRenderTask.cpp112 const GrUserStencilSettings* stencil; in onMakeClosed() local
152 const GrUserStencilSettings* stencil) { in stencilAtlasRect()
DFillRectOp.cpp83 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
DPathTessellateOp.h28 const GrUserStencilSettings* stencil, in PathTessellateOp()
/third_party/flutter/skia/src/gpu/gl/
DGrGLRenderTarget.cpp28 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/
DClearMultiviewGL.cpp40 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/
DClearMultiviewGL.cpp40 GLint stencil) in clearMultiviewFBO()
56 GLint stencil) in clearLayeredFBO()
86 GLint stencil) in genericClear()
/third_party/boost/libs/compute/test/
Dtest_scatter_if.cpp36 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/
DGrFillRectOp.cpp79 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
DGrDrawPathOp.cpp69 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings()
95 GrStencilSettings stencil; in onExecute() local
DGrStencilPathOp.cpp35 GrStencilSettings stencil(GrPathRendering::GetStencilPassSettings(fFillType), in onExecute() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderTarget.cpp274 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
DGrVkPipelineStateBuilder.cpp28 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/
DGrD3DRenderTarget.cpp186 if (auto stencil = this->getStencilAttachment()) { in stencilDxgiFormat() local
198 if (const GrAttachment* stencil = this->getStencilAttachment()) { in genKey() local
DGrD3DRenderTarget.h110 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
/third_party/skia/src/gpu/dawn/
DGrDawnRenderTarget.cpp38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
/third_party/skia/modules/canvaskit/
Dgm.js15 'stencil': 0, // can be 0 because off-screen. property
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.cpp267 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/
Dgpu.js10 stencil: 0, property
/third_party/skia/experimental/wasm-skp-debugger/
Dgpu.js10 stencil: 0, property

123456