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

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

Completed in 182 milliseconds