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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 196 * \struct SWcontext
317 } SWcontext;
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/
s_context.h 196 * \struct SWcontext
317 } SWcontext;
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 223 milliseconds