Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h586 _mesa_meta_get_temp_texture(struct gl_context *ctx);
Dmeta.c1263 _mesa_meta_get_temp_texture(struct gl_context *ctx) in _mesa_meta_get_temp_texture() function
1862 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in _mesa_meta_CopyPixels()
2042 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in init_draw_stencil_pixels()
2076 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in init_draw_depth_pixels()
2108 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in _mesa_meta_DrawPixels()
Dmeta_blit.c671 meta_temp_texture = _mesa_meta_get_temp_texture(ctx); in blitframebuffer_texture()