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

  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 81 struct pipe_resource *pending_resource; member in struct:wayland_surface
native_wayland.c 153 if (!surface->pending_resource)
156 pipe_resource_reference(&surface->pending_resource, NULL);
176 if (surface->pending_resource)
182 surface->pending_resource = front_resource;
389 surface->pending_resource = NULL;

Completed in 673 milliseconds