Home
last modified time | relevance | path

Searched refs:GL_STENCIL (Results 1 – 25 of 57) sorted by relevance

123

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c451 else if (type == GL_STENCIL) { in swrast_fast_copy_pixels()
471 if (type == GL_STENCIL || type == GL_DEPTH_COMPONENT) { in swrast_fast_copy_pixels()
586 case GL_STENCIL: in map_readbuffer()
649 case GL_STENCIL: in _swrast_CopyPixels()
Ds_blit.c755 GL_STENCIL, in _swrast_BlitFramebuffer()
/external/angle/src/libANGLE/
DFramebuffer.cpp292 case GL_STENCIL: in IsClearBufferMaskedOut()
386 case GL_STENCIL: in getAttachment()
796 setAttachmentImpl(context, GL_FRAMEBUFFER_DEFAULT, GL_STENCIL, ImageIndex(), surface, in Framebuffer()
1606 ANGLE_TRY(mImpl->clearBufferiv(context, GL_STENCIL, drawbuffer, &stencil)); in clearBufferfi()
1777 case GL_STENCIL: in setAttachment()
1908 case GL_STENCIL: in setAttachmentImpl()
2346 case GL_STENCIL: in markBufferInitialized()
2417 case GL_STENCIL: in ensureBufferInitialized()
2461 case GL_STENCIL: in partialBufferClearNeedsInit()
Dformat_map_autogen.cpp559 case GL_STENCIL: in GetSizedFormatInternal()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1620 } else if (type == GL_STENCIL) { in blit_copy_pixels()
1672 if (type == GL_STENCIL) in blit_copy_pixels()
1735 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); in st_CopyPixels()
1741 if (type == GL_STENCIL && in st_CopyPixels()
1780 } else if (type == GL_STENCIL) { in st_CopyPixels()
1816 else if (type == GL_STENCIL) { in st_CopyPixels()
1897 if (type == GL_STENCIL || type == GL_DEPTH_STENCIL || in st_CopyPixels()
1946 else if (type == GL_STENCIL) in st_CopyPixels()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c87 case GL_STENCIL: in do_blit_copypixels()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_copy.c86 case GL_STENCIL: in do_blit_copypixels()
/external/angle/src/tests/perf_tests/
DBlitFramebufferPerf.cpp214 glClearBufferiv(GL_STENCIL, 0, &clearStencilValue); in drawBenchmark()
/external/mesa3d/src/mesa/main/
Dglthread_marshal.h136 case GL_STENCIL: in _mesa_buffer_enum_to_count()
Dfbobject.c339 case GL_STENCIL: in get_fb0_attachment()
409 case GL_STENCIL: in get_fb0_attachment()
898 assert(format == GL_COLOR || format == GL_DEPTH || format == GL_STENCIL); in test_attachment_completeness()
998 assert(format == GL_STENCIL); in test_attachment_completeness()
1045 assert(format == GL_STENCIL); in test_attachment_completeness()
1141 test_attachment_completeness(ctx, GL_STENCIL, att); in _mesa_test_framebuffer_completeness()
4418 attachment != GL_DEPTH && attachment != GL_STENCIL) { in get_framebuffer_attachment_parameter()
4584 (attachment == GL_DEPTH || attachment == GL_STENCIL)) { in get_framebuffer_attachment_parameter()
5038 case GL_STENCIL: in invalidate_framebuffer_storage()
5137 case GL_STENCIL: in get_fb_attachment()
[all …]
Ddrawpix.c219 type != GL_STENCIL && in _mesa_CopyPixels()
Dclear.c359 case GL_STENCIL: in clear_bufferiv()
Dframebuffer.c749 case GL_STENCIL: in renderbuffer_exists()
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp177 GL_STENCIL in test()
602 if (attachmentExists(GL_STENCIL)) in test()
608 GL_STENCIL, in test()
Des3fNegativeBufferApiTests.cpp444 glClearBufferiv(GL_STENCIL, 1, &data[0]); in init()
483 glClearBufferuiv(GL_STENCIL, 1, &data[0]); in init()
522 glClearBufferfv(GL_STENCIL, 1, &data[0]); in init()
548 glClearBufferfi(GL_STENCIL, 0, 1.0f, 1); in init()
Des3fRasterizerDiscardTests.cpp338 …case CASE_CLEAR_STENCIL: (m_caseOptions & CASEOPTION_FBO) ? glClearBufferiv(GL_STENCIL, 0, &FAIL_… in iterate()
/external/deqp/framework/opengl/
DgluStrUtil.inl196 case GL_STENCIL: return "GL_STENCIL";
569 case GL_STENCIL: return "GL_STENCIL";
581 case GL_STENCIL: return "GL_STENCIL";
603 case GL_STENCIL: return "GL_STENCIL";
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp162 if (buffer == GL_STENCIL) in clearBufferiv()
/external/deqp/modules/glshared/
DglsScissorTests.cpp605 gl.clearBufferiv(GL_STENCIL, 0, &stencil); in clearBuffers()
809 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break; in render()
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp547 ctx.glClearBufferiv (GL_STENCIL, 1, &data[0]); in clear_bufferiv()
581 ctx.glClearBufferuiv (GL_STENCIL, 0, &data[0]); in clear_bufferuiv()
626 ctx.glClearBufferfv (GL_STENCIL, 1, &data[0]); in clear_bufferfv()
661 ctx.glClearBufferfi (GL_STENCIL, 0, 1.0f, 1); in clear_bufferfi()
/external/angle/src/tests/gl_tests/
DClearTest.cpp719 glClearBufferiv(GL_STENCIL, 0, &kStencilClearValue); in TEST_P()
964 glClearBufferiv(GL_STENCIL, 0, &kStencilClearValue); in TEST_P()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp381 if (buffer == GL_STENCIL) in clearBufferiv()
964 case GL_STENCIL: in invalidateImpl()
/external/angle/src/libANGLE/renderer/metal/
DSurfaceMtl.mm423 case GL_STENCIL:
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h165 #define GL_STENCIL 0x1802 macro
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp1777 static const glw::GLenum default_attachments[] = { GL_COLOR, GL_DEPTH, GL_STENCIL }; in iterate()
1996 static const glw::GLenum default_attachments[] = { GL_COLOR, GL_DEPTH, GL_STENCIL }; in iterate()
4240 GL_BACK_RIGHT, GL_DEPTH, GL_STENCIL }; in TestDefaultFramebuffer()
6054 case GL_STENCIL: in PrepareObjects()
6215 gl.clearNamedFramebufferfv(m_fbo_valid, GL_STENCIL, 0, fcolor); in iterate()
6243 gl.clearNamedFramebufferiv(m_fbo_valid, GL_STENCIL, 1, icolor); in iterate()
7029 GL_BACK_LEFT, GL_BACK_RIGHT, GL_DEPTH, GL_STENCIL }; in PrepareObjects()

123