Searched refs:pp_init_fbos (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | postprocess.h | 63 void pp_init_fbos(struct pp_queue_t *, unsigned int, unsigned int);
|
D | pp_run.c | 102 pp_init_fbos(ppq, in->width0, in->height0); in pp_run()
|
D | pp_init.c | 255 pp_init_fbos(struct pp_queue_t *ppq, unsigned int w, in pp_init_fbos() function
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_context.c | 312 pp_init_fbos(ctx->pp, draw->textures[ST_ATTACHMENT_BACK_LEFT]->width0, in dri_make_current()
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 830 pp_init_fbos(osmesa->pp, width, height); in OSMesaMakeCurrent()
|