Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DETC1Util.java100 int numFormats = results[0]; in isETC1Supported() local
101 if (numFormats > results.length) { in isETC1Supported()
102 results = new int[numFormats]; in isETC1Supported()
105 for (int i = 0; i < numFormats; i++) { in isETC1Supported()