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

  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 108 EGLConfig mEglConfig;
167 mEglConfig = chooseEglConfig();
173 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
199 if (mEglConfig == null) {
200 throw new RuntimeException("mEglConfig not initialized");
213 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
392 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig);
  /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);
  /packages/apps/Gallery2/src/com/android/camera/
MosaicPreviewRenderer.java 53 private EGLConfig mEglConfig;
138 mEglConfig = chooseConfig(mEgl, mEglDisplay);
139 mEglContext = mEgl.eglCreateContext(mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT,
146 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 122 private EGLConfig mEglConfig;
623 mEglConfig = chooseEglConfig();
624 if (mEglConfig == null) {
628 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
639 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
658 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null);
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 88 private EGLConfig mEglConfig;
458 if (mEglConfig == null) {
473 mEglConfig = eglConfigs[0];
480 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig,
543 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 64 mEglConfig = myConfig;
113 EGLConfig mEglConfig;
176 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL);

Completed in 3492 milliseconds