/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | PathInnerTriangulateOp.cpp | 229 const GrUserStencilSettings* stencil) { in pushFanStencilProgram() 237 const GrUserStencilSettings* stencil) { in pushFanFillProgram() 345 auto* stencil = (fPath.getFillType() == SkPathFillType::kWinding) in prePreparePrograms() local 389 auto* stencil = (fPath.getFillType() == SkPathFillType::kWinding) in prePreparePrograms() local
|
H A D | FillRectOp.cpp | 111 DrawQuad* quad, const GrUserStencilSettings* stencil, in FillRectOpImpl() 502 const GrUserStencilSettings* stencil, in Make() 512 const GrUserStencilSettings* stencil) { in MakeNonAARect() 599 const GrUserStencilSettings* stencil = random->nextBool() ? nullptr in GR_DRAW_OP_TEST_DEFINE() local
|
H A D | AtlasRenderTask.cpp | 131 const GrUserStencilSettings* stencil; in onMakeClosed() local 171 const GrUserStencilSettings* stencil) { in stencilAtlasRect()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLRenderTarget.cpp | 45 sk_sp<GrGLAttachment> stencil, in GrGLRenderTarget() 137 if (GrAttachment* stencil = this->getStencilAttachment(useMultisampleFBO)) { in getBackendRenderTarget() local 163 bool GrGLRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMultisampleFBO) { in completeStencilAttachment() 252 if (auto stencil = this->getStencilAttachment(useMultisampleFBO)) { in bindInternal() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_clear.c | 58 double depth, unsigned stencil) in clear_buffers_with_quad() 112 unsigned stencil) in try_clear() 236 double depth, unsigned stencil) in svga_clear() 295 uint8_t stencil; in svga_clear_texture() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboRenderTest.cpp | 669 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local 911 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local 1180 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local 1341 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local 1570 bool stencil; in init() member 1652 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local 1689 bool stencil = depthStencilFormats[depthStencilFmtNdx].stencil; in init() local 1735 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local
|
H A D | es3fFboInvalidateTests.cpp | 480 bool stencil = in render() local 600 bool stencil = in render() local 742 bool stencil = in render() local 874 bool stencil = in render() local 984 bool stencil = in render() local 1151 bool stencil = in render() local
|
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | MosaicRendererSurfaceView.java | 51 int depth, int stencil) { in MosaicRendererSurfaceView() 56 private void initialize(Context context, boolean translucent, int depth, int stencil) { in initialize() 68 private void init(boolean translucent, int depth, int stencil) { in init() 126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A 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()
|
H A D | i915_state.c | 390 i915_get_modes4_stencil(const struct pipe_stencil_state *stencil) in i915_get_modes4_stencil() 401 i915_get_lis5_stencil(const struct pipe_stencil_state *stencil) in i915_get_lis5_stencil() 416 i915_get_bfo(const struct pipe_stencil_state *stencil) in i915_get_bfo() 432 i915_get_bfm(const struct pipe_stencil_state *stencil) in i915_get_bfm()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_clear.c | 663 static bool si_can_fast_clear_stencil(struct si_texture *zstex, unsigned level, uint8_t stencil, in si_can_fast_clear_stencil() 673 const union pipe_color_union *color, float depth, uint8_t stencil) in si_fast_clear() 1160 const union pipe_color_union *color, double depth, unsigned stencil) in gfx6_clear() 1283 const union pipe_color_union *color, double depth, unsigned stencil) in gfx12_clear() 1323 float depth, unsigned stencil) in si_try_normal_clear() 1479 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | clear.c | 694 GLfloat depth, GLint stencil, bool no_error) in clear_bufferfi() 772 GLfloat depth, GLint stencil) in _mesa_ClearBufferfi_no_error() 781 GLfloat depth, GLint stencil) in _mesa_ClearBufferfi() 795 GLint drawbuffer, GLfloat depth, GLint stencil) in _mesa_ClearNamedFramebufferfi()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_clear.c | 45 pack_zeta(enum pipe_format format, double depth, unsigned stencil) in pack_zeta() 55 const union pipe_color_union *color, double depth, unsigned stencil) in nv30_clear() 182 unsigned buffers, double depth, unsigned stencil, in nv30_clear_depth_stencil()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | ClearMultiviewGL.cpp | 40 GLint stencil) in clearMultiviewFBO() 56 GLint stencil) in clearLayeredFBO() 86 GLint stencil) in genericClear()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_clear.c | 52 double depth, unsigned stencil) in clear_in_rp() 152 double depth, unsigned stencil) in zink_clear() 462 uint8_t stencil = 0; in zink_clear_texture_dynamic() local 540 uint8_t stencil = 0; in zink_clear_texture() local 639 unsigned clear_flags, double depth, unsigned stencil, in zink_clear_depth_stencil()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_clear.c | 578 uint8_t stencil) in clear_depth_stencil() 678 unsigned stencil) in iris_clear() 745 uint8_t stencil = 0; in iris_clear_texture() local 828 unsigned stencil, in iris_clear_depth_stencil()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_clear.c | 522 uint8_t stencil) in clear_depth_stencil() 619 unsigned stencil) in crocus_clear() 703 uint8_t stencil = 0; in crocus_clear_texture() local 788 unsigned stencil, in crocus_clear_depth_stencil()
|
/aosp_15_r20/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
H A D | GLtestView.java | 76 public GLtestView(Context context, boolean translucent, int depth, int stencil) { in GLtestView() 81 private void init(boolean translucent, int depth, int stencil) { in init() 135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
|
/aosp_15_r20/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
H A D | GLPerfView.java | 65 public GLPerfView(Context context, boolean translucent, int depth, int stencil) { in GLPerfView() 70 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()
|
/aosp_15_r20/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
H A D | GL2JNIView.java | 65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { in GL2JNIView() 70 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()
|
/aosp_15_r20/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A D | GLDualGL2View.java | 68 public GLDualGL2View(Context context, boolean translucent, int depth, int stencil) { in GLDualGL2View() 73 private void init(boolean translucent, int depth, int stencil) { in init() 115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrRenderTarget.cpp | 22 sk_sp<GrAttachment> stencil) in GrRenderTarget() 48 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer_helper.c | 119 struct pipe_resource *stencil; in u_transfer_helper_resource_create() local 167 struct pipe_resource *stencil = helper->vtbl->get_stencil(prsc); in u_transfer_helper_resource_destroy() local 306 struct pipe_resource *stencil; in u_transfer_helper_transfer_map() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkRenderTarget.cpp | 305 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() 405 GrVkImage* stencil = withStencil ? static_cast<GrVkImage*>(this->getStencilAttachment(useMSAA)) in createFramebuffer() local 439 const GrAttachment* stencil = this->getStencilAttachment(useMSAA); in getAttachmentsDescriptor() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_draw.c | 1646 double depth, unsigned stencil) in v3d_draw_clear() 1671 double depth, unsigned stencil) in v3d_tlb_clear() 1792 const union pipe_color_union *color, double depth, unsigned stencil) in v3d_clear() 1823 unsigned buffers, double depth, unsigned stencil, in v3d_clear_depth_stencil()
|