HomeSort by relevance Sort by last modified time
    Searched refs:_EGLMode (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/egl/main/
eglmode.h 61 extern _EGLMode *
77 _eglGetModeAttribMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *m,
82 _eglQueryModeStringMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *m);
eglmode.c 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)
    [all...]
egltypedefs.h 59 typedef struct _egl_mode _EGLMode;
eglscreen.h 59 _EGLMode *CurrentMode;
66 _EGLMode *Modes; /**< array [NumModes] */
106 _eglQueryScreenModeMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn, _EGLMode **m);
eglscreen.c 97 screen->Modes = (_EGLMode *) calloc(num_modes, sizeof(*screen->Modes));
206 _EGLMode **m)
eglapi.h 86 typedef EGLBoolean (*GetModeAttribMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *mode, EGLint attribute, EGLint *value);
90 typedef EGLBoolean (*ShowScreenSurfaceMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *screen, _EGLSurface *surface, _EGLMode *mode);
94 typedef EGLBoolean (*QueryScreenModeMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *screen, _EGLMode **mode);
95 typedef const char * (*QueryModeStringMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *mode);
eglapi.c 252 _eglCheckMode(_EGLDisplay *disp, _EGLMode *m, const char *msg)
1012 _EGLMode *m = _eglLookupMode(mode, disp);
1085 _EGLMode *m = _eglLookupMode(mode, disp);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 201 _EGLMode *mode = &gscr->base.Modes[j];
egl_g3d_api.c 796 _EGLMode *mode)

Completed in 94 milliseconds