Searched refs:swrast_context (Results 1 – 6 of 6) sorted by relevance
75 swrast_context(struct gl_context *ctx) in swrast_context() function
348 return (SWcontext *) ctx->swrast_context; in SWRAST_CONTEXT()355 return (const SWcontext *) ctx->swrast_context; in CONST_SWRAST_CONTEXT()
799 ctx->swrast_context = swrast; in _swrast_CreateContext()837 ctx->swrast_context = 0; in _swrast_DestroyContext()
321 if (ctx->swrast_context) in intelInvalidateState()502 if (ctx->swrast_context) { in intelInitContext()579 if (ctx->swrast_context) { in intelDestroyContext()585 if (ctx->swrast_context) in intelDestroyContext()
193 if (ctx->swrast_context) in intel_update_state()1036 if (ctx->swrast_context) { in brwCreateContext()1230 if (ctx->swrast_context) { in intelDestroyContext()1236 if (ctx->swrast_context) in intelDestroyContext()
5260 void *swrast_context; member