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

  /external/mesa3d/src/egl/main/
eglfallbacks.c 71 drv->API.CreatePixmapSurface = (CreatePixmapSurface_t) _eglReturnFalse;
eglapi.h 149 CreatePixmapSurface_t CreatePixmapSurface;
eglapi.c 555 surf = drv->API.CreatePixmapSurface(drv, disp, conf, pixmap, attrib_list);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 372 drv->API.CreatePixmapSurface = droid_create_pixmap_surface;
platform_x11.c 971 drv->API.CreatePixmapSurface = dri2_create_pixmap_surface;
1049 drv->API.CreatePixmapSurface = dri2_create_pixmap_surface;
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 901 drv->API.CreatePixmapSurface = egl_g3d_create_pixmap_surface;

Completed in 180 milliseconds