Home
last modified time | relevance | path

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

/external/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.c154 struct st_framebuffer *stdraw, in st_context_validate()
155 struct st_framebuffer *stread) in st_context_validate()
206 st_framebuffer_validate(struct st_framebuffer *stfb, in st_framebuffer_validate()
281 st_framebuffer_update_attachments(struct st_framebuffer *stfb) in st_framebuffer_update_attachments()
308 st_framebuffer_add_renderbuffer(struct st_framebuffer *stfb, in st_framebuffer_add_renderbuffer()
436 static struct st_framebuffer *
440 struct st_framebuffer *stfb; in st_framebuffer_create()
448 stfb = CALLOC_STRUCT(st_framebuffer); in st_framebuffer_create()
521 st_framebuffer_reference(struct st_framebuffer **ptr, in st_framebuffer_reference()
522 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.h429 struct st_framebuffer struct
Dst_context.c1080 struct st_framebuffer *stfb, *next; in st_destroy_context()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h36 struct st_framebuffer;
/external/mesa3d/docs/relnotes/
D7.10.rst656 - st/vega: Use st_framebuffer for fb width/height.