Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_stubs_autogen.h81 EGLSurface CreatePlatformPixmapSurface(Thread *thread,
Dentry_points_egl_autogen.cpp660 EGL_EVENT(CreatePlatformPixmapSurface, in EGL_CreatePlatformPixmapSurface()
671 ANGLE_EGL_VALIDATE(thread, CreatePlatformPixmapSurface, GetDisplayIfValid(dpyPacked), in EGL_CreatePlatformPixmapSurface()
674 return CreatePlatformPixmapSurface(thread, dpyPacked, configPacked, native_pixmap, in EGL_CreatePlatformPixmapSurface()
Degl_stubs.cpp211 EGLSurface CreatePlatformPixmapSurface(Thread *thread, in CreatePlatformPixmapSurface() function
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp416 EGLSurface EGLAPIENTRY CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_p… in CreatePlatformPixmapSurface() function
441 return CreatePlatformPixmapSurface(dpy, config, native_pixmap, &attribs); in CreatePlatformPixmapSurfaceEXT()
450 return CreatePlatformPixmapSurface(dpy, config, (void*)pixmap, &attribs); in CreatePixmapSurface()
Dmain.cpp388 EGLSurface EGLAPIENTRY CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_p…
612 return egl::CreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface()