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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_texture.h 49 struct trace_surface struct
90 static INLINE struct trace_surface *
91 trace_surface(struct pipe_surface *surface) function
96 return (struct trace_surface *)surface;
132 trace_surf_destroy(struct trace_surface *tr_surf);
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 49 struct trace_surface struct
90 static INLINE struct trace_surface *
91 trace_surface(struct pipe_surface *surface) function
96 return (struct trace_surface *)surface;
132 trace_surf_destroy(struct trace_surface *tr_surf);

Completed in 25 milliseconds