OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nouveau_client_new
(Results
1 - 6
of
6
) sorted by null
/external/libdrm/nouveau/
nouveau-symbol-check
28
nouveau_client_new
nouveau.h
90
int
nouveau_client_new
(struct nouveau_device *, struct nouveau_client **);
nouveau.c
540
nouveau_client_new
(struct nouveau_device *dev, struct nouveau_client **pclient)
function
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c
148
ret =
nouveau_client_new
(screen->device, &screen->client);
nouveau_video.c
541
ret =
nouveau_client_new
(screen->device, &dec->client);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c
161
ret =
nouveau_client_new
(context_dev(ctx), &nctx->hw.client);
Completed in 583 milliseconds