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.h347 return (SWcontext *) ctx->swrast_context; in SWRAST_CONTEXT()
354 return (const SWcontext *) ctx->swrast_context; in CONST_SWRAST_CONTEXT()
Ds_context.c804 ctx->swrast_context = swrast; in _swrast_CreateContext()
842 ctx->swrast_context = 0; in _swrast_DestroyContext()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c322 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c180 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()
/external/mesa3d/src/mesa/main/
Dmtypes.h5018 void *swrast_context; member