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

/frameworks/native/opengl/libagl/
H A Degl.cpp1200 static EGLBoolean getConfigAttrib(EGLDisplay /*dpy*/, EGLConfig config, function in namespace:android
1238 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1250 if (getConfigAttrib(dpy, config, EGL_CONFIG_ID, &configID) == EGL_FALSE)
1287 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1299 if (getConfigAttrib(dpy, config, EGL_CONFIG_ID, &configID) == EGL_FALSE)
1331 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1338 if (getConfigAttrib(dpy, config, EGL_CONFIG_ID, &configID) == EGL_FALSE)
1545 return getConfigAttrib(dpy, config, attribute, value);
1607 ret = getConfigAttrib(dpy, surface->config, EGL_CONFIG_ID, value);
1846 return getConfigAttrib(dp
[all...]

Completed in 129 milliseconds