Searched refs:src_alpha_is_one (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 42 effective_func(GLenum func, bool src_alpha_is_one) in effective_func() argument 44 if (src_alpha_is_one) { in effective_func() 59 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) in intel_check_blit_fragment_ops() argument 70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops() 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops() 73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops() 74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 42 effective_func(GLenum func, bool src_alpha_is_one) in effective_func() argument 44 if (src_alpha_is_one) { in effective_func() 59 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) in intel_check_blit_fragment_ops() argument 70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops() 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops() 73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops() 74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 42 effective_func(GLenum func, bool src_alpha_is_one) in effective_func() argument 44 if (src_alpha_is_one) { in effective_func() 59 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) in intel_check_blit_fragment_ops() argument 70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops() 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops() 73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops() 74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
D | intel_pixel.h | 35 bool src_alpha_is_one);
|