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

  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 19 eglCreatePlatformPixmapSurfaceEXTFunc createPlatformPixmapSurfaceEXT;
eglwInitExtensions.inl 8 dst->createPlatformPixmapSurfaceEXT = (eglCreatePlatformPixmapSurfaceEXTFunc) loader->get("eglCreatePlatformPixmapSurfaceEXT");
eglwFuncPtrLibraryDecl.inl 19 EGLSurface createPlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const;
eglwFuncPtrLibraryImpl.inl 72 EGLSurface FuncPtrLibrary::createPlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const
74 return m_egl.createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list);
eglwLibrary.inl 19 virtual EGLSurface createPlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const = 0;
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 100 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), DE_NULL);
  /external/deqp/framework/egl/
egluUtil.cpp 342 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), &legacyAttribs[0]);
egluCallLogWrapper.inl 146 eglw::EGLSurface returnValue = m_egl.createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list);
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 3068 milliseconds