Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.h113 struct vrend_if_cbs { struct
127 int vrend_renderer_init(const struct vrend_if_cbs *cbs, uint32_t flags); argument
499 extern const struct vrend_if_cbs *vrend_clicbs;
Dvirglrenderer.c519 static const struct vrend_if_cbs vrend_cbs = {
Dvrend_renderer.c81 const struct vrend_if_cbs *vrend_clicbs;
6121 int vrend_renderer_init(const struct vrend_if_cbs *cbs, uint32_t flags) in vrend_renderer_init()