Searched refs:st_framebuffer (Results 1 – 8 of 8) sorted by relevance
36 struct st_framebuffer;52 st_framebuffer_reference(struct st_framebuffer **ptr,53 struct st_framebuffer *stfb);
154 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 …]
41 struct st_framebuffer *stdraw; in st_viewport()42 struct st_framebuffer *stread; in st_viewport()
94 static inline struct st_framebuffer *100 return (struct st_framebuffer *) fb; in st_ws_framebuffer()
429 struct st_framebuffer struct
1080 struct st_framebuffer *stfb, *next; in st_destroy_context()
36 struct st_framebuffer;
656 - st/vega: Use st_framebuffer for fb width/height.