Home
last modified time | relevance | path

Searched refs:eglCreatePixmapSurface (Results 1 – 25 of 25) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl13 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
DeglwStaticLibrary15.inl15 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
DeglwInitCore.inl15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
DeglwApi.inl17 #define eglCreatePixmapSurface eglwCreatePixmapSurface macro
/external/mesa3d/src/egl/main/
Degl.def9 eglCreatePixmapSurface
Deglentrypoint.h18 EGL_ENTRYPOINT(eglCreatePixmapSurface)
DREADME.txt45 eglCreatePixmapSurface
Deglapi.c1039 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def10 eglCreatePixmapSurface @11
DlibEGL.lds13 eglCreatePixmapSurface;
DlibEGL.hpp38 …EGLSurface (*eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap,… member in LibEGLexports
Dmain.cpp440 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface() function
673 this->eglCreatePixmapSurface = egl::CreatePixmapSurface; in LibEGLexports()
DlibEGL.cpp1478 FUNCTION(eglCreatePixmapSurface), in GetProcAddress()
/external/mesa3d/src/egl/
Degl-symbols-check22 eglCreatePixmapSurface
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds9 eglCreatePixmapSurface;
DlibGLES_CM.def8 eglCreatePixmapSurface @5
Dmain.cpp391 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface() function
393 return libEGL->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h271 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp680 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init()
683 expectNoSurface(eglCreatePixmapSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList)); in init()
690 expectNoSurface(eglCreatePixmapSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList)); in init()
DteglGetProcAddressTests.inl16 "eglCreatePixmapSurface",
/external/mesa3d/include/EGL/
Degl.h125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
/external/swiftshader/include/EGL/
Degl.h125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl17 eglw::EGLSurface eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
DegluCallLogWrapper.inl122 eglw::EGLSurface CallLogWrapper::eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig conf… function in CallLogWrapper
125 …m_log << TestLog::Message << "eglCreatePixmapSurface(" << dpy << ", " << toHex(config) << ", " << …
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp269 m_EGLWindow = eglCreatePixmapSurface(m_EGLDisplay, m_EGLConfig, m_NPT, attrib_list); in ApiInitAPI()