Searched refs:fd_surface (Results 1 – 2 of 2) sorted by relevance
34 struct fd_surface { struct43 static inline struct fd_surface * argument44 fd_surface(struct pipe_surface *psurf) in fd_surface() function46 return (struct fd_surface *)psurf; in fd_surface()
42 struct fd_surface* surface = CALLOC_STRUCT(fd_surface); in fd_create_surface()