OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r600_resource_destroy
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_resource.c
52
void
r600_resource_destroy
(struct pipe_screen *screen, struct pipe_resource *res)
function
66
screen->resource_destroy =
r600_resource_destroy
;
r600_resource.h
118
void
r600_resource_destroy
(struct pipe_screen *screen, struct pipe_resource *res);
/external/mesa3d/src/gallium/drivers/r600/
r600_resource.c
52
void
r600_resource_destroy
(struct pipe_screen *screen, struct pipe_resource *res)
function
66
screen->resource_destroy =
r600_resource_destroy
;
r600_resource.h
118
void
r600_resource_destroy
(struct pipe_screen *screen, struct pipe_resource *res);
Completed in 140 milliseconds