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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.h196 * \struct SWcontext
317 } SWcontext; typedef in typeref:struct:__anon14578
327 /** Return SWcontext for the given struct gl_context */
328 static inline SWcontext *
331 return (SWcontext *) ctx->swrast_context;
335 static inline const SWcontext *
338 return (const SWcontext *) ctx->swrast_context;
350 SWcontext *swrast = SWRAST_CONTEXT(ctx);
360 SWcontext *swrast = SWRAST_CONTEXT(ctx);
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h196 * \struct SWcontext
317 } SWcontext; typedef in typeref:struct:__anon27989
327 /** Return SWcontext for the given struct gl_context */
328 static inline SWcontext *
331 return (SWcontext *) ctx->swrast_context;
335 static inline const SWcontext *
338 return (const SWcontext *) ctx->swrast_context;
350 SWcontext *swrast = SWRAST_CONTEXT(ctx);
360 SWcontext *swrast = SWRAST_CONTEXT(ctx);

Completed in 654 milliseconds