Searched refs:ext (Results 1 – 7 of 7) sorted by relevance
82 String ext = scanner.next(); in onSurfaceCreated() local83 mParent.addOpenGlExtension(ext); in onSurfaceCreated()84 if (ext.contains("texture")) { in onSurfaceCreated()85 if (ext.contains("compression") || ext.contains("compressed")) { in onSurfaceCreated()86 Log.i(TAG, "Compression supported: " + ext); in onSurfaceCreated()87 mParent.addCompressedTextureFormat(ext); in onSurfaceCreated()
184 final File ext = makeUniqueFile(getContext().getExternalCacheDir()); in testBehaviorNormal() local185 ext.mkdir(); in testBehaviorNormal()186 try { sm.isCacheBehaviorGroup(ext); fail(); } catch (IOException expected) { } in testBehaviorNormal()187 try { sm.isCacheBehaviorTombstone(ext); fail(); } catch (IOException expected) { } in testBehaviorNormal()198 final File ext = makeUniqueFile(getContext().getExternalCacheDir()); in testBehaviorGroup() local199 ext.mkdir(); in testBehaviorGroup()200 try { sm.setCacheBehaviorGroup(ext, true); fail(); } catch (IOException expected) { } in testBehaviorGroup()201 try { sm.setCacheBehaviorGroup(ext, false); fail(); } catch (IOException expected) { } in testBehaviorGroup()212 final File ext = makeUniqueFile(getContext().getExternalCacheDir()); in testBehaviorTombstone() local213 ext.mkdir(); in testBehaviorTombstone()[all …]
435 String ext = scanner.next(); in onSurfaceCreated() local436 mParent.addOpenGlExtension(ext); in onSurfaceCreated()437 if (ext.contains("texture")) { in onSurfaceCreated()438 if (ext.contains("compression") || ext.contains("compressed")) { in onSurfaceCreated()439 mParent.addCompressedTextureFormat(ext); in onSurfaceCreated()
314 JSONObject ext = extensions.getJSONObject(i); in hasExtension() local315 if (ext.getString("extensionName").equals(name) && in hasExtension()316 ext.getInt("specVersion") >= minVersion) in hasExtension()
69 File ext = Environment.getExternalStorageDirectory(); in cleanup() local70 File[] junk = ext.listFiles(new FilenameFilter() { in cleanup()
298 ext-import-graph=
... , org.opencv.core.MatOfInt) String ext org.opencv.core.Mat img org. ...