Home
last modified time | relevance | path

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

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