/external/skia/src/gpu/ |
D | GrRenderTarget.cpp | 22 GrProtected isProtected, GrStencilAttachment* stencil) in GrRenderTarget() 44 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() 79 GrStencilAttachment* stencil = fRenderTarget->fStencilAttachment.get(); in getSamplePatternKey() local
|
/external/skqp/src/gpu/ |
D | GrRenderTarget.cpp | 22 GrStencilAttachment* stencil) in GrRenderTarget() 75 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_clear.c | 45 double depth, unsigned stencil, in i915_clear_emit() 222 double depth, unsigned stencil) in i915_clear_blitter() 251 double depth, unsigned stencil) in i915_clear_render()
|
/external/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() 329 const GLubyte stencil[]) in put_s8_values() 455 GLint n, GLint x, GLint y, GLubyte stencil[]) in _swrast_read_stencil_span() 495 const GLubyte stencil[] ) in _swrast_write_stencil_span()
|
/external/skqp/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 26 GrGLStencilAttachment* stencil) in GrGLRenderTarget() 93 if (GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment()) { in getBackendRenderTarget() local 115 GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in completeStencilAttachment() local
|
/external/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()
|
/external/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
|
/external/skia/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 27 GrGLStencilAttachment* stencil) in GrGLRenderTarget() 88 if (GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment()) { in getBackendRenderTarget() local 111 GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in completeStencilAttachment() local
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 40 GLint stencil) in clearMultiviewFBO() 56 GLint stencil) in clearLayeredFBO() 86 GLint stencil) in genericClear()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_clear.c | 53 unsigned stencil) in llvmpipe_clear()
|
/external/skqp/src/gpu/ops/ |
D | GrDrawPathOp.cpp | 57 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings() 83 GrStencilSettings stencil; in onExecute() local
|
D | GrFillRectOp.cpp | 77 GrQuadAAFlags edgeFlags, const GrUserStencilSettings* stencil, in FillRectOp() 413 const GrUserStencilSettings* stencil) { in Make() 425 const GrUserStencilSettings* stencil) { in MakeWithLocalMatrix() 437 const GrUserStencilSettings* stencil) { in MakeWithLocalRect() 458 const GrUserStencilSettings* stencil = random->nextBool() ? nullptr in GR_DRAW_OP_TEST_DEFINE() local
|
D | GrStencilPathOp.cpp | 35 GrStencilSettings stencil(GrPathRendering::GetStencilPassSettings(fFillType), in onExecute() local
|
/external/skia/src/gpu/ops/ |
D | GrDrawPathOp.cpp | 59 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings() 111 GrStencilSettings stencil; in onExecute() local
|
D | GrStencilPathOp.cpp | 34 GrStencilSettings stencil(GrPathRendering::GetStencilPassSettings(fPath->getFillType()), in onExecute() local
|
D | GrFillRectOp.cpp | 79 DrawQuad* quad, const GrUserStencilSettings* stencil, Helper::InputFlags inputFlags) in FillRectOp() 428 const GrUserStencilSettings* stencil, in Make() 438 const GrUserStencilSettings* stencil) { in MakeNonAARect() 529 const GrUserStencilSettings* stencil = random->nextBool() ? nullptr in GR_DRAW_OP_TEST_DEFINE() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_clear.c | 53 double depth, unsigned stencil) in softpipe_clear()
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 272 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in getAttachmentsDescriptor() local 385 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilImageResource() local 396 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilAttachmentView() local
|
D | GrVkPipelineStateBuilder.cpp | 26 const GrStencilSettings& stencil, in CreatePipelineState() 230 GrVkPipelineState* GrVkPipelineStateBuilder::finalize(const GrStencilSettings& stencil, in finalize() 397 const GrStencilSettings& stencil, in Build()
|
/external/mesa3d/src/mesa/main/ |
D | clear.c | 691 GLfloat depth, GLint stencil, bool no_error) in clear_bufferfi() 769 GLfloat depth, GLint stencil) in _mesa_ClearBufferfi_no_error() 778 GLfloat depth, GLint stencil) in _mesa_ClearBufferfi() 792 GLint drawbuffer, GLfloat depth, GLint stencil) in _mesa_ClearNamedFramebufferfi()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 296 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in getAttachmentsDescriptor() local 385 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilImageResource() local 396 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilAttachmentView() local
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_clear.cpp | 33 unsigned stencil) in swr_clear()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 548 const union pipe_color_union *color, double depth, unsigned stencil) in si_clear() 705 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil() 737 uint8_t stencil = 0; in si_clear_texture() local
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 54 int depth, int stencil) { in ViEAndroidGLES20() 59 private void init(boolean translucent, int depth, int stencil) { in init() 112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 560 uint8_t stencil) in clear_depth_stencil() 659 unsigned stencil) in iris_clear() 730 uint8_t stencil = 0; in iris_clear_texture() local 813 unsigned stencil, in iris_clear_depth_stencil()
|