Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DGlideFilmstripManager.java244 EGLConfig[] eglConfigs = new EGLConfig[1]; in computeEglMaxTextureSize() local
247 eglConfigs, 0, 1, configCount, 0); in computeEglMaxTextureSize()
253 EGLConfig eglConfig = eglConfigs[0]; in computeEglMaxTextureSize()