Searched refs:swrast_context (Results 1 – 7 of 7) sorted by relevance
75 swrast_context(struct gl_context *ctx) in swrast_context() function
331 return (SWcontext *) ctx->swrast_context; in SWRAST_CONTEXT()338 return (const SWcontext *) ctx->swrast_context; in CONST_SWRAST_CONTEXT()
804 ctx->swrast_context = swrast; in _swrast_CreateContext()843 ctx->swrast_context = 0; in _swrast_DestroyContext()
503 if (ctx->swrast_context) in intelInvalidateState()711 if (ctx->swrast_context) { in intelInitContext()812 if (ctx->swrast_context) { in intelDestroyContext()818 if (ctx->swrast_context) in intelDestroyContext()
3595 void *swrast_context; member