Searched refs:CreatePlatformPixmapSurface (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 81 EGLSurface CreatePlatformPixmapSurface(Thread *thread,
|
D | entry_points_egl_autogen.cpp | 660 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()
|
D | egl_stubs.cpp | 211 EGLSurface CreatePlatformPixmapSurface(Thread *thread, in CreatePlatformPixmapSurface() function
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 416 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()
|
D | main.cpp | 388 EGLSurface EGLAPIENTRY CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_p… 612 return egl::CreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface()
|