Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def43 eglCreatePlatformPixmapSurfaceEXT
DlibEGL.lds54 eglCreatePlatformPixmapSurfaceEXT;
Dmain.cpp605 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, v… in eglCreatePlatformPixmapSurfaceEXT() function
DlibEGL.cpp1552 FUNCTION(eglCreatePlatformPixmapSurfaceEXT), in GetProcAddress()
/external/deqp/framework/egl/wrapper/
DeglwInitExtensions.inl8 …faceEXT = (eglCreatePlatformPixmapSurfaceEXTFunc) loader->get("eglCreatePlatformPixmapSurfaceEXT");
DeglwApi.inl19 #define eglCreatePlatformPixmapSurfaceEXT eglwCreatePlatformPixmapSurfaceEXT macro
/external/mesa3d/src/egl/main/
Deglentrypoint.h20 EGL_ENTRYPOINT(eglCreatePlatformPixmapSurfaceEXT)
Deglapi.c1135 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurfaceEXT() function
/external/angle/src/libEGL/
DlibEGL_autogen.def127 eglCreatePlatformPixmapSurfaceEXT
DlibEGL_autogen.cpp635 EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, in eglCreatePlatformPixmapSurfaceEXT() function
/external/mesa3d/docs/_extra/specs/
DEGL_MESA_platform_surfaceless.txt48 eglCreatePlatformPixmapSurface to eglCreatePlatformPixmapSurfaceEXT.
/external/angle/util/
Degl_loader_autogen.h93 #define eglCreatePlatformPixmapSurfaceEXT l_eglCreatePlatformPixmapSurfaceEXT macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h93 #define eglCreatePlatformPixmapSurfaceEXT t_eglCreatePlatformPixmapSurfaceEXT macro
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl19 eglw::EGLSurface eglCreatePlatformPixmapSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGLConfig co…
DegluCallLogWrapper.inl142 eglw::EGLSurface CallLogWrapper::eglCreatePlatformPixmapSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGL… function in CallLogWrapper
145 …m_log << TestLog::Message << "eglCreatePlatformPixmapSurfaceEXT(" << dpy << ", " << toHex(config) …
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl545 "eglCreatePlatformPixmapSurfaceEXT",
/external/swiftshader/include/EGL/
Deglext.h850 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, …
/external/mesa3d/include/EGL/
Deglext.h866 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, …
/external/angle/include/EGL/
Deglext.h852 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, …
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h942 #define eglCreatePlatformPixmapSurfaceEXT EGLEW_GET_FUN(__eglewCreatePlatformPixmapSurfaceEXT) macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h1320 #define eglCreatePlatformPixmapSurfaceEXT epoxy_eglCreatePlatformPixmapSurfaceEXT macro
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c5044 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformPixmapSurfaceEXT, (EGLDisplay dpy, EGLConfig config, vo…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17902 …r = ((eglCreatePlatformPixmapSurfaceEXT = (PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC)glewGetProcAdd… in _glewInit_EGL_EXT_platform_base()