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

  /external/mesa3d/src/mesa/swrast/
s_blend.c 541 sR = ctx->Color.BlendColor[0];
542 sG = ctx->Color.BlendColor[1];
543 sB = ctx->Color.BlendColor[2];
546 sR = 1.0F - ctx->Color.BlendColor[0];
547 sG = 1.0F - ctx->Color.BlendColor[1];
548 sB = 1.0F - ctx->Color.BlendColor[2];
551 sR = sG = sB = ctx->Color.BlendColor[3];
554 sR = sG = sB = 1.0F - ctx->Color.BlendColor[3];
602 sA = ctx->Color.BlendColor[3];
605 sA = 1.0F - ctx->Color.BlendColor[3]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 53 PUSH_DATA (push, FLOAT_TO_UBYTE(ctx->Color.BlendColor[3]) << 24 |
54 FLOAT_TO_UBYTE(ctx->Color.BlendColor[0]) << 16 |
55 FLOAT_TO_UBYTE(ctx->Color.BlendColor[1]) << 8 |
56 FLOAT_TO_UBYTE(ctx->Color.BlendColor[2]) << 0);
nouveau_state.c 517 ctx->Driver.BlendColor = nouveau_blend_color;
  /external/mesa3d/src/mesa/main/
blend.c 537 * Clamps the parameters and updates gl_colorbuffer_attrib::BlendColor. On a
539 * dd_function_table::BlendColor callback.
559 ctx->Color.BlendColor[0] = CLAMP(tmp[0], 0.0F, 1.0F);
560 ctx->Color.BlendColor[1] = CLAMP(tmp[1], 0.0F, 1.0F);
561 ctx->Color.BlendColor[2] = CLAMP(tmp[2], 0.0F, 1.0F);
562 ctx->Color.BlendColor[3] = CLAMP(tmp[3], 0.0F, 1.0F);
564 if (ctx->Driver.BlendColor)
565 (*ctx->Driver.BlendColor)(ctx, ctx->Color.BlendColor);
843 ASSIGN_4V( ctx->Color.BlendColor, 0.0, 0.0, 0.0, 0.0 )
    [all...]
dd.h 441 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]);
    [all...]
mtypes.h 759 GLfloat BlendColor[4]; /**< Blending color */
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 121 driver->BlendColor = NULL;
225 ctx->Driver.BlendColor(ctx, ctx->Color.BlendColor);
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 130 FWLCOLOR BlendColor(FWLCOLOR srcColor, FWLCOLOR renderColor, uint8_t scale);
  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 641 char *blendColorFunc = (char*) &table->BlendColor;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 103 GET_PROC(BlendColor);
105 GET_PROC_SUFFIX(BlendColor, EXT);
560 GET_PROC(BlendColor);
    [all...]
GrGLGpu.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp     [all...]
gl_core_3_1.hpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 902 { "glBlendColor", _O(BlendColor) },
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 668 FWLCOLOR CFWL_WidgetTP::BlendColor(FWLCOLOR srcColor,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 120 #define glBlendColor MANGLE(BlendColor)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 113 #define glBlendColor MANGLE(BlendColor)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 120 #define glBlendColor MANGLE(BlendColor)
    [all...]

Completed in 536 milliseconds