Home
last modified time | relevance | path

Searched refs:LogicOpcode (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c144 driver->LogicOpcode = NULL; in _mesa_init_driver_functions()
275 ctx->Driver.LogicOpcode(ctx, ctx->Color.LogicOp); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/main/
Dblend.c755 if (ctx->Driver.LogicOpcode) in _mesa_LogicOp()
756 ctx->Driver.LogicOpcode( ctx, opcode ); in _mesa_LogicOp()
Ddd.h580 void (*LogicOpcode)(struct gl_context *ctx, GLenum opcode); member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c525 ctx->Driver.LogicOpcode = nouveau_logic_opcode; in nouveau_state_init()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c1128 functions->LogicOpcode = i830LogicOp; in i830InitStateFuncs()
Di915_state.c1069 functions->LogicOpcode = i915LogicOp; in i915InitStateFunctions()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c2154 ctx->Driver.LogicOpcode = radeonLogicOpCode; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2392 functions->LogicOpcode = r200LogicOpCode; in r200InitStateFuncs()