HomeSort by relevance Sort by last modified time
    Searched refs:LogicOpcode (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 144 driver->LogicOpcode = NULL;
275 ctx->Driver.LogicOpcode(ctx, ctx->Color.LogicOp);
  /external/mesa3d/src/mesa/main/
blend.c 716 * dd_function_table::LogicOpcode callback.
755 if (ctx->Driver.LogicOpcode)
756 ctx->Driver.LogicOpcode( ctx, opcode );
dd.h 580 void (*LogicOpcode)(struct gl_context *ctx, GLenum opcode);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 525 ctx->Driver.LogicOpcode = nouveau_logic_opcode;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]

Completed in 380 milliseconds