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

/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c205 struct temp_texture struct
273 struct temp_texture Tex; /**< separate texture from other meta ops */
335 struct temp_texture TempTex;
348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex);
1168 * One-time init for a temp_texture object.
1172 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex)
1193 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex)
1203 * Return pointer to temp_texture info for non-bitmap ops.
1206 static struct temp_texture *
1209 struct temp_texture *te
[all...]

Completed in 273 milliseconds