Home
last modified time | relevance | path

Searched defs:gl_meta_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h355 struct gl_meta_state struct
358 struct save_state Save[MAX_META_OPS_DEPTH];
360 GLuint SaveStackDepth;
362 struct temp_texture TempTex;
364 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */
365 struct clear_state Clear; /**< For _mesa_meta_Clear() */
366 struct copypix_state CopyPix; /**< For _mesa_meta_CopyPixels() */
367 struct drawpix_state DrawPix; /**< For _mesa_meta_DrawPixels() */
368 struct bitmap_state Bitmap; /**< For _mesa_meta_Bitmap() */
369 struct gen_mipmap_state Mipmap; /**< For _mesa_meta_GenerateMipmap() */
[all …]