Home | History | Annotate | Download | only in main

Lines Matching refs:Driver

50  * change, flushes the vertices and notifies the driver via
73 if (ctx->Driver.CullFace)
74 ctx->Driver.CullFace( ctx, mode );
86 * flushes the vertices and notifies the driver via
111 if (ctx->Driver.FrontFace)
112 ctx->Driver.FrontFace( ctx, mode );
126 * driver via the dd_function_table::PolygonMode callback.
183 if (ctx->Driver.PolygonMode)
184 ctx->Driver.PolygonMode(ctx, face, mode);
198 * ctx->Driver.PolygonStipple(). We'll have to update all the DRI drivers
234 if (ctx->Driver.PolygonStipple)
235 ctx->Driver.PolygonStipple(ctx, pattern);
288 if (ctx->Driver.PolygonOffset)
289 ctx->Driver.PolygonOffset( ctx, factor, units );