Searched refs:temp_texture (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h201 struct temp_texture struct
306 struct temp_texture depthTex;
363 struct temp_texture Tex; /**< separate texture from other meta ops */
423 struct temp_texture TempTex;
567 _mesa_meta_alloc_texture(struct temp_texture *tex,
585 struct temp_texture *
588 struct temp_texture *
605 struct temp_texture *tex,
613 struct temp_texture *tex,
H A Dmeta.c104 struct temp_texture *tex);
1236 * One-time init for a temp_texture object.
1240 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex)
1261 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex)
1269 * Return pointer to temp_texture info for non-bitmap ops.
1272 struct temp_texture *
1275 struct temp_texture *tex = &ctx->Meta->TempTex;
1286 * Return pointer to temp_texture info for _mesa_meta_bitmap().
1290 static struct temp_texture *
1293 struct temp_texture *te
[all...]
H A Dmeta_blit.c625 struct temp_texture *meta_temp_texture;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h200 struct temp_texture struct
246 struct temp_texture depthTex;
302 struct temp_texture Tex; /**< separate texture from other meta ops */
362 struct temp_texture TempTex;
497 _mesa_meta_alloc_texture(struct temp_texture *tex,
515 struct temp_texture *
518 struct temp_texture *
535 struct temp_texture *tex,
543 struct temp_texture *tex,
H A Dmeta.c105 struct temp_texture *tex);
1240 * One-time init for a temp_texture object.
1244 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex)
1265 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex)
1273 * Return pointer to temp_texture info for non-bitmap ops.
1276 struct temp_texture *
1279 struct temp_texture *tex = &ctx->Meta->TempTex;
1290 * Return pointer to temp_texture info for _mesa_meta_bitmap().
1294 static struct temp_texture *
1297 struct temp_texture *te
[all...]
H A Dmeta_blit.c112 struct temp_texture *meta_temp_texture;

Completed in 12 milliseconds