Home
last modified time | relevance | path

Searched defs:is16Bit (Results 1 – 4 of 4) sorted by relevance

/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp120 bool is16Bit = (oboeStream->getFormat() == AudioFormat::I16); in onAudioReady() local
/external/llvm/lib/Target/X86/
DX86Subtarget.h361 bool is16Bit() const { in is16Bit() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h559 bool is16Bit() const { in is16Bit() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp297 bool contains (const typename Traits<T>::IVal& ival, const T& value, bool is16Bit = false, const tc… in contains()