Searched refs:st_framebuffer (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_manager.h | 36 struct st_framebuffer; 52 st_framebuffer_reference(struct st_framebuffer **ptr, 53 struct st_framebuffer *stfb);
|
| H A D | st_cb_viewport.c | 41 struct st_framebuffer *stdraw; 42 struct st_framebuffer *stread;
|
| H A D | st_cb_fbo.h | 89 * 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 D | st_manager.c | 153 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 D | st_context.h | 388 struct st_framebuffer struct
|
| H A D | st_context.c | 934 struct st_framebuffer *stfb, *next;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_manager.h | 36 struct st_framebuffer; 52 st_framebuffer_reference(struct st_framebuffer **ptr, 53 struct st_framebuffer *stfb);
|
| H A D | st_cb_viewport.c | 41 struct st_framebuffer *stdraw; 42 struct st_framebuffer *stread;
|
| H A D | st_cb_fbo.h | 89 * 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 D | st_manager.c | 153 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 D | st_context.h | 433 struct st_framebuffer struct
|
| H A D | st_context.c | 1116 struct st_framebuffer *stfb, *next;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_drawable.h | 36 struct st_framebuffer;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri_drawable.h | 36 struct st_framebuffer;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.rst | 656 - st/vega: Use st_framebuffer for fb width/height.
|
Completed in 14 milliseconds