Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
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);
1172 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in init_temp_texture()
1193 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in cleanup_temp_texture()
1206 static struct temp_texture *
1209 struct temp_texture *tex = &ctx->Meta->TempTex; in get_temp_texture()
1224 static struct temp_texture *
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; in get_bitmap_temp_texture()
[all …]