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

  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.h 33 struct resource_surface;
36 struct resource_surface *
41 resource_surface_destroy(struct resource_surface *rsurf);
44 resource_surface_set_size(struct resource_surface *rsurf,
48 resource_surface_get_size(struct resource_surface *rsurf,
52 resource_surface_add_resources(struct resource_surface *rsurf,
56 resource_surface_import_resource(struct resource_surface *rsurf,
61 resource_surface_get_resources(struct resource_surface *rsurf,
66 resource_surface_get_single_resource(struct resource_surface *rsurf,
70 resource_surface_swap_buffers(struct resource_surface *rsurf
    [all...]
native_helper.c 47 struct resource_surface { struct
66 struct resource_surface *
70 struct resource_surface *rsurf = CALLOC_STRUCT(resource_surface);
87 resource_surface_free_resources(struct resource_surface *rsurf)
101 resource_surface_destroy(struct resource_surface *rsurf)
108 resource_surface_set_size(struct resource_surface *rsurf,
124 resource_surface_get_size(struct resource_surface *rsurf,
134 resource_surface_add_resources(struct resource_surface *rsurf,
171 resource_surface_import_resource(struct resource_surface *rsurf
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 80 struct resource_surface *rsurf;
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h 98 struct resource_surface *rsurf;
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 61 struct resource_surface *rsurf;
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 77 struct resource_surface *rsurf;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 65 struct resource_surface *rsurf;

Completed in 814 milliseconds