Home
last modified time | relevance | path

Searched refs:vrend_if_cbs (Results 1 – 3 of 3) sorted by relevance

/external/virglrenderer/src/
Dvrend_renderer.h99 struct vrend_if_cbs { struct
109 int vrend_renderer_init(struct vrend_if_cbs *cbs, uint32_t flags); argument
418 extern struct vrend_if_cbs *vrend_clicbs;
Dvirglrenderer.c211 static struct vrend_if_cbs virgl_cbs;
263 static struct vrend_if_cbs virgl_cbs = {
Dvrend_renderer.c65 struct vrend_if_cbs *vrend_clicbs;
5092 int vrend_renderer_init(struct vrend_if_cbs *cbs, uint32_t flags) in vrend_renderer_init()