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

  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderThread.java 48 EGLConfig mEglConfig;
269 mEglConfig = chooseEglConfig();
270 if (mEglConfig == null) {
275 mEglContext = mEgl.eglCreateContext(mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, null);
277 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 143 private EGLConfig mEglConfig;
374 mEglConfig = chooseEglConfig();
375 if (mEglConfig == null) {
379 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
381 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 116 private EGLConfig mEglConfig;
571 mEglConfig = chooseEglConfig();
572 if (mEglConfig == null) {
576 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
578 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 316 milliseconds