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

  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 20 eglCreatePlatformWindowSurfaceFunc createPlatformWindowSurface;
eglwInitCore.inl 17 dst->createPlatformWindowSurface = (eglCreatePlatformWindowSurfaceFunc) loader->get("eglCreatePlatformWindowSurface");
eglwFuncPtrLibraryDecl.inl 20 EGLSurface createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const;
eglwFuncPtrLibraryImpl.inl 77 EGLSurface FuncPtrLibrary::createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const
79 return m_egl.createPlatformWindowSurface(dpy, config, native_window, attrib_list);
eglwLibrary.inl 20 virtual EGLSurface createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const = 0;
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 156 eglw::EGLSurface returnValue = m_egl.createPlatformWindowSurface(dpy, config, native_window, attrib_list);
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 295 milliseconds