Searched refs:extensionList (Results 1 – 2 of 2) sorted by relevance
629 IntArray extensionList = new IntArray(EXTENSION_LIST.length); in ExtensionConnectionManager() local630 extensionList.addAll(EXTENSION_LIST); in ExtensionConnectionManager()632 extensionList.add(EXTENSION_EYES_FREE_VIDEOGRAPHY); in ExtensionConnectionManager()635 for (int extensionType : extensionList.toArray()) { in ExtensionConnectionManager()832 IntArray extensionList = new IntArray(EXTENSION_LIST.length); in getSupportedExtensions() local833 extensionList.addAll(EXTENSION_LIST); in getSupportedExtensions()835 extensionList.add(EXTENSION_EYES_FREE_VIDEOGRAPHY); in getSupportedExtensions()838 for (int extensionType : extensionList.toArray()) { in getSupportedExtensions()
2803 String extensionList = GLES10.glGetString(GLES10.GL_EXTENSIONS);2804 if (!TextUtils.isEmpty(extensionList)) {2807 for (String extension : extensionList.split(" ")) {