Home
last modified time | relevance | path

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

/packages/screensavers/Basic/src/com/android/dreams/basic/
DColorsGLRenderer.java170 EGLConfig eglConfig = chooseEglConfig(); in initGL() local
171 if (eglConfig == null) { in initGL()
175 mEglContext = createContext(mEgl, mEglDisplay, eglConfig); in initGL()
177 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, eglConfig, mSurface, null); in initGL()
200 private static EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() argument
202 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
/packages/apps/Camera2/src/com/android/camera/data/
DGlideFilmstripManager.java253 EGLConfig eglConfig = eglConfigs[0]; in computeEglMaxTextureSize() local
262 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig, in computeEglMaxTextureSize()
271 EGLContext eglContext = EGL14.eglCreateContext(eglDisplay, eglConfig, EGL14.EGL_NO_CONTEXT, in computeEglMaxTextureSize()
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() argument
142 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attribList); in createContext()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceView.java102 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() argument
107 display, eglConfig, EGL10.EGL_NO_CONTEXT, attribList); in createContext()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DNoBackupImageWallpaper.java986 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() argument
988 return egl.eglCreateContext(eglDisplay, eglConfig, EGL_NO_CONTEXT, attribList); in createContext()