Searched defs:EGL_CONTEXT_CLIENT_VERSION (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DSurfaceTextureRenderer.java37 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:SurfaceTextureRenderer
144 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
/packages/apps/Camera/src/com/android/camera/
H A DMosaicPreviewRenderer.java40 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:MosaicPreviewRenderer
136 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java101 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:MosaicRendererSurfaceView.ContextFactory
105 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java105 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:BlockingGLTextureView.EglHelper
141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DBlockingGLTextureView.java105 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:BlockingGLTextureView.EglHelper
141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };

Completed in 296 milliseconds