Home
last modified time | relevance | path

Searched refs:st_framebuffer (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.h36 struct st_framebuffer;
52 st_framebuffer_reference(struct st_framebuffer **ptr,
53 struct st_framebuffer *stfb);
Dst_manager.c153 struct st_framebuffer *stdraw, in st_context_validate()
154 struct st_framebuffer *stread) in st_context_validate()
205 st_framebuffer_validate(struct st_framebuffer *stfb, in st_framebuffer_validate()
280 st_framebuffer_update_attachments(struct st_framebuffer *stfb) in st_framebuffer_update_attachments()
311 st_framebuffer_add_renderbuffer(struct st_framebuffer *stfb, in st_framebuffer_add_renderbuffer()
438 static struct st_framebuffer *
442 struct st_framebuffer *stfb; in st_framebuffer_create()
450 stfb = CALLOC_STRUCT(st_framebuffer); in st_framebuffer_create()
523 st_framebuffer_reference(struct st_framebuffer **ptr, in st_framebuffer_reference()
524 struct st_framebuffer *stfb) in st_framebuffer_reference()
[all …]
Dst_cb_viewport.c41 struct st_framebuffer *stdraw; in st_viewport()
42 struct st_framebuffer *stread; in st_viewport()
Dst_cb_fbo.h94 static inline struct st_framebuffer *
100 return (struct st_framebuffer *) fb; in st_ws_framebuffer()
Dst_context.h433 struct st_framebuffer struct
Dst_context.c1117 struct st_framebuffer *stfb, *next; in st_destroy_context()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h36 struct st_framebuffer;
/third_party/mesa3d/docs/relnotes/
D7.10.rst656 - st/vega: Use st_framebuffer for fb width/height.