Home
last modified time | relevance | path

Searched refs:eglCreatePlatformPixmapSurface (Results 1 – 15 of 15) 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/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-check23 eglCreatePlatformPixmapSurface
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.lds14 eglCreatePlatformPixmapSurface;
Dmain.cpp600 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void… in eglCreatePlatformPixmapSurface() function
DlibEGL.cpp1479 FUNCTION(eglCreatePlatformPixmapSurface), in GetProcAddress()
/external/mesa3d/src/egl/main/
Deglentrypoint.h19 EGL_ENTRYPOINT(eglCreatePlatformPixmapSurface)
Deglapi.c1065 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurface() function
/external/mesa3d/include/EGL/
Degl.h295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, voi…
/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/deqp/modules/egl/
DteglGetProcAddressTests.inl49 "eglCreatePlatformPixmapSurface",