Lines Matching refs:config
54 * Note that id must be positive for the config to be valid.
76 * Link a config to its display and return the handle of the link.
79 * Note that we just save the ptr to the config (we don't copy the config).
103 * Lookup a handle to find the linked config.
104 * Return NULL if the handle has no corresponding linked config.
107 _eglLookupConfig(EGLConfig config, _EGLDisplay *disp)
114 conf = (_EGLConfig *) _eglFindArray(disp->Configs, (void *) config);
265 * Return true if a config is valid. When for_matching is true,
290 /* config id must be positive */
438 * Return true if a config matches the criteria. This and
520 * Initialize a criteria config from the given attribute list.