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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.h 56 struct identity_surface struct
90 static INLINE struct identity_surface *
91 identity_surface(struct pipe_surface *_surface) function
96 return (struct identity_surface *)_surface;
130 return identity_surface(_surface)->surface;
156 struct identity_surface *id_surface);
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.h 56 struct identity_surface struct
90 static INLINE struct identity_surface *
91 identity_surface(struct pipe_surface *_surface) function
96 return (struct identity_surface *)_surface;
130 return identity_surface(_surface)->surface;
156 struct identity_surface *id_surface);

Completed in 216 milliseconds