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

  /frameworks/av/cmds/screenrecord/
EglWindow.h 38 mEglConfig(NULL),
78 EGLConfig mEglConfig;
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 72 EGLConfig mEglConfig;
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCreateContext_test.cpp 51 mEglConfig(0),
69 &mEglConfig, 1, &numConfigs));
71 ASSERT_NE((EGLConfig)0, mEglConfig);
73 mEglWindowSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig,
112 EGLConfig mEglConfig;
123 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT,
132 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT,
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 71 mEglConfig = myConfig;
120 EGLConfig mEglConfig;
183 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL);
SRGB_test.cpp 51 mEglDisplay(EGL_NO_DISPLAY), mEglConfig(),
232 EGLConfig mEglConfig;
260 EXPECT_TRUE(eglChooseConfig(mEglDisplay, configAttribs, &mEglConfig, 1,
269 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT,
274 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig,
442 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig,
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 40 private EGLConfig mEglConfig;
128 mEglConfig = chooseConfig(mEgl, mEglDisplay);
130 mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, attribList);
136 mEglDisplay, mEglConfig, target, null);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 111 EGLConfig mEglConfig;
170 mEglConfig = chooseEglConfig();
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
202 if (mEglConfig == null) {
203 throw new RuntimeException("mEglConfig not initialized");
216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig);
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 91 private EGLConfig mEglConfig;
515 if (mEglConfig == null) {
532 mEglConfig = eglConfigs[0];
540 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig,
594 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
  /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/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/photos/views/
BlockingGLTextureView.java 111 EGLConfig mEglConfig;
170 mEglConfig = chooseEglConfig();
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
202 if (mEglConfig == null) {
203 throw new RuntimeException("mEglConfig not initialized");
216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
BlockingGLTextureView.java 111 EGLConfig mEglConfig;
170 mEglConfig = chooseEglConfig();
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
202 if (mEglConfig == null) {
203 throw new RuntimeException("mEglConfig not initialized");
216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig);
  /packages/apps/Nfc/src/com/android/nfc/beam/
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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 59 private static EGLConfig mEglConfig = null;
320 if (mEglConfig == null || !display.equals(mConfiguredDisplay)) {
328 mEglConfig = configs[0];
332 return mEglConfig;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 124 private EGLConfig mEglConfig;
669 mEglConfig = chooseEglConfig();
670 if (mEglConfig == null) {
674 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
685 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
704 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null);

Completed in 858 milliseconds