Home
last modified time | relevance | path

Searched refs:CreatePlatformPixmapSurface (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp386 EGLSurface CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const… in CreatePlatformPixmapSurface() function
409 return CreatePlatformPixmapSurface(dpy, config, native_pixmap, &attribs); in CreatePlatformPixmapSurfaceEXT()
418 return CreatePlatformPixmapSurface(dpy, config, (void*)pixmap, &attribs); in CreatePixmapSurface()
Dmain.cpp378 EGLSurface CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const…
602 return egl::CreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface()