HomeSort by: relevance | last modified time | path
    Searched defs:plat (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-arm.c 162 const char *plat = (const char*) aux.a_un.a_val; local
164 if (strncmp (plat, "v7l", 3) == 0)
166 else if (strncmp (plat, "v6l", 3) == 0)
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
egldisplay.c 97 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local
113 plat = egl_platforms[i].platform;
118 if (plat == _EGL_INVALID_PLATFORM)
121 return plat;
257 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy,
263 if (plat == _EGL_INVALID_PLATFORM)
270 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy &&
282 disp->Platform = plat;
eglapi.c 365 _EGLPlatformType plat; local
374 plat = _eglGetNativePlatform(native_display_ptr);
375 disp = _eglFindDisplay(plat, native_display_ptr, NULL);
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
egldisplay.c 82 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local
95 plat = egl_platforms[i].platform;
100 return plat;
216 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy)
220 if (plat == _EGL_INVALID_PLATFORM)
228 if (disp->Platform == plat && disp->PlatformDisplay == plat_dpy)
238 disp->Platform = plat;
eglapi.c 372 _EGLPlatformType plat; local
381 plat = _eglGetNativePlatform(native_display_ptr);
382 disp = _eglFindDisplay(plat, native_display_ptr);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86str.h 280 struct xf86_platform_device *plat; member in union:_bus::__anon9955

Completed in 17 milliseconds