Searched refs:swrast_context (Results 1 – 6 of 6) sorted by relevance
75 swrast_context(struct gl_context *ctx) in swrast_context() function
347 return (SWcontext *) ctx->swrast_context; in SWRAST_CONTEXT()354 return (const SWcontext *) ctx->swrast_context; in CONST_SWRAST_CONTEXT()
804 ctx->swrast_context = swrast; in _swrast_CreateContext()842 ctx->swrast_context = 0; in _swrast_DestroyContext()
322 if (ctx->swrast_context) in intelInvalidateState()504 if (ctx->swrast_context) { in intelInitContext()583 if (ctx->swrast_context) { in intelDestroyContext()589 if (ctx->swrast_context) in intelDestroyContext()
180 if (ctx->swrast_context) in intel_update_state()944 if (ctx->swrast_context) { in brwCreateContext()1114 if (ctx->swrast_context) { in intelDestroyContext()1120 if (ctx->swrast_context) in intelDestroyContext()
5018 void *swrast_context; member