Searched refs:Mix (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/core/
H A DSkChecksum.h47 static uint32_t Mix(uint32_t hash) { function in class:SkChecksum
60 * This version is 2-lines cheaper than Mix, but seems to be sufficient for the font cache.
115 return Mix(hash);
189 return SkChecksum::Mix(*(const uint32_t*)&k);
/external/webrtc/src/modules/audio_processing/
H A Daudio_buffer.h54 void Mix(int num_mixed_channels);
H A Daudio_buffer.cc258 void AudioBuffer::Mix(int num_mixed_channels) { function in class:webrtc::AudioBuffer
H A Daudio_processing_impl.cc294 capture_audio_->Mix(num_output_channels_);
/external/skia/src/gpu/
H A DGrGlyph.h102 return SkChecksum::Mix(key);
H A DGrLayerCache.h31 static uint32_t Hash(const uint32_t& key) { return SkChecksum::Mix(key); }
/external/skia/bench/
H A DFontCacheBench.cpp72 { "hasher2", SkChecksum::Mix },
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSoundActionDictionary_autogen.cpp71 bool SkPdfSoundActionDictionary::Mix(SkPdfNativeDoc* doc) { function in class:SkPdfSoundActionDictionary
72 SkPdfNativeObject* ret = get("Mix", "");
80 return get("Mix", "") != NULL;
H A DSkPdfSoundActionDictionary_autogen.h531 bool Mix(SkPdfNativeDoc* doc);
/external/pcre/dist/
H A DRunGrepTest146 (cd $srcdir; $valgrind $pcregrep -Mix 'Pattern' ./testdata/grepinputx) >>testtrygrep
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3268 DEFINE_DERIVED_FLOAT3(Mix, mix, x, y, a, alternatives((x * (constant(1.0f) - a)) + y * a,
5217 addScalarFactory<Mix>(*funcs);

Completed in 418 milliseconds