Searched defs:mEglConfig (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java143 private EGLConfig mEglConfig; field in class:GLTextureViewActivity.RenderThread
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/
H A DImageWallpaper.java116 private EGLConfig mEglConfig; field in class:ImageWallpaper.DrawableEngine
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/
H A DGLSurfaceView.java1009 mEglConfig = mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay);
1015 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
1044 if (mEglConfig == null) {
1045 throw new RuntimeException("mEglConfig not initialized");
1066 mEglDisplay, mEglConfig, holder);
1184 EGLConfig mEglConfig; field in class:GLSurfaceView.EglHelper
1446 mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig);

Completed in 93 milliseconds