Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c63 static INLINE struct st_framebuffer *
68 return (struct st_framebuffer *) fb; in st_ws_framebuffer()
149 struct st_framebuffer *stdraw, in st_context_validate()
150 struct st_framebuffer *stread) in st_context_validate()
181 st_framebuffer_validate(struct st_framebuffer *stfb, in st_framebuffer_validate()
258 st_framebuffer_update_attachments(struct st_framebuffer *stfb) in st_framebuffer_update_attachments()
283 st_framebuffer_add_renderbuffer(struct st_framebuffer *stfb, in st_framebuffer_add_renderbuffer()
410 static struct st_framebuffer *
413 struct st_framebuffer *stfb; in st_framebuffer_create()
420 stfb = CALLOC_STRUCT(st_framebuffer); in st_framebuffer_create()
[all …]
Dst_cb_viewport.c42 static INLINE struct st_framebuffer *
47 return (struct st_framebuffer *) fb; in st_ws_framebuffer()
55 struct st_framebuffer *stdraw; in st_viewport()
56 struct st_framebuffer *stread; in st_viewport()
Dst_context.h214 struct st_framebuffer struct
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.c290 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_context_update_surface_mask_view()
346 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_context_update_blend_texture_view()
402 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_validate_state()
447 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_texture()
474 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_surface()
492 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_surface_from_mask()
504 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_get_surface_mask()
Dvg_manager.c86 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_manager_flush_frontbuffer()
107 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_manager_validate_framebuffer()
271 struct st_framebuffer *stfb; in vg_context_bind_framebuffers()
303 stfb = CALLOC_STRUCT(st_framebuffer); in vg_context_bind_framebuffers()
Drenderer.h37 struct st_framebuffer;
51 const struct st_framebuffer *stfb,
Dvg_context.h54 struct st_framebuffer { struct
109 struct st_framebuffer *draw_buffer;
Dshader.c224 struct st_framebuffer *stfb = ctx->draw_buffer; in is_format_bw()
405 const struct st_framebuffer *stfb = shader->context->draw_buffer; in shader_set_paint_matrix()
Dmask.c104 struct st_framebuffer *stfb = ctx->draw_buffer; in read_alpha_mask()
153 struct st_framebuffer *stfb = ctx->draw_buffer; in save_alpha_to_file()
450 struct st_framebuffer *stfb = ctx->draw_buffer; in mask_render_to()
Dapi_images.c399 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaReadPixels()
471 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaCopyPixels()
Dapi_masks.c75 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaClear()
Drenderer.c1329 const struct st_framebuffer *stfb, in renderer_validate()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_drawable.h36 struct st_framebuffer;