Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c445 struct vrend_surface { struct
621 struct vrend_surface *zsurf;
622 struct vrend_surface *surf[PIPE_MAX_COLOR_BUFS];
1020 static void vrend_destroy_surface(struct vrend_surface *surf) in vrend_destroy_surface()
1029 vrend_surface_reference(struct vrend_surface **ptr, struct vrend_surface *surf) in vrend_surface_reference()
1031 struct vrend_surface *old_surf = *ptr; in vrend_surface_reference()
1831 struct vrend_surface *surf; in vrend_create_surface()
1845 surf = CALLOC_STRUCT(vrend_surface); in vrend_create_surface()
1910 struct vrend_surface *surface = obj_ptr; in vrend_destroy_surface_object()
2398 struct vrend_surface *surf = ctx->sub->zsurf; in vrend_hw_set_zsurf_texture()
[all …]