Home
last modified time | relevance | path

Searched refs:eglGetPlatformDisplay (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary15.inl31 { "eglGetPlatformDisplay", (deFunctionPtr)eglGetPlatformDisplay },
DeglwInitCore.inl31 dst->getPlatformDisplay = (eglGetPlatformDisplayFunc) loader->get("eglGetPlatformDisplay");
DeglwApi.inl38 #define eglGetPlatformDisplay eglwGetPlatformDisplay macro
/external/mesa3d/docs/specs/
DEGL_MESA_platform_surfaceless.txt46 eglGetPlatformDisplay applies also to eglGetPlatformDisplayEXT;
73 Accepted as the <platform> argument of eglGetPlatformDisplay:
87 eglGetPlatformDisplay with <platform> set to EGL_PLATFORM_SURFACELESS_MESA.
/external/mesa3d/src/egl/
Degl-symbols-check38 eglGetPlatformDisplay
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.lds29 eglGetPlatformDisplay;
Dmain.cpp580 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay(EGLenum platform, void *native_display, const E… in eglGetPlatformDisplay() function
DlibEGL.cpp1499 FUNCTION(eglGetPlatformDisplay), in GetProcAddress()
/external/mesa3d/src/egl/main/
Deglglvnd.c49 return eglGetPlatformDisplay(platform, native_display, attrib_list); in __eglGLVNDGetPlatformDisplay()
Deglentrypoint.h46 EGL_ENTRYPOINT(eglGetPlatformDisplay)
Deglapi.c431 eglGetPlatformDisplay(EGLenum platform, void *native_display, in eglGetPlatformDisplay() function
/external/mesa3d/include/EGL/
Degl.h293 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const …
/external/swiftshader/include/EGL/
Degl.h293 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const …
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl38 eglw::EGLDisplay eglGetPlatformDisplay (eglw::EGLenum platform, void *native_display, con…
DegluCallLogWrapper.inl336 eglw::EGLDisplay CallLogWrapper::eglGetPlatformDisplay (eglw::EGLenum platform, void *native_displa… function in CallLogWrapper
339 …m_log << TestLog::Message << "eglGetPlatformDisplay(" << toHex(platform) << ", " << native_display…
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl54 "eglGetPlatformDisplay",