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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.h35 struct identity_context { struct
46 static INLINE struct identity_context *
47 identity_context(struct pipe_context *pipe) function
49 return (struct identity_context *)pipe;
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.h35 struct identity_context { struct
46 static INLINE struct identity_context *
47 identity_context(struct pipe_context *pipe) function
49 return (struct identity_context *)pipe;

Completed in 724 milliseconds