Lines Matching refs:BUFFER_STENCIL
230 return &fb->Attachment[BUFFER_STENCIL]; in _mesa_get_attachment()
289 return &fb->Attachment[BUFFER_STENCIL]; in _mesa_get_fb0_attachment()
722 att = &fb->Attachment[BUFFER_STENCIL]; in _mesa_test_framebuffer_completeness()
2098 texObj == fb->Attachment[BUFFER_STENCIL].Texture && in framebuffer_texture()
2099 level == fb->Attachment[BUFFER_STENCIL].TextureLevel && in framebuffer_texture()
2101 fb->Attachment[BUFFER_STENCIL].CubeMapFace && in framebuffer_texture()
2102 zoffset == fb->Attachment[BUFFER_STENCIL].Zoffset) { in framebuffer_texture()
2109 BUFFER_STENCIL); in framebuffer_texture()
2117 reuse_framebuffer_texture_attachment(fb, BUFFER_STENCIL, in framebuffer_texture()
2128 reuse_framebuffer_texture_attachment(fb,BUFFER_STENCIL, in framebuffer_texture()
2147 _mesa_remove_attachment(ctx, &fb->Attachment[BUFFER_STENCIL]); in framebuffer_texture()
2968 readFb->Attachment[BUFFER_STENCIL].Renderbuffer; in _mesa_BlitFramebufferEXT()
2970 drawFb->Attachment[BUFFER_STENCIL].Renderbuffer; in _mesa_BlitFramebufferEXT()