Searched defs:svga_surface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_surface.h43 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/
H A Dsvga_surface.h43 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 204 milliseconds