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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DDeqpTestRunner.java1685 private static boolean isSupportedGles(ITestDevice device, int requiredMajorVersion, method in class:DeqpTestRunner
1847 private boolean isSupportedGles() throws DeviceNotAvailableException { method in class:DeqpTestRunner
1848 return isSupportedGles(mDevice, getGlesMajorVersion(), getGlesMinorVersion());
1887 final boolean isSupportedApi = !isOpenGlEsPackage() || isSupportedGles();

Completed in 1026 milliseconds