HomeSort by relevance Sort by last modified time
    Searched refs:virgl_egl (Results 1 - 3 of 3) sorted by null

  /external/virglrenderer/src/
virgl_egl.h 28 struct virgl_egl;
30 struct virgl_egl *virgl_egl_init(int fd, bool surfaceless, bool gles);
31 void virgl_egl_destroy(struct virgl_egl *ve);
33 virgl_renderer_gl_context virgl_egl_create_context(struct virgl_egl *ve, struct virgl_gl_ctx_param *vparams);
34 void virgl_egl_destroy_context(struct virgl_egl *ve, virgl_renderer_gl_context virglctx);
35 int virgl_egl_make_context_current(struct virgl_egl *ve, virgl_renderer_gl_context virglctx);
36 virgl_renderer_gl_context virgl_egl_get_current_context(struct virgl_egl *ve);
38 int virgl_egl_get_fourcc_for_texture(struct virgl_egl *ve, uint32_t tex_id, uint32_t format, int *fourcc);
39 int virgl_egl_get_fd_for_texture(struct virgl_egl *ve, uint32_t tex_id, int *fd);
40 int virgl_egl_get_fd_for_texture2(struct virgl_egl *ve, uint32_t tex_id, int *fd, int *stride, int *offset)
    [all...]
virgl_egl_context.c 46 #include "virgl_egl.h"
49 struct virgl_egl { struct
126 struct virgl_egl *virgl_egl_init(int fd, bool surfaceless, bool gles)
145 struct virgl_egl *d;
147 d = malloc(sizeof(struct virgl_egl));
266 void virgl_egl_destroy(struct virgl_egl *d)
279 virgl_renderer_gl_context virgl_egl_create_context(struct virgl_egl *ve, struct virgl_gl_ctx_param *vparams)
294 void virgl_egl_destroy_context(struct virgl_egl *ve, virgl_renderer_gl_context virglctx)
300 int virgl_egl_make_context_current(struct virgl_egl *ve, virgl_renderer_gl_context virglctx)
308 virgl_renderer_gl_context virgl_egl_get_current_context(UNUSED struct virgl_egl *ve
    [all...]
virglrenderer.c 42 #include "virgl_egl.h"
43 static struct virgl_egl *egl_info;

Completed in 302 milliseconds