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

  /external/mesa3d/src/egl/main/
eglfallbacks.c 70 drv->API.CreateWindowSurface = (CreateWindowSurface_t) _eglReturnFalse;
eglapi.h 148 CreateWindowSurface_t CreateWindowSurface;
eglapi.c 534 surf = drv->API.CreateWindowSurface(drv, disp, conf, window, attrib_list);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 466 drv->API.CreateWindowSurface = dri2_create_window_surface;
platform_android.c 371 drv->API.CreateWindowSurface = droid_create_window_surface;
platform_x11.c 174 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
268 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
970 drv->API.CreateWindowSurface = dri2_create_window_surface;
1048 drv->API.CreateWindowSurface = dri2_create_window_surface;
    [all...]
platform_wayland.c 114 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
191 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
759 drv->API.CreateWindowSurface = dri2_create_window_surface;
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 825 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 900 drv->API.CreateWindowSurface = egl_g3d_create_window_surface;

Completed in 960 milliseconds