Searched refs:CreatePlatformWindowSurfaceEXT (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 53 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread,
|
D | entry_points_egl_ext_autogen.cpp | 644 EGL_EVENT(CreatePlatformWindowSurfaceEXT, in EGL_CreatePlatformWindowSurfaceEXT() 655 ANGLE_EGL_VALIDATE(thread, CreatePlatformWindowSurfaceEXT, GetDisplayIfValid(dpyPacked), in EGL_CreatePlatformWindowSurfaceEXT() 658 return CreatePlatformWindowSurfaceEXT(thread, dpyPacked, configPacked, native_window, in EGL_CreatePlatformWindowSurfaceEXT()
|
D | egl_ext_stubs.cpp | 81 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread, in CreatePlatformWindowSurfaceEXT() function
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 385 EGLSurface EGLAPIENTRY CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *nativ… 597 return egl::CreatePlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurfaceEXT()
|
D | libEGL.cpp | 376 EGLSurface EGLAPIENTRY CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *nativ… in CreatePlatformWindowSurfaceEXT() function
|