Searched refs:src_alpha_is_one (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel.c | 43 effective_func(GLenum func, bool src_alpha_is_one) argument 45 if (src_alpha_is_one) { 60 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument 71 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || 72 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || 74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || 75 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
|
| H A D | intel_pixel.h | 35 bool src_alpha_is_one);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel.c | 40 effective_func(GLenum func, bool src_alpha_is_one) argument 42 if (src_alpha_is_one) { 57 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument 68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || 69 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || 71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || 72 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
|
| H A D | intel_pixel.h | 33 bool src_alpha_is_one);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel.c | 43 effective_func(GLenum func, bool src_alpha_is_one) argument 45 if (src_alpha_is_one) { 60 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument 71 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || 72 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || 74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || 75 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
|
| H A D | intel_pixel.h | 35 bool src_alpha_is_one);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel.c | 40 effective_func(GLenum func, bool src_alpha_is_one) argument 42 if (src_alpha_is_one) { 57 brw_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument 68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || 69 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || 71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || 72 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
|
| H A D | brw_pixel.h | 33 bool src_alpha_is_one);
|
Completed in 10 milliseconds