HomeSort by relevance Sort by last modified time
    Searched full:masking (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/skia/include/effects/
SkLumaColorFilter.h 15 * http://www.w3.org/TR/SVG/masking.html#Masking
16 * http://www.w3.org/TR/css-masking/#MaskValues
  /packages/apps/Contacts/src/com/android/contacts/widget/
TransitionAnimationView.java 26 * A container that places a masking view on top of all other views. The masking view can be
27 * faded in and out. Currently, the masking view is solid color white.
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h 81 /* Enable/disable alpha masking and scissoring */
82 VGboolean masking; member in struct:vg_state
vg_state.c 83 /* Enable/disable alpha masking and scissoring */
84 state->masking = VG_FALSE;
shader.c 48 VGboolean masking; member in struct:shader
86 shader->masking = set;
91 return shader->masking;
335 if (shader->masking)
  /external/llvm/test/CodeGen/R600/
mul_int24.ll 9 ; Make sure we are not masking the inputs
mad_int24.ll 11 ; Make sure we aren't masking the inputs.
  /external/llvm/test/Transforms/ScalarRepl/
DifferingTypes.ll 2 ; generated code should perform the appropriate masking operations required
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
viddec_mpeg2.h 21 #define MPEG2_BIT_MASK_11 0x7ff /* Used for masking Height and Width */
22 #define MPEG2_BIT_MASK_8 0xff /* Used fro masking start code byte */
23 #define MPEG2_BIT_MASK_4 0xf /* Used for masking Level */
24 #define MPEG2_BIT_MASK_3 0x7 /* Used for masking Profile */
  /external/llvm/test/CodeGen/X86/
2011-12-15-vec_shift.ll 13 ; Make sure we're masking and pcmp'ing the VSELECT conditon vector.
  /external/mesa3d/src/gallium/auxiliary/util/
u_clear.h 38 * No masking, no scissor (clear entire buffer).
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_clear.c 45 * No masking, no scissor (clear entire buffer).
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h 59 /* window length (masking analysis) */
61 /* order of low-band pole filter used to approximate masking curve */
63 /* order of hi-band pole filter used to approximate masking curve */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 68 /* window length (masking analysis) */
70 /* order of low-band pole filter used to approximate masking curve */
72 /* order of hi-band pole filter used to approximate masking curve */
  /external/llvm/test/MC/Mips/
nacl-mask.s 5 # This test tests that address-masking sandboxing is added when given assembly
9 # Test that address-masking sandboxing is added before indirect branches and
37 # Test that address-masking sandboxing is added before load instructions.
107 # Test that address-masking sandboxing is added before store instructions.
169 # Test that address-masking sandboxing is added after instructions that change
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 11 // as required by NaCl's SFI sandbox. It inserts address-masking instructions
13 // address-masking instructions after instructions that change the stack
250 // The contents of SP and thread pointer register do not require masking.
  /external/jetty/src/java/org/eclipse/jetty/websocket/
FixedMaskGen.java 36 // to the array parameter to modify masking on-the-fly
  /external/libvorbis/lib/
Makefile.am 15 masking.h os.h mdct.h smallft.h highlevel.h\
psy.h 112 float m_val; /* Masking compensation value */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_clear.c 45 * No masking, no scissor (clear entire buffer).
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 74 /* Return number of BAUs in block (masking off high bit containing block
79 /* Return number of BAUs in previous block (masking off high bit containing
  /external/llvm/test/CodeGen/SystemZ/
shift-05.ll 84 ; Check the next value up, which without masking must use a separate
117 ; Check the next value down, which without masking must use a separate
shift-06.ll 84 ; Check the next value up, which without masking must use a separate
117 ; Check the next value down, which without masking must use a separate
shift-07.ll 84 ; Check the next value up, which without masking must use a separate
117 ; Check the next value down, which without masking must use a separate
  /external/mesa3d/src/mesa/swrast/
s_clear.c 40 * Clear an rgba color buffer with masking if needed.
173 * clear its own color buffers for some reason (such as with masking).

Completed in 578 milliseconds

1 2 3 4 5 6 7 8 91011