Searched refs:st_framebuffer (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.h36 struct st_framebuffer;
52 st_framebuffer_reference(struct st_framebuffer **ptr,
53 struct st_framebuffer *stfb);
H A Dst_cb_viewport.c41 struct st_framebuffer *stdraw;
42 struct st_framebuffer *stread;
H A Dst_cb_fbo.h89 * Cast wrapper to convert a struct gl_framebuffer to an st_framebuffer.
94 static inline struct st_framebuffer *
100 return (struct st_framebuffer *) fb;
H A Dst_manager.c153 struct st_framebuffer *stdraw,
154 struct st_framebuffer *stread)
205 st_framebuffer_validate(struct st_framebuffer *stfb,
280 st_framebuffer_update_attachments(struct st_framebuffer *stfb)
307 st_framebuffer_add_renderbuffer(struct st_framebuffer *stfb,
442 static struct st_framebuffer *
446 struct st_framebuffer *stfb;
454 stfb = CALLOC_STRUCT(st_framebuffer);
527 st_framebuffer_reference(struct st_framebuffer **ptr,
528 struct st_framebuffer *stf
[all...]
H A Dst_context.h388 struct st_framebuffer struct
H A Dst_context.c934 struct st_framebuffer *stfb, *next;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.h36 struct st_framebuffer;
52 st_framebuffer_reference(struct st_framebuffer **ptr,
53 struct st_framebuffer *stfb);
H A Dst_cb_viewport.c41 struct st_framebuffer *stdraw;
42 struct st_framebuffer *stread;
H A Dst_cb_fbo.h89 * Cast wrapper to convert a struct gl_framebuffer to an st_framebuffer.
94 static inline struct st_framebuffer *
100 return (struct st_framebuffer *) fb;
H A Dst_manager.c153 struct st_framebuffer *stdraw,
154 struct st_framebuffer *stread)
205 st_framebuffer_validate(struct st_framebuffer *stfb,
280 st_framebuffer_update_attachments(struct st_framebuffer *stfb)
311 st_framebuffer_add_renderbuffer(struct st_framebuffer *stfb,
438 static struct st_framebuffer *
442 struct st_framebuffer *stfb;
450 stfb = CALLOC_STRUCT(st_framebuffer);
523 st_framebuffer_reference(struct st_framebuffer **ptr,
524 struct st_framebuffer *stf
[all...]
H A Dst_context.h433 struct st_framebuffer struct
H A Dst_context.c1116 struct st_framebuffer *stfb, *next;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.h36 struct st_framebuffer;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.h36 struct st_framebuffer;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst656 - st/vega: Use st_framebuffer for fb width/height.

Completed in 14 milliseconds