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

  /external/mesa3d/src/egl/main/
eglfallbacks.c 67 drv->API.CreateWindowSurface = (void*) _eglReturnFalse;
eglapi.h 86 _EGLSurface *(*CreateWindowSurface)(_EGLDriver *drv, _EGLDisplay *dpy,
eglapi.c 881 surf = drv->API.CreateWindowSurface(drv, disp, conf, native_window,
    [all...]
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 80 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
344 driver->base.API.CreateWindowSurface = haiku_create_window_surface;
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 317 EGLSurface CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list);
398 return egl::CreateWindowSurface(dpy, config, window, attrib_list);
582 this->eglCreateWindowSurface = egl::CreateWindowSurface;
libEGL.cpp 300 EGLSurface CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list)
317 return display->createWindowSurface(window, config, attrib_list);
1177 return CreateWindowSurface(dpy, config, (EGLNativeWindowType)native_window, attrib_list);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]

Completed in 84 milliseconds