Searched refs:LogicOpcode (Results 1 – 8 of 8) sorted by relevance
141 driver->LogicOpcode = NULL; in _mesa_init_driver_functions()295 ctx->Driver.LogicOpcode(ctx, ctx->Color.LogicOp); in _mesa_init_driver_state()
665 if (ctx->Driver.LogicOpcode) in _mesa_LogicOp()666 ctx->Driver.LogicOpcode( ctx, opcode ); in _mesa_LogicOp()
495 void (*LogicOpcode)(struct gl_context *ctx, GLenum opcode); member
536 ctx->Driver.LogicOpcode = nouveau_logic_opcode; in nouveau_state_init()
1129 functions->LogicOpcode = i830LogicOp; in i830InitStateFuncs()
1082 functions->LogicOpcode = i915LogicOp; in i915InitStateFunctions()
2204 ctx->Driver.LogicOpcode = radeonLogicOpCode; in radeonInitStateFuncs()
2448 functions->LogicOpcode = r200LogicOpCode; in r200InitStateFuncs()