Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_driver.h49 struct nouveau_driver { struct
50 struct gl_context *(*context_create)(struct nouveau_screen *screen,
54 void (*context_destroy)(struct gl_context *ctx);
56 void (*surface_copy)(struct gl_context *ctx,
60 void (*surface_fill)(struct gl_context *ctx,
84 nouveau_driver_functions_init(struct dd_function_table *functions); argument