| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blend.c | 538 sR = ctx->Color.BlendColor[0]; 539 sG = ctx->Color.BlendColor[1]; 540 sB = ctx->Color.BlendColor[2]; 543 sR = 1.0F - ctx->Color.BlendColor[0]; 544 sG = 1.0F - ctx->Color.BlendColor[1]; 545 sB = 1.0F - ctx->Color.BlendColor[2]; 548 sR = sG = sB = ctx->Color.BlendColor[3]; 551 sR = sG = sB = 1.0F - ctx->Color.BlendColor[3]; 599 sA = ctx->Color.BlendColor[3]; 602 sA = 1.0F - ctx->Color.BlendColor[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blend.c | 538 sR = ctx->Color.BlendColor[0]; 539 sG = ctx->Color.BlendColor[1]; 540 sB = ctx->Color.BlendColor[2]; 543 sR = 1.0F - ctx->Color.BlendColor[0]; 544 sG = 1.0F - ctx->Color.BlendColor[1]; 545 sB = 1.0F - ctx->Color.BlendColor[2]; 548 sR = sG = sB = ctx->Color.BlendColor[3]; 551 sR = sG = sB = 1.0F - ctx->Color.BlendColor[3]; 599 sA = ctx->Color.BlendColor[3]; 602 sA = 1.0F - ctx->Color.BlendColor[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv10_state_raster.c | 56 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.BlendColor[3]) << 24 | 57 FLOAT_TO_UBYTE(ctx->Color.BlendColor[0]) << 16 | 58 FLOAT_TO_UBYTE(ctx->Color.BlendColor[1]) << 8 | 59 FLOAT_TO_UBYTE(ctx->Color.BlendColor[2]) << 0);
|
| H A D | nouveau_state.c | 511 ctx->Driver.BlendColor = nouveau_blend_color;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv10_state_raster.c | 56 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.BlendColor[3]) << 24 | 57 FLOAT_TO_UBYTE(ctx->Color.BlendColor[0]) << 16 | 58 FLOAT_TO_UBYTE(ctx->Color.BlendColor[1]) << 8 | 59 FLOAT_TO_UBYTE(ctx->Color.BlendColor[2]) << 0);
|
| H A D | nouveau_state.c | 512 ctx->Driver.BlendColor = nouveau_blend_color;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blend.c | 775 * Clamps the parameters and updates gl_colorbuffer_attrib::BlendColor. On a 777 * dd_function_table::BlendColor callback. 797 ctx->Color.BlendColor[0] = CLAMP(tmp[0], 0.0F, 1.0F); 798 ctx->Color.BlendColor[1] = CLAMP(tmp[1], 0.0F, 1.0F); 799 ctx->Color.BlendColor[2] = CLAMP(tmp[2], 0.0F, 1.0F); 800 ctx->Color.BlendColor[3] = CLAMP(tmp[3], 0.0F, 1.0F); 802 if (ctx->Driver.BlendColor) 803 ctx->Driver.BlendColor(ctx, ctx->Color.BlendColor); 1195 ASSIGN_4V( ctx->Color.BlendColor, 0. [all...] |
| H A D | dd.h | 589 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]); member in struct:dd_function_table
|
| H A D | mtypes.h | 405 GLfloat BlendColor[4]; /**< Blending color */ member in struct:gl_colorbuffer_attrib 4621 /** gl_context::Color::BlendColor */
|
| H A D | get.c | 1062 COPY_4FV(v->value_float_4, ctx->Color.BlendColor);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | blend.c | 805 * Clamps the parameters and updates gl_colorbuffer_attrib::BlendColor. On a 807 * dd_function_table::BlendColor callback. 828 ctx->Color.BlendColor[0] = CLAMP(tmp[0], 0.0F, 1.0F); 829 ctx->Color.BlendColor[1] = CLAMP(tmp[1], 0.0F, 1.0F); 830 ctx->Color.BlendColor[2] = CLAMP(tmp[2], 0.0F, 1.0F); 831 ctx->Color.BlendColor[3] = CLAMP(tmp[3], 0.0F, 1.0F); 833 if (ctx->Driver.BlendColor) 834 ctx->Driver.BlendColor(ctx, ctx->Color.BlendColor); 1245 ASSIGN_4V( ctx->Color.BlendColor, 0. [all...] |
| H A D | mtypes.h | 357 GLfloat BlendColor[4]; /**< Blending color */ member in struct:gl_colorbuffer_attrib 4837 /** gl_context::Color::BlendColor */
|
| H A D | dd.h | 678 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]); member in struct:dd_function_table
|
| H A D | get.c | 1117 COPY_4FV(v->value_float_4, ctx->Color.BlendColor);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 129 driver->BlendColor = NULL; 226 ctx->Driver.BlendColor(ctx, ctx->Color.BlendColor);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 131 driver->BlendColor = NULL; 228 ctx->Driver.BlendColor(ctx, ctx->Color.BlendColor);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 1116 functions->BlendColor = i830BlendColor;
|
| H A D | i915_state.c | 1058 functions->BlendColor = i915BlendColor;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 1116 functions->BlendColor = i830BlendColor;
|
| H A D | i915_state.c | 1058 functions->BlendColor = i915BlendColor;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 900 { "glBlendColor", _O(BlendColor) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 900 { "glBlendColor", _O(BlendColor) },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 2552 if(!disp->BlendColor) { 2554 procp = (void **) &disp->BlendColor; 2559 if(!disp->BlendColor) { 2561 procp = (void **) &disp->BlendColor;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 2364 functions->BlendColor = r200BlendColor;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 2365 functions->BlendColor = r200BlendColor;
|