Searched refs:mEglConfig (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java111 EGLConfig mEglConfig; field in class:BlockingGLTextureView.EglHelper
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/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java142 private EGLConfig mEglConfig; field in class:GLTextureViewActivity.RenderThread
376 mEglConfig = chooseEglConfig();
377 if (mEglConfig == null) {
381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
383 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java123 private EGLConfig mEglConfig; field in class:ImageWallpaper.DrawableEngine
625 mEglConfig = chooseEglConfig();
626 if (mEglConfig == null) {
630 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
641 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
660 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java59 private static EGLConfig mEglConfig = null; field in class:RenderTarget
320 if (mEglConfig == null || !display.equals(mConfiguredDisplay)) {
328 mEglConfig = configs[0];
332 return mEglConfig;
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java89 private EGLConfig mEglConfig; field in class:ElectronBeam
459 if (mEglConfig == null) {
474 mEglConfig = eglConfigs[0];
481 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig,
544 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1021 mEglConfig = null;
1024 mEglConfig = view.mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay);
1030 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
1062 if (mEglConfig == null) {
1063 throw new RuntimeException("mEglConfig not initialized");
1078 mEglDisplay, mEglConfig, view.getHolder());
1208 EGLConfig mEglConfig; field in class:GLSurfaceView.EglHelper
1501 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp68 mEglConfig = myConfig;
117 EGLConfig mEglConfig; member in class:android::SurfaceTextureClientTest
180 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL);

Completed in 221 milliseconds