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

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
XfermodeTest.java 81 private static final int SRC_COLOR = 0xFF66AAFF;
87 BG_COLOR, BG_COLOR, SRC_COLOR, SRC_COLOR } },
93 BG_COLOR, DST_COLOR, SRC_COLOR, SRC_COLOR } },
96 BG_COLOR, DST_COLOR, DST_COLOR, SRC_COLOR } },
99 BG_COLOR, BG_COLOR, SRC_COLOR, BG_COLOR } },
105 BG_COLOR, BG_COLOR, BG_COLOR, SRC_COLOR } },
111 BG_COLOR, DST_COLOR, SRC_COLOR, BG_COLOR } },
114 BG_COLOR, BG_COLOR, DST_COLOR, SRC_COLOR } },
    [all...]
  /system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
col32cb16blend_test.c 45 uint32_t src_color; member in struct:test_t
105 scanline_col32cb16blend_c(dst_c, test.src_color, test.count);
106 scanline_col32cb16blend_arm64(dst_asm, test.src_color, test.count);
  /system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
col32cb16blend_test.c 44 uint32_t src_color; member in struct:test_t
106 scanline_col32cb16blend_c(dst_c, test.src_color, test.count);
107 scanline_col32cb16blend_mips(dst_asm, test.src_color, test.count);
  /system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
col32cb16blend_test.c 44 uint32_t src_color; member in struct:test_t
106 scanline_col32cb16blend_c(dst_c, test.src_color, test.count);
107 scanline_col32cb16blend_mips64(dst_asm, test.src_color, test.count);
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 34 int _BLEND(int blend_mode, int back_color, int src_color) {
37 return src_color;
39 return src_color * back_color / 255;
41 return src_color + back_color - src_color * back_color / 255;
43 return _BLEND(FXDIB_BLEND_HARDLIGHT, src_color, back_color);
45 return src_color < back_color ? src_color : back_color;
47 return src_color > back_color ? src_color : back_color
979 int src_color = *src_scan; local
1008 int src_color = *src_scan; local
1057 int src_color = *src_scan; local
1093 int src_color = *src_scan; local
1349 int src_color = *src_scan; local
1383 int src_color = *src_scan; local
3228 int src_color = FX_GAMMA(*src_scan); local
3318 int src_color = FX_GAMMA(*src_scan); local
3417 int src_color = FX_GAMMA(*src_scan); local
3457 int src_color = FX_GAMMA(*src_scan); local
    [all...]
  /system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
t32cb16blend_test.c 43 uint32_t src_color; member in struct:test_t
111 src[j] = test.src_color;
  /system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
t32cb16blend_test.c 43 uint32_t src_color; member in struct:test_t
111 src[j] = test.src_color;
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 111 "src_color",
  /external/skia/src/gpu/
GrXferProcessor.cpp 149 return "src_color";
  /external/deqp/scripts/opengl/
gen_str_util.py 261 "SRC_COLOR", "ONE_MINUS_SRC_COLOR", "SRC_ALPHA", "ONE_MINUS_SRC_ALPHA",
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 123 SRC_COLOR (2),
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 62 NVC0_BLEND_FACTOR_CASE(SRC_COLOR, SRC_COLOR);
  /external/skia/src/core/
SkBlitter_RGB16.cpp 613 #define SK_BLITBWMASK_ARGS , unsigned dst_scale, U16CPU src_color
614 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, dst_scale, src_color)
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 326 { GL_SRC_COLOR, "src_color" },
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 385 { GL_SRC_COLOR, "src_color" },
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 92 NV50_BLEND_FACTOR_CASE(SRC_COLOR, SRC_COLOR);
    [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/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 65 public static final int SRC_COLOR = 0x0300;
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 245 SRC_COLOR = 0x0300,
    [all...]
  /packages/apps/Browser2/test/webexposed/
global-interface-listing-expected.txt     [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.xml 38 <enum name="SRC_COLOR" value="0x0300"/>
    [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so 
libGL.so.1 
libosmesa.so 

Completed in 500 milliseconds