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 141 driver->LogicOpcode = NULL;
295 ctx->Driver.LogicOpcode(ctx, ctx->Color.LogicOp);
  /external/mesa3d/src/mesa/main/
blend.c 625 * dd_function_table::LogicOpcode callback.
665 if (ctx->Driver.LogicOpcode)
666 ctx->Driver.LogicOpcode( ctx, opcode );
dd.h 495 void (*LogicOpcode)(struct gl_context *ctx, GLenum opcode);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 536 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 178 milliseconds