Home
last modified time | relevance | path

Searched refs:isFormatSupported (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureLoader.java87 public boolean isSupported() { return isFormatSupported(mFormatName); } in isSupported()
480 private static boolean isFormatSupported(String format) { in isFormatSupported() method in CompressedTextureLoader
/cts/tests/tests/media/src/android/media/cts/
DVp8CodecTestBase.java151 if (!capabilities.isFormatSupported(format)) { in getVpxCodecProperties()
DVideoEncoderTest.java155 if (!caps.isFormatSupported(mFormat)) { in playAll()