Searched refs:EGL_CONTEXT_CLIENT_VERSION (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/ |
D | SurfaceTextureRenderer.java | 38 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in SurfaceTextureRenderer 127 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in initialize()
|
/packages/apps/Camera/src/com/android/camera/ |
D | MosaicPreviewRenderer.java | 40 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in MosaicPreviewRenderer 136 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in doInitGL()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 105 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in BlockingGLTextureView.EglHelper 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | MosaicRendererSurfaceView.java | 101 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in MosaicRendererSurfaceView.ContextFactory 105 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 105 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in BlockingGLTextureView.EglHelper 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | ColorsGLRenderer.java | 200 int[] attrib_list = { EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|