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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp368 static status_t selectEGLConfig(EGLDisplay display, EGLint format, function in namespace:android
410 err = selectEGLConfig(display, format, EGL_OPENGL_ES2_BIT, &config);
413 err = selectEGLConfig(display, format, EGL_OPENGL_ES_BIT, &config);
418 err = selectEGLConfig(display, format, 0, &config);

Completed in 1163 milliseconds