/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 13 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
|
D | eglwStaticLibrary15.inl | 15 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
|
D | eglwInitCore.inl | 15 dst->createPixmapSurface = (eglCreatePixmapSurfaceFunc) loader->get("eglCreatePixmapSurface");
|
D | eglwApi.inl | 17 #define eglCreatePixmapSurface eglwCreatePixmapSurface macro
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 9 eglCreatePixmapSurface
|
D | eglentrypoint.h | 18 EGL_ENTRYPOINT(eglCreatePixmapSurface)
|
D | README.txt | 45 eglCreatePixmapSurface
|
D | eglapi.c | 1039 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 10 eglCreatePixmapSurface @11
|
D | libEGL.lds | 13 eglCreatePixmapSurface;
|
D | libEGL.hpp | 38 …EGLSurface (*eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap,… member in LibEGLexports
|
D | main.cpp | 440 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface() function 673 this->eglCreatePixmapSurface = egl::CreatePixmapSurface; in LibEGLexports()
|
D | libEGL.cpp | 1478 FUNCTION(eglCreatePixmapSurface), in GetProcAddress()
|
/external/mesa3d/src/egl/ |
D | egl-symbols-check | 22 eglCreatePixmapSurface
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.lds | 9 eglCreatePixmapSurface;
|
D | libGLES_CM.def | 8 eglCreatePixmapSurface @5
|
D | main.cpp | 391 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/ |
D | egl.h | 271 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 680 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()
|
D | teglGetProcAddressTests.inl | 16 "eglCreatePixmapSurface",
|
/external/mesa3d/include/EGL/ |
D | egl.h | 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
|
/external/swiftshader/include/EGL/ |
D | egl.h | 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 17 eglw::EGLSurface eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
|
D | egluCallLogWrapper.inl | 122 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/ |
D | PVRShellAPI.cpp | 269 m_EGLWindow = eglCreatePixmapSurface(m_EGLDisplay, m_EGLConfig, m_NPT, attrib_list); in ApiInitAPI()
|