HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 201 - 225 of 948) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/auxiliary/vl/
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/r300/
r300_state_inlines.h 39 /* Blend state. */
56 fprintf(stderr, "r300: Unknown blend function %d\n", blend_func);
103 "Bad blend factor %d not supported!\n", blend_fact);
108 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/main/
descrip.mms 30 blend.c \
105 blend.obj,\
191 blend.obj : blend.c
  /external/mesa3d/src/mesa/state_tracker/
st_cache.h 46 const struct pipe_blend_state *blend);
  /external/skia/gm/
blend.cpp 10 DEF_SIMPLE_GM(blend, canvas, 300, 100) {
xfermodeimagefilter.cpp 121 // Test offsets on SrcMode (uses fixed-function blend)
137 // Test offsets on Darken (uses shader blend)
172 // Test small bg, large fg with Screen (uses shader blend)
185 // Test small fg, large bg with Screen (uses shader blend)
  /external/skia/include/gpu/effects/
GrPorterDuffXferProcessor.h 31 /** This XP implements non-LCD src-over using hw blend with no optimizations. It is returned
  /external/skia/src/animator/
SkAnimateBase.h 51 SkTDScalarArray blend; member in class:SkAnimateBase
  /frameworks/base/libs/hwui/
Layer.h 140 inline void setBlend(bool blend) {
141 texture.blend = blend;
145 return texture.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.
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /developers/samples/android/ui/DrawableTinting/Application/src/test/
SampleTests.java 84 * Test the initial state of all UI elements, color and blend mode.
101 * Test application of blend modes.
109 // Test that each blend mode can be applied
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,

Completed in 270 milliseconds

1 2 3 4 5 6 7 891011>>