Home
last modified time | relevance | path

Searched refs:pp_init_fbos (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpostprocess.h63 void pp_init_fbos(struct pp_queue_t *, unsigned int, unsigned int);
Dpp_run.c102 pp_init_fbos(ppq, in->width0, in->height0); in pp_run()
Dpp_init.c255 pp_init_fbos(struct pp_queue_t *ppq, unsigned int w, in pp_init_fbos() function
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c312 pp_init_fbos(ctx->pp, draw->textures[ST_ATTACHMENT_BACK_LEFT]->width0, in dri_make_current()
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c830 pp_init_fbos(osmesa->pp, width, height); in OSMesaMakeCurrent()