HomeSort by relevance Sort by last modified time
    Searched refs:mEglConfig (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 51 private EGLConfig mEglConfig;
134 mEglConfig = chooseConfig(mEgl, mEglDisplay);
135 mEglContext = mEgl.eglCreateContext(mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT,
142 mEglDisplay, mEglConfig, mMosaicOutputSurfaceTexture, null);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 143 private EGLConfig mEglConfig;
377 mEglConfig = chooseEglConfig();
378 if (mEglConfig == null) {
382 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
384 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 160 EGLConfig mEglConfig;
307 mEglConfig = chooseEglConfig();
308 if (mEglConfig == null) {
313 mEglContext = mEgl.eglCreateContext(mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, null);
315 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 116 private EGLConfig mEglConfig;
577 mEglConfig = chooseEglConfig();
578 if (mEglConfig == null) {
582 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
584 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null);
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]

Completed in 162 milliseconds