HomeSort by relevance Sort by last modified time
    Searched full:src_color (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramStoreTest.java 78 assertEquals(BlendDstFunc.SRC_COLOR,
79 BlendDstFunc.valueOf("SRC_COLOR"));
  /external/pixman/test/
check-formats.c 44 color_t src_color, dest_color, result_color; local
52 pixel_checker_convert_pixel_to_color (&src_checker, s, &src_color);
55 do_composite (op, &src_color, NULL, &dest_color, &result_color, FALSE);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_defines.c 111 "src_color",
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 111 "src_color",
  /hardware/samsung_slsi/exynos5/include/
sec_g2d.h 201 unsigned int src_color; // when set one color on SRC member in struct:__anon32228
  /external/qemu/android/skin/
surface.c 282 uint32_t src_color; member in struct:__anon24762
331 blit->src_color = color;
  /external/chromium_org/third_party/skia/include/core/
SkXfermode.h 65 result = src_coeff * src_color + dst_coeff * dst_color;
  /external/skia/include/core/
SkXfermode.h 65 result = src_coeff * src_color + dst_coeff * dst_color;
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 126 SRC_COLOR (2),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 62 NVC0_BLEND_FACTOR_CASE(SRC_COLOR, SRC_COLOR);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 62 NVC0_BLEND_FACTOR_CASE(SRC_COLOR, SRC_COLOR);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c 92 NV50_BLEND_FACTOR_CASE(SRC_COLOR, SRC_COLOR);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_RGB16.cpp 617 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
618 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, dst_scale, src_color)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 92 NV50_BLEND_FACTOR_CASE(SRC_COLOR, SRC_COLOR);
    [all...]
  /external/skia/src/core/
SkBlitter_RGB16.cpp 617 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
618 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, dst_scale, src_color)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 72 const GLenum SRC_COLOR = 0x0300;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c 102 * SRC_COLOR == (0,0,0), and the following state is set, the colorbuffer
117 * SRC_COLOR == (1,1,1), and the following state is set, the colorbuffer
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 102 * SRC_COLOR == (0,0,0), and the following state is set, the colorbuffer
117 * SRC_COLOR == (1,1,1), and the following state is set, the colorbuffer
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.xml 38 <enum name="SRC_COLOR" value="0x0300"/>
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.xml 38 <enum name="SRC_COLOR" value="0x0300"/>
    [all...]

Completed in 4212 milliseconds