Lines Matching refs:BUFFER_STENCIL
276 return &fb->Attachment[BUFFER_STENCIL]; in get_attachment()
308 return &fb->Attachment[BUFFER_STENCIL]; in get_fb0_attachment()
375 return &fb->Attachment[BUFFER_STENCIL]; in get_fb0_attachment()
639 &fb->Attachment[BUFFER_STENCIL]; in _mesa_has_depthstencil_combined()
1025 att = &fb->Attachment[BUFFER_STENCIL]; in _mesa_test_framebuffer_completeness()
3301 texObj == fb->Attachment[BUFFER_STENCIL].Texture && in _mesa_framebuffer_texture()
3302 level == fb->Attachment[BUFFER_STENCIL].TextureLevel && in _mesa_framebuffer_texture()
3304 fb->Attachment[BUFFER_STENCIL].CubeMapFace && in _mesa_framebuffer_texture()
3305 layer == fb->Attachment[BUFFER_STENCIL].Zoffset) { in _mesa_framebuffer_texture()
3312 BUFFER_STENCIL); in _mesa_framebuffer_texture()
3320 reuse_framebuffer_texture_attachment(fb, BUFFER_STENCIL, in _mesa_framebuffer_texture()
3332 reuse_framebuffer_texture_attachment(fb,BUFFER_STENCIL, in _mesa_framebuffer_texture()
3351 remove_attachment(ctx, &fb->Attachment[BUFFER_STENCIL]); in _mesa_framebuffer_texture()