Home
last modified time | relevance | path

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

1234567

/external/skia/src/gpu/
DGrRenderTarget.cpp22 GrStencilAttachment* stencil) in GrRenderTarget()
73 bool GrRenderTargetPriv::attachStencilAttachment(GrStencilAttachment* stencil) { in attachStencilAttachment()
/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c45 double depth, unsigned stencil, in i915_clear_emit()
221 double depth, unsigned stencil) in i915_clear_blitter()
249 double depth, unsigned stencil) in i915_clear_render()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c44 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/mesa/swrast/
Ds_stencil.c130 GLuint n, GLubyte stencil[], const GLubyte mask[], in apply_stencil_op()
213 GLubyte stencil[], GLubyte mask[], GLint stride) in do_stencil_test()
296 GLubyte stencil[]) in get_s8_values()
330 const GLubyte stencil[]) in put_s8_values()
456 GLint n, GLint x, GLint y, GLubyte stencil[]) in _swrast_read_stencil_span()
496 const GLubyte stencil[] ) in _swrast_write_stencil_span()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c71 double depth, unsigned stencil) in clear_buffers_with_quad()
124 unsigned stencil) in try_clear()
234 double depth, unsigned stencil) in svga_clear()
302 uint8_t stencil; in svga_clear_texture() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_clear.c52 unsigned stencil) in llvmpipe_clear()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c209 const union pipe_color_union *color, double depth, unsigned stencil) in fd_blitter_clear()
281 const union pipe_color_union *color, double depth, unsigned stencil) in fd_clear()
380 unsigned buffers, double depth, unsigned stencil, in fd_clear_depth_stencil()
/external/skia/src/gpu/ops/
DGrDrawPathOp.cpp60 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings()
74 GrStencilSettings stencil; in onExecute() local
185 GrStencilSettings stencil; in onExecute() local
DGrAAFillRectOp.cpp175 const GrUserStencilSettings* stencil) { in Make()
187 const GrUserStencilSettings* stencil) in AAFillRectOp()
355 const SkRect& rect, const GrUserStencilSettings* stencil) { in MakeAAFill()
410 const GrUserStencilSettings* stencil = in GR_DRAW_OP_TEST_DEFINE() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c51 double depth, unsigned stencil) in softpipe_clear()
Dsp_surface.c118 unsigned stencil, in softpipe_clear_depth_stencil()
/external/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp19 const GrStencilSettings& stencil, in CreatePipelineState()
89 GrVkPipelineState* GrVkPipelineStateBuilder::finalize(const GrStencilSettings& stencil, in finalize()
DGrVkRenderTarget.cpp246 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in getAttachmentsDescriptor() local
350 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilImageResource() local
360 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilAttachmentView() local
DGrVkStencilAttachment.cpp59 GrVkStencilAttachment* stencil = new GrVkStencilAttachment(gpu, format, imageDesc, in Create() local
DGrVkPipelineStateCache.cpp84 GrStencilSettings stencil; in refPipelineState() local
/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp25 GrGLStencilAttachment* stencil) in GrGLRenderTarget()
93 GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in completeStencilAttachment() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_wm_depth_stencil.c41 struct gl_stencil_attrib *stencil = &ctx->Stencil; in gen8_upload_wm_depth_stencil() local
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_blitter_pipe.c194 double depth, unsigned stencil, in ilo_blitter_pipe_clear_zs()
212 double depth, unsigned stencil) in ilo_blitter_pipe_clear_fb()
Dilo_blit.c64 unsigned stencil) in ilo_clear()
112 unsigned stencil, in ilo_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_clear.cpp32 unsigned stencil) in swr_clear()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java54 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/freedreno/a2xx/
Dfd2_draw.c125 const union pipe_color_union *color, double depth, unsigned stencil) in fd2_clear()
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_cc.c35 const struct ilo_state_cc_stencil_info *stencil = &info->stencil; in cc_validate_gen6_stencil() local
87 const struct ilo_state_cc_stencil_info *stencil = &info->stencil; in cc_set_gen6_DEPTH_STENCIL_STATE() local
171 const struct ilo_state_cc_stencil_info *stencil = &info->stencil; in cc_set_gen8_3DSTATE_WM_DEPTH_STENCIL() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c136 unsigned buffers, double depth, unsigned stencil) in etna_blit_clear_zs()
199 const union pipe_color_union *color, double depth, unsigned stencil) in etna_clear()
265 unsigned clear_flags, double depth, unsigned stencil, in etna_clear_depth_stencil()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp629 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
866 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1128 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1285 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1524 bool stencil; in init() member
1606 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local
1640 bool stencil = depthStencilFormats[depthStencilFmtNdx].stencil; in init() local
1682 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local

1234567