Searched refs:GetPlatformDisplay (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 119 EGLDisplay GetPlatformDisplay(Thread *thread,
|
D | entry_points_egl_autogen.cpp | 758 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()
|
D | egl_stubs.cpp | 394 EGLDisplay GetPlatformDisplay(Thread *thread, in GetPlatformDisplay() function
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 384 EGLDisplay EGLAPIENTRY GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *… 592 return egl::GetPlatformDisplay(platform, native_display, attrib_list); in eglGetPlatformDisplay()
|
D | libEGL.cpp | 1306 EGLDisplay EGLAPIENTRY GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *… in GetPlatformDisplay() function 1366 return GetPlatformDisplay(platform, native_display, &attribs); in GetPlatformDisplayEXT()
|