Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.h35 typedef void *virgl_gl_context; typedef
102 virgl_gl_context (*create_gl_context)(int scanout, struct virgl_gl_ctx_param *params);
103 void (*destroy_gl_context)(virgl_gl_context ctx);
104 int (*make_current)(int scanout, virgl_gl_context ctx);
Dvrend_blitter.c55 virgl_gl_context gl_context;
Dvrend_renderer.c243 virgl_gl_context sync_context;
440 virgl_gl_context gl_context;
5007 virgl_gl_context gl_context = vrend_state.sync_context; in thread_sync()
5096 virgl_gl_context gl_context; in vrend_renderer_init()