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

/frameworks/native/opengl/libagl/
H A Degl.cpp1237 static EGLBoolean getConfigAttrib(EGLDisplay /*dpy*/, EGLConfig config, function in namespace:android
1275 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1287 if (getConfigAttrib(dpy, config, EGL_CONFIG_ID, &configID) == EGL_FALSE)
1324 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1336 if (getConfigAttrib(dpy, config, EGL_CONFIG_ID, &configID) == EGL_FALSE)
1368 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1375 if (getConfigAttrib(dpy, config, EGL_CONFIG_ID, &configID) == EGL_FALSE)
1586 return getConfigAttrib(dpy, config, attribute, value);
1648 ret = getConfigAttrib(dpy, surface->config, EGL_CONFIG_ID, value);
1887 return getConfigAttrib(dp
[all...]

Completed in 25 milliseconds