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

  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 53 private EGLConfig mEglConfig;
137 mEglConfig = chooseConfig(mEgl, mEglDisplay);
138 mEglContext = mEgl.eglCreateContext(mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT,
145 mEglDisplay, mEglConfig, mMosaicOutputSurfaceTexture, null);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 142 private EGLConfig mEglConfig;
376 mEglConfig = chooseEglConfig();
377 if (mEglConfig == null) {
381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
383 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 160 EGLConfig mEglConfig;
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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 125 private EGLConfig mEglConfig;
637 mEglConfig = chooseEglConfig();
638 if (mEglConfig == null) {
642 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
644 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null);
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 84 private EGLConfig mEglConfig;
485 if (mEglConfig == null) {
500 mEglConfig = eglConfigs[0];
507 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig,
583 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]

Completed in 2780 milliseconds