Home
last modified time | relevance | path

Searched refs:swrast_context (Results 1 – 7 of 7) 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.h331 return (SWcontext *) ctx->swrast_context; in SWRAST_CONTEXT()
338 return (const SWcontext *) ctx->swrast_context; in CONST_SWRAST_CONTEXT()
Ds_context.c804 ctx->swrast_context = swrast; in _swrast_CreateContext()
843 ctx->swrast_context = 0; in _swrast_DestroyContext()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.c503 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_context.c503 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()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c503 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()
/external/mesa3d/src/mesa/main/
Dmtypes.h3595 void *swrast_context; member