Searched refs:copypix (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 108 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, ©pix->VAO); in meta_copypix_cleanup() 1562 copypix->VAO = 0; in meta_copypix_cleanup() 1563 _mesa_reference_buffer_object(ctx, ©pix->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, ©pix->VAO, ©pix->buf_obj, false, in _mesa_meta_CopyPixels() 1880 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
|