/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 451 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()
|
D | s_blit.c | 755 GL_STENCIL, in _swrast_BlitFramebuffer()
|
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 292 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()
|
D | format_map_autogen.cpp | 559 case GL_STENCIL: in GetSizedFormatInternal()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1620 } 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/ |
D | intel_pixel_copy.c | 87 case GL_STENCIL: in do_blit_copypixels()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 86 case GL_STENCIL: in do_blit_copypixels()
|
/external/angle/src/tests/perf_tests/ |
D | BlitFramebufferPerf.cpp | 214 glClearBufferiv(GL_STENCIL, 0, &clearStencilValue); in drawBenchmark()
|
/external/mesa3d/src/mesa/main/ |
D | glthread_marshal.h | 136 case GL_STENCIL: in _mesa_buffer_enum_to_count()
|
D | fbobject.c | 339 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 …]
|
D | drawpix.c | 219 type != GL_STENCIL && in _mesa_CopyPixels()
|
D | clear.c | 359 case GL_STENCIL: in clear_bufferiv()
|
D | framebuffer.c | 749 case GL_STENCIL: in renderbuffer_exists()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboStateQueryTests.cpp | 177 GL_STENCIL in test() 602 if (attachmentExists(GL_STENCIL)) in test() 608 GL_STENCIL, in test()
|
D | es3fNegativeBufferApiTests.cpp | 444 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()
|
D | es3fRasterizerDiscardTests.cpp | 338 …case CASE_CLEAR_STENCIL: (m_caseOptions & CASEOPTION_FBO) ? glClearBufferiv(GL_STENCIL, 0, &FAIL_… in iterate()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 196 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/ |
D | FramebufferD3D.cpp | 162 if (buffer == GL_STENCIL) in clearBufferiv()
|
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 605 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/ |
D | es31fNegativeBufferApiTests.cpp | 547 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/ |
D | ClearTest.cpp | 719 glClearBufferiv(GL_STENCIL, 0, &kStencilClearValue); in TEST_P() 964 glClearBufferiv(GL_STENCIL, 0, &kStencilClearValue); in TEST_P()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.cpp | 381 if (buffer == GL_STENCIL) in clearBufferiv() 964 case GL_STENCIL: in invalidateImpl()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | SurfaceMtl.mm | 423 case GL_STENCIL:
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 165 #define GL_STENCIL 0x1802 macro
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 1777 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()
|