HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 226 - 250 of 1212) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/samples/android/ui/DrawableTinting/Application/src/main/res/values/
strings.xml 26 <string name="blend_mode_label">Blend Mode:</string>
  /development/samples/browseable/DrawableTinting/res/values/
strings.xml 26 <string name="blend_mode_label">Blend Mode:</string>
  /external/autotest/client/site_tests/graphics_GLBench/
control 44 - blend rate
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.hpp 24 * \brief Blend Tests
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.hpp 23 * \brief Indexed blend operation tests (GL_EXT_draw_buffers_indexed)
  /external/freetype/src/cff/
cffparse.c 465 /* 16.16 fixed point is used internally for CFF2 blend results. */
469 /* The blend value is converted to integer, with rounding; */
881 CFF_Blend blend; local
891 blend = &priv->subfont->blend;
893 if ( blend->usedBV )
895 FT_ERROR(( " cff_parse_vsindex: vsindex not allowed after blend\n" ));
914 /* blend operator can only be used in a Private DICT */
917 CFF_Blend blend; local
929 blend = &subFont->blend
    [all...]
  /external/libxcam/xcore/interface/
blender.h 73 virtual XCamReturn blend (
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_deint_filter.h 41 void *blend[3]; member in struct:vl_deint_filter
vl_matrix_filter.h 42 void *blend; member in struct:vl_matrix_filter
vl_median_filter.h 50 void *blend; member in struct:vl_median_filter
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_zsa.h 41 uint32_t rb_colorcontrol; /* must be OR'd w/ blend->rb_colorcontrol */
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 39 /* Blend state. */
56 fprintf(stderr, "r300: Unknown blend function %d\n", blend_func);
102 "Bad blend factor %d not supported!\n", blend_fact);
107 fprintf(stderr, "r300: Unknown blend factor %d\n", blend_fact);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.h 46 uint32_t blend; member in struct:nv04_context
  /external/mesa3d/src/mesa/state_tracker/
st_cache.h 46 const struct pipe_blend_state *blend);
  /external/skia/gm/
hsl.cpp 11 // Hue, Saturation, Color, and Luminosity blend modes are oddballs.
132 static SkColor blend(SkColor dst, SkColor src, function
170 const char* comment = "HSL blend modes are correct when you see no circles in the squares.";
198 ref.setColor(blend(bg.getColor(), fg.getColor(), test.reference, legacy));
xfermodeimagefilter.cpp 114 // Test offsets on SrcMode (uses fixed-function blend)
133 // Test offsets on Darken (uses shader blend)
169 // Test small bg, large fg with Screen (uses shader blend)
180 // Test small fg, large bg with Screen (uses shader blend)
  /external/skqp/gm/
hsl.cpp 11 // Hue, Saturation, Color, and Luminosity blend modes are oddballs.
132 static SkColor blend(SkColor dst, SkColor src, function
170 const char* comment = "HSL blend modes are correct when you see no circles in the squares.";
198 ref.setColor(blend(bg.getColor(), fg.getColor(), test.reference, legacy));
xfermodeimagefilter.cpp 114 // Test offsets on SrcMode (uses fixed-function blend)
133 // Test offsets on Darken (uses shader blend)
169 // Test small bg, large fg with Screen (uses shader blend)
180 // Test small fg, large bg with Screen (uses shader blend)
  /packages/apps/LegacyCamera/jni/
Android.mk 34 feature_mos/src/mosaic/Blend.cpp \
  /packages/services/Car/car-lib/src/android/car/
FuelType.java 42 /** 85% ethanol/gasoline blend */
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_blendmode.h 38 * \brief The blend mode used in SDL_RenderCopy() and drawing operations.
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_blendmode.h 38 * \brief The blend mode used in SDL_RenderCopy() and drawing operations.
  /prebuilts/misc/windows/sdl2/include/
SDL_blendmode.h 38 * \brief The blend mode used in SDL_RenderCopy() and drawing operations.
  /prebuilts/misc/windows/sdl2/test/
testintersections.c 219 if (SDL_strcasecmp(argv[i], "--blend") == 0) {
224 } else if (SDL_strcasecmp(argv[i + 1], "blend") == 0) {
247 SDL_Log("Usage: %s %s [--blend none|blend|add|mod] [--cyclecolor] [--cyclealpha]\n",
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_blendmode.h 38 * \brief The blend mode used in SDL_RenderCopy() and drawing operations.

Completed in 1266 milliseconds

1 2 3 4 5 6 7 8 91011>>