Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_stubs_autogen.h119 EGLDisplay GetPlatformDisplay(Thread *thread,
Dentry_points_egl_autogen.cpp758 EGL_EVENT(GetPlatformDisplay, in EGL_GetPlatformDisplay()
767 ANGLE_EGL_VALIDATE(thread, GetPlatformDisplay, nullptr, EGLDisplay, platform, native_display, in EGL_GetPlatformDisplay()
770 return GetPlatformDisplay(thread, platform, native_display, attrib_listPacked); in EGL_GetPlatformDisplay()
Degl_stubs.cpp394 EGLDisplay GetPlatformDisplay(Thread *thread, in GetPlatformDisplay() function
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp384 EGLDisplay EGLAPIENTRY GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *…
592 return egl::GetPlatformDisplay(platform, native_display, attrib_list); in eglGetPlatformDisplay()
DlibEGL.cpp1306 EGLDisplay EGLAPIENTRY GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *… in GetPlatformDisplay() function
1366 return GetPlatformDisplay(platform, native_display, &attribs); in GetPlatformDisplayEXT()