Searched defs:plat (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
H A Degldisplay.c87 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local
100 plat = egl_platforms[i].platform;
105 return plat;
250 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy) argument
254 if (plat == _EGL_INVALID_PLATFORM)
262 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy)
272 dpy->Platform = plat;
H A Deglapi.c298 _EGLPlatformType plat = _eglGetNativePlatform(nativeDisplay); local
299 _EGLDisplay *dpy = _eglFindDisplay(plat, (void *) nativeDisplay);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c96 egl_g3d_get_platform(_EGLDriver *drv, _EGLPlatformType plat) argument
100 if (!gdrv->platforms[plat]) {
104 switch (plat) {
154 gdrv->platforms[plat] = nplat;
157 return gdrv->platforms[plat];

Completed in 147 milliseconds