Lines Matching defs:value
255 * (without a suffix) which has the same value as the KHR token,
343 /* Canonicalize value to EGL_TRUE/EGL_FALSE definitions */
355 * default value for EGL_CONTEXT_PRIORITY_LEVEL_IMG is
429 * Since the value is ignored, only validate the setting if the version
443 * is greater than 3.2, and the value for attribute
461 * the value for attribute
658 * EGL_BACK_BUFFER or EGL_SINGLE_BUFFER may be returned. The value
664 * reflected in the returned value, which only describes the buffer
674 _eglQueryContext(_EGLContext *c, EGLint attribute, EGLint *value)
676 if (!value)
688 *value = c->Config ? c->Config->ConfigID : 0;
691 *value = c->ClientMajorVersion;
694 *value = c->ClientAPI;
697 *value = _eglQueryContextRenderBuffer(c);
700 *value = c->ContextPriority;