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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_surface.h 43 struct svga_surface struct
87 static INLINE struct svga_surface *
88 svga_surface(struct pipe_surface *surface) function
91 return (struct svga_surface *)surface;
95 static INLINE const struct svga_surface *
99 return (const struct svga_surface *)surface;
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 43 struct svga_surface struct
87 static INLINE struct svga_surface *
88 svga_surface(struct pipe_surface *surface) function
91 return (struct svga_surface *)surface;
95 static INLINE const struct svga_surface *
99 return (const struct svga_surface *)surface;

Completed in 66 milliseconds