| /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/libs/compute/include/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/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/mesa3d/src/gallium/drivers/i915/ |
| D | i915_clear.c | 44 unsigned stencil, unsigned destx, unsigned desty, in i915_clear_emit() 223 unsigned stencil) in i915_clear_blitter() 252 unsigned stencil) in i915_clear_render()
|
| /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/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_clear.c | 44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) in pack_zeta() 54 const union pipe_color_union *color, double depth, unsigned stencil) in nv30_clear() 163 unsigned buffers, double depth, unsigned stencil, in nv30_clear_depth_stencil()
|
| /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()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_pipe_clear.c | 73 double depth, unsigned stencil) in clear_buffers_with_quad() 127 unsigned stencil) in try_clear() 237 double depth, unsigned stencil) in svga_clear() 296 uint8_t stencil; in svga_clear_texture() local
|
| /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/mesa3d/src/mesa/swrast/ |
| D | s_stencil.c | 129 GLuint n, GLubyte stencil[], const GLubyte mask[], in apply_stencil_op() 212 GLubyte stencil[], GLubyte mask[], GLint stride) in do_stencil_test() 295 GLubyte stencil[]) in get_s8_values() 389 const GLubyte stencil[]) in put_s8_values() 515 GLint n, GLint x, GLint y, GLubyte stencil[]) in _swrast_read_stencil_span() 555 const GLubyte stencil[] ) in _swrast_write_stencil_span()
|
| /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/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/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/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_clear.c | 54 unsigned stencil) in llvmpipe_clear()
|
| /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
|
| /third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
| D | rosen_context_impl.cpp | 32 EGLint red, green, blue, alpha, depth, stencil, samples, sft, rt; in ShowConfig() local 198 EGLint red, green, blue, alpha, depth, stencil, samples; in SetConfig() 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/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_clear.c | 53 double depth, unsigned stencil) in softpipe_clear()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_clear.c | 528 static bool si_can_fast_clear_stencil(struct si_texture *zstex, unsigned level, uint8_t stencil, in si_can_fast_clear_stencil() 538 const union pipe_color_union *color, float depth, uint8_t stencil) in si_fast_clear() 964 const union pipe_color_union *color, double depth, unsigned stencil) in si_clear() 1098 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil() 1130 uint8_t stencil = 0; in si_clear_texture() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | clear.c | 695 GLfloat depth, GLint stencil, bool no_error) in clear_bufferfi() 773 GLfloat depth, GLint stencil) in _mesa_ClearBufferfi_no_error() 782 GLfloat depth, GLint stencil) in _mesa_ClearBufferfi() 796 GLint drawbuffer, GLfloat depth, GLint stencil) in _mesa_ClearNamedFramebufferfi()
|