Searched refs:CreatePlatformPixmapSurface (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 386 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()
|
D | main.cpp | 378 EGLSurface CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const… 602 return egl::CreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface()
|