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

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel.c 42 effective_func(GLenum func, bool src_alpha_is_one) function
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel.c 39 effective_func(GLenum func, bool src_alpha_is_one) function
67 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
68 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
70 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
71 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||

Completed in 195 milliseconds