Home
last modified time | relevance | path

Searched refs:isFormatValid (Results 1 – 2 of 2) sorted by relevance

/external/oboe/samples/drumthumper/src/main/cpp/
DDrumPlayerJNI.cpp89 jboolean isFormatValid = reader.getNumChannels() == channels; in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative() local
99 return isFormatValid; in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp731 …bool isFormatValid(const PixelFormat& format, const PixelType& type, const struct InternalFormat& …
1465 bool RectangleTest::isFormatValid(const PixelFormat& format, const PixelType& type, in isFormatValid() function in glcts::RectangleTest
2106 …bool outputFormatValid = isFormatValid(outputFormat, outputType, isCopy ? m_copyInternalFormat : m… in readPixelsInner()
3459 …bool outputFormatValid = isFormatValid(outputFormat, outputType, m_internalFormat, false, true, OU… in getTexImageInner()
3565 if (isFormatValid(m_inputFormat, m_inputType, m_internalFormat, true, false, INPUT_TEXIMAGE)) in testAllFormatsAndTypes()