Home
last modified time | relevance | path

Searched refs:eglCreatePlatformPixmapSurface (Results 1 – 24 of 24) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary15.inl16 { "eglCreatePlatformPixmapSurface", (deFunctionPtr)eglCreatePlatformPixmapSurface },
DeglwInitCore.inl16 …ixmapSurface = (eglCreatePlatformPixmapSurfaceFunc) loader->get("eglCreatePlatformPixmapSurface");
DeglwApi.inl18 #define eglCreatePlatformPixmapSurface eglwCreatePlatformPixmapSurface macro
/external/mesa3d/docs/_extra/specs/
DEGL_MESA_platform_surfaceless.txt48 eglCreatePlatformPixmapSurface to eglCreatePlatformPixmapSurfaceEXT.
54 neither eglCreatePlatformWindowSurface nor eglCreatePlatformPixmapSurface
96 Likewise, eglCreatePlatformPixmapSurface also fails when called with a
/external/mesa3d/src/egl/
Degl-symbols.txt11 eglCreatePlatformPixmapSurface
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.lds14 eglCreatePlatformPixmapSurface;
Dmain.cpp610 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void… in eglCreatePlatformPixmapSurface() function
DlibEGL.cpp1551 FUNCTION(eglCreatePlatformPixmapSurface), in GetProcAddress()
/external/mesa3d/src/egl/main/
Deglentrypoint.h19 EGL_ENTRYPOINT(eglCreatePlatformPixmapSurface)
Deglapi.c1149 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurface() function
/external/angle/src/libEGL/
DlibEGL_autogen.def55 eglCreatePlatformPixmapSurface
DlibEGL_autogen.cpp328 EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, in eglCreatePlatformPixmapSurface() function
/external/angle/util/
Degl_loader_autogen.h61 #define eglCreatePlatformPixmapSurface l_eglCreatePlatformPixmapSurface macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h61 #define eglCreatePlatformPixmapSurface t_eglCreatePlatformPixmapSurface macro
/external/swiftshader/include/EGL/
Degl.h295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, voi…
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl18 eglw::EGLSurface eglCreatePlatformPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig conf…
DegluCallLogWrapper.inl132 eglw::EGLSurface CallLogWrapper::eglCreatePlatformPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLCon… function in CallLogWrapper
135 …m_log << TestLog::Message << "eglCreatePlatformPixmapSurface(" << dpy << ", " << toHex(config) << …
/external/angle/include/EGL/
Degl.h333 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, voi…
/external/mesa3d/include/EGL/
Degl.h352 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, voi…
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl49 "eglCreatePlatformPixmapSurface",
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h462 #define eglCreatePlatformPixmapSurface EGLEW_GET_FUN(__eglewCreatePlatformPixmapSurface) macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h1319 #define eglCreatePlatformPixmapSurface epoxy_eglCreatePlatformPixmapSurface macro
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c5043 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformPixmapSurface, (EGLDisplay dpy, EGLConfig config, void …
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17755 …r = ((eglCreatePlatformPixmapSurface = (PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC)glewGetProcAddress((… in _glewInit_EGL_VERSION_1_5()