Home
last modified time | relevance | path

Searched refs:swrast_context (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast_priv.h75 swrast_context(struct gl_context *ctx) in swrast_context() function
/external/mesa3d/src/mesa/swrast/
Ds_context.h348 return (SWcontext *) ctx->swrast_context; in SWRAST_CONTEXT()
355 return (const SWcontext *) ctx->swrast_context; in CONST_SWRAST_CONTEXT()
Ds_context.c799 ctx->swrast_context = swrast; in _swrast_CreateContext()
837 ctx->swrast_context = 0; in _swrast_DestroyContext()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c321 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c193 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()
/external/mesa3d/src/mesa/main/
Dmtypes.h5260 void *swrast_context; member