Searched refs:SpanRenderFinish (Results 1 – 6 of 6) sorted by relevance
377 if (swrast->Driver.SpanRenderFinish) in swrast_render_finish()378 swrast->Driver.SpanRenderFinish(ctx); in swrast_render_finish()
296 void (*SpanRenderFinish)(struct gl_context *ctx); member
769 swrast->Driver.SpanRenderFinish = _swrast_span_render_finish; in _swrast_CreateContext()910 if (swrast->Driver.SpanRenderFinish) in _swrast_render_finish()911 swrast->Driver.SpanRenderFinish( ctx ); in _swrast_render_finish()
98 swdd->SpanRenderFinish = nouveau_span_finish; in nouveau_span_functions_init()
147 swdd->SpanRenderFinish = radeonSpanRenderFinish; in radeonInitSpanFuncs()