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

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java625 static EGLConfig sEglConfig; field in class:HardwareRenderer.GlRenderer
825 if (sEgl == null && sEglConfig == null) {
845 sEglConfig = chooseEglConfig();
846 if (sEglConfig == null) {
850 sEglConfig = chooseEglConfig();
851 if (sEglConfig == null) {
866 mEglContext = createContext(sEgl, sEglDisplay, sEglConfig);
949 if (sEglConfig == null) {
1056 mEglSurface = sEgl.eglCreateWindowSurface(sEglDisplay, sEglConfig, surface, null);
1420 sEglConfig
[all...]

Completed in 103 milliseconds