Home | History | Annotate | Download | only in main

Lines Matching refs:Driver

252    if (ctx->Driver.BlendFuncSeparate) {
253 ctx->Driver.BlendFuncSeparate(ctx, sfactorRGB, dfactorRGB,
314 if (ctx->Driver.BlendFuncSeparatei) {
315 ctx->Driver.BlendFuncSeparatei(ctx, buf, sfactorRGB, dfactorRGB,
381 if (ctx->Driver.BlendEquationSeparate)
382 (*ctx->Driver.BlendEquationSeparate)( ctx, mode, mode );
419 if (ctx->Driver.BlendEquationSeparatei)
420 ctx->Driver.BlendEquationSeparatei(ctx, buf, mode, mode);
439 "glBlendEquationSeparateEXT not supported by driver");
474 if (ctx->Driver.BlendEquationSeparate)
475 ctx->Driver.BlendEquationSeparate(ctx, modeRGB, modeA);
518 if (ctx->Driver.BlendEquationSeparatei)
519 ctx->Driver.BlendEquationSeparatei(ctx, buf, modeRGB, modeA);
538 * change, flushes the vertices and notifies the driver via
564 if (ctx->Driver.BlendColor)
565 (*ctx->Driver.BlendColor)(ctx, ctx->Color.BlendColor);
576 driver via
606 if (ctx->Driver.AlphaFunc)
607 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
624 * On a change, flushes the vertices and notifies the driver via the
665 if (ctx->Driver.LogicOpcode)
666 ctx->Driver.LogicOpcode( ctx, opcode );
696 * change, flushes the vertices and notifies the driver via the
732 if (ctx->Driver.ColorMask)
733 ctx->Driver.ColorMask( ctx, red, green, blue, alpha );
771 if (ctx->Driver.ColorMaskIndexed)
772 ctx->Driver.ColorMaskIndexed(ctx, buf, red, green, blue, alpha);