Home
last modified time | relevance | path

Searched refs:eglCreatePlatformWindowSurfaceEXT (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def42 eglCreatePlatformWindowSurfaceEXT
DlibEGL.lds53 eglCreatePlatformWindowSurfaceEXT;
Dmain.cpp595 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, v… in eglCreatePlatformWindowSurfaceEXT() function
DlibEGL.cpp1554 FUNCTION(eglCreatePlatformWindowSurfaceEXT), in GetProcAddress()
/external/deqp/framework/egl/wrapper/
DeglwInitExtensions.inl9 …faceEXT = (eglCreatePlatformWindowSurfaceEXTFunc) loader->get("eglCreatePlatformWindowSurfaceEXT");
DeglwApi.inl21 #define eglCreatePlatformWindowSurfaceEXT eglwCreatePlatformWindowSurfaceEXT macro
/external/mesa3d/src/egl/main/
Deglentrypoint.h22 EGL_ENTRYPOINT(eglCreatePlatformWindowSurfaceEXT)
Deglapi.c1028 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformWindowSurfaceEXT() function
/external/angle/src/libEGL/
DlibEGL_autogen.def128 eglCreatePlatformWindowSurfaceEXT
DlibEGL_autogen.cpp644 EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, in eglCreatePlatformWindowSurfaceEXT() function
/external/mesa3d/docs/_extra/specs/
DEGL_MESA_platform_surfaceless.txt47 eglCreatePlatformWindowSurface to eglCreatePlatformWindowSurfaceEXT; and
/external/angle/util/
Degl_loader_autogen.h94 #define eglCreatePlatformWindowSurfaceEXT l_eglCreatePlatformWindowSurfaceEXT macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h94 #define eglCreatePlatformWindowSurfaceEXT t_eglCreatePlatformWindowSurfaceEXT macro
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl21 eglw::EGLSurface eglCreatePlatformWindowSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGLConfig co…
DegluCallLogWrapper.inl162 eglw::EGLSurface CallLogWrapper::eglCreatePlatformWindowSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGL… function in CallLogWrapper
165 …m_log << TestLog::Message << "eglCreatePlatformWindowSurfaceEXT(" << dpy << ", " << toHex(config) …
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl546 "eglCreatePlatformWindowSurfaceEXT",
/external/swiftshader/include/EGL/
Deglext.h849 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, …
/external/mesa3d/include/EGL/
Deglext.h865 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, …
/external/angle/include/EGL/
Deglext.h851 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, …
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h943 #define eglCreatePlatformWindowSurfaceEXT EGLEW_GET_FUN(__eglewCreatePlatformWindowSurfaceEXT) macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h1322 #define eglCreatePlatformWindowSurfaceEXT epoxy_eglCreatePlatformWindowSurfaceEXT macro
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c5046 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformWindowSurfaceEXT, (EGLDisplay dpy, EGLConfig config, vo…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17903 …r = ((eglCreatePlatformWindowSurfaceEXT = (PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC)glewGetProcAdd… in _glewInit_EGL_EXT_platform_base()