Searched refs:mEglConfig (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DSurfaceTextureRenderer.java40 private EGLConfig mEglConfig; field in class:SurfaceTextureRenderer
128 mEglConfig = chooseConfig(mEgl, mEglDisplay);
130 mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, attribList);
136 mEglDisplay, mEglConfig, target, null);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java111 EGLConfig mEglConfig; field in class:BlockingGLTextureView.EglHelper
170 mEglConfig = chooseEglConfig();
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
202 if (mEglConfig == null) {
203 throw new RuntimeException("mEglConfig not initialized");
216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig);
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DFireflyRenderer.java160 EGLConfig mEglConfig; field in class:FireflyRenderer.FireflyRenderThread
308 mEglConfig = chooseEglConfig();
309 if (mEglConfig == null) {
314 mEglContext = mEgl.eglCreateContext(mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, null);
316 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);

Completed in 323 milliseconds