OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nouveau_bo_name_get
(Results
1 - 4
of
4
) sorted by null
/external/libdrm/nouveau/
nouveau.h
148
int
nouveau_bo_name_get
(struct nouveau_bo *, uint32_t *name);
nouveau.c
497
nouveau_bo_name_get
(struct nouveau_bo *bo, uint32_t *name)
function
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c
110
return
nouveau_bo_name_get
(bo, &whandle->handle) == 0;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c
310
ret =
nouveau_bo_name_get
(s->bo, &old_name);
Completed in 499 milliseconds