Lines Matching defs:value
792 EGLint attribute, EGLint *value)
802 ret = _eglGetConfigAttrib(disp, conf, attribute, value);
920 EGLint attribute, EGLint *value)
930 ret = _eglQueryContext(context, attribute, value);
1237 EGLint attribute, EGLint *value)
1247 ret = disp->Driver->QuerySurface(disp, surf, attribute, value);
1249 ret = _eglQuerySurface(disp, surf, attribute, value);
1256 EGLint attribute, EGLint value)
1265 ret = _eglSurfaceAttrib(disp, surf, attribute, value);
1687 * Return the last value set with eglBindAPI().
2104 _eglGetSyncAttribCommon(_EGLDisplay *disp, _EGLSync *s, EGLint attribute, EGLAttrib *value)
2113 ret = _eglGetSyncAttrib(disp, s, attribute, value);
2119 eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value)
2125 if (!value)
2128 return _eglGetSyncAttribCommon(disp, s, attribute, value);
2133 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLint *value)
2142 if (!value)
2145 attrib = *value;
2150 * If any error occurs, <*value> is not modified.
2155 *value = attrib;
2292 EGLint attribute, EGLint *value)
2305 ret = disp->Driver->QueryWaylandBufferWL(disp, buffer, attribute, value);
2525 eglQueryDebugKHR(EGLint attribute, EGLAttrib *value)
2537 *value = EGL_TRUE;
2539 *value = EGL_FALSE;
2542 *value = (EGLAttrib) _eglGlobal.debugCallback;
2642 EGLAttrib *value)
2651 ret = _eglQueryDeviceAttribEXT(dev, attribute, value);
2684 EGLAttrib *value)
2693 *value = (EGLAttrib) disp->Device;