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,
53 void (*context_destroy)(struct gl_context *ctx);
78 nouveau_driver_functions_init(struct dd_function_table *functions); argument