Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_viewport.c42 static inline struct st_framebuffer *
47 return (struct st_framebuffer *) fb; in st_ws_framebuffer()
54 struct st_framebuffer *stdraw; in st_viewport()
55 struct st_framebuffer *stread; in st_viewport()
Dst_manager.c66 static inline struct st_framebuffer *
71 return (struct st_framebuffer *) fb; in st_ws_framebuffer()
152 struct st_framebuffer *stdraw, in st_context_validate()
153 struct st_framebuffer *stread) in st_context_validate()
183 st_framebuffer_validate(struct st_framebuffer *stfb, in st_framebuffer_validate()
264 st_framebuffer_update_attachments(struct st_framebuffer *stfb) in st_framebuffer_update_attachments()
289 st_framebuffer_add_renderbuffer(struct st_framebuffer *stfb, in st_framebuffer_add_renderbuffer()
414 static struct st_framebuffer *
418 struct st_framebuffer *stfb; in st_framebuffer_create()
425 stfb = CALLOC_STRUCT(st_framebuffer); in st_framebuffer_create()
[all …]
Dst_context.h273 struct st_framebuffer struct
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_drawable.h36 struct st_framebuffer;