Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h366 struct copypix_state CopyPix; /**< For _mesa_meta_CopyPixels() */ member
Dmeta.c436 meta_copypix_cleanup(ctx, &ctx->Meta->CopyPix); in _mesa_meta_free()
1815 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels()