Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.c108 struct copypix_state *copypix);
1557 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1559 if (copypix->VAO == 0) in meta_copypix_cleanup()
1561 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1562 copypix->VAO = 0; in meta_copypix_cleanup()
1563 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1815 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1840 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1880 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()