Home | History | Annotate | Download | only in main

Lines Matching refs:_EGLMode

48  * Given an EGLModeMESA handle, return the corresponding _EGLMode object
51 _EGLMode *
83 * Parse the attrib_list to fill in the fields of the given _eglMode
87 _eglParseModeAttribs(_EGLMode *mode, const EGLint *attrib_list)
159 _eglModeQualifies(const _EGLMode *c, const _EGLMode *min)
182 getModeAttrib(const _EGLMode *m, EGLint attrib)
231 const _EGLMode *aMode = *((const _EGLMode **) a);
232 const _EGLMode *bMode = *((const _EGLMode **) b);
264 _EGLMode **modeList, min;
273 modeList = (_EGLMode **) malloc(modes_size * sizeof(_EGLMode *));
287 qsort(modeList, count, sizeof(_EGLMode *), _eglCompareModes);
332 _EGLMode *m, EGLint attribute, EGLint *value)
351 _eglQueryModeStringMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *m)