/third_party/vk-gl-cts/framework/egl/ |
H A D | egluUtil.hpp | 43 class Library; 57 Version getVersion (const eglw::Library& egl, eglw::EGLDisplay display); 59 std::vector<std::string> getClientExtensions (const eglw::Library& egl); 60 std::vector<std::string> getDisplayExtensions (const eglw::Library& egl, eglw::EGLDisplay display); 61 bool hasExtension (const eglw::Library& egl, eglw::EGLDisplay display, const std::string& extName); 63 std::vector<eglw::EGLConfig> getConfigs (const eglw::Library& egl, eglw::EGLDisplay display); 64 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs); 65 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const FilterList& filters); 66 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const eglw::EGLint* attribs); 67 eglw::EGLConfig chooseSingleConfig (const eglw::Library [all...] |
H A D | egluUnique.hpp | 31 class Library; 40 UniqueDisplay (const eglw::Library& egl, eglw::EGLDisplay display); 47 const eglw::Library& m_egl; 58 UniqueSurface (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface); 65 const eglw::Library& m_egl; 77 UniqueContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLContext context); 84 const eglw::Library& m_egl; 96 ScopedCurrentContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface draw, eglw::EGLSurface read, eglw::EGLContext context); 100 const eglw::Library& m_egl; 107 UniqueImage (const eglw::Library [all...] |
H A D | egluUtil.cpp | 61 Version getVersion (const Library& egl, EGLDisplay display) in getVersion() 71 vector<string> getExtensions (const Library& egl, EGLDisplay display) in getExtensions() 80 bool hasExtension (const Library& egl, EGLDisplay display, const string& str) in hasExtension() 86 vector<string> getClientExtensions (const Library& egl) in getClientExtensions() 100 vector<string> getDisplayExtensions (const Library& egl, EGLDisplay display) in getDisplayExtensions() 107 vector<EGLConfig> getConfigs (const Library& egl, EGLDisplay display) in getConfigs() 122 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const EGLint* attribList) in chooseConfigs() 138 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const FilterList& filters) in chooseConfigs() 152 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const FilterList& filters) in chooseSingleConfig() 165 EGLConfig chooseSingleConfig (const Library [all...] |
H A D | egluUnique.cpp | 33 UniqueDisplay::UniqueDisplay (const Library& egl, EGLDisplay display) in UniqueDisplay() 50 UniqueSurface::UniqueSurface (const Library& egl, EGLDisplay display, EGLSurface surface) in UniqueSurface() 68 UniqueContext::UniqueContext (const Library& egl, EGLDisplay display, EGLContext context) in UniqueContext() 86 ScopedCurrentContext::ScopedCurrentContext (const Library& egl, EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) in ScopedCurrentContext() 98 UniqueImage::UniqueImage (const Library& egl, EGLDisplay display, EGLImage image) in UniqueImage()
|
H A D | egluConfigFilter.hpp | 35 class Library; 46 CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config); 80 const eglw::Library* egl; 99 bool match (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config) const;
|
H A D | egluCallLogWrapper.hpp | 32 class Library; 41 CallLogWrapper (const eglw::Library& egl, tcu::TestLog& log); 50 const eglw::Library& m_egl;
|
H A D | egluGLUtil.hpp | 35 class Library; 44 eglw::EGLContext createGLContext (const eglw::Library& egl, 51 eglw::EGLConfig chooseConfig (const eglw::Library& egl,
|
H A D | egluGLFunctionLoader.hpp | 23 * \brief glw::FunctionLoader using eglGetProcAddress() and tcu::Library. 38 class Library; 49 GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* platformLibrary); 56 const eglw::Library& m_egl;
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSyncTests.cpp | 88 typedef EGLSync (Library::*createSync)(EGLDisplay, EGLenum, const EGLAttrib *) const ; 89 typedef EGLSyncKHR (Library::*createSyncKHR)(EGLDisplay, EGLenum, const EGLint *) const ; 90 typedef EGLint (Library::*clientWaitSync)(EGLDisplay, EGLSync, EGLint, EGLTime) const ; 91 typedef EGLint (Library::*clientWaitSyncKHR)(EGLDisplay, EGLSyncKHR, EGLint, EGLTimeKHR) const ; 92 typedef EGLBoolean (Library::*getSyncAttrib)(EGLDisplay, EGLSync, EGLint, EGLAttrib *) const ; 93 typedef EGLBoolean (Library::*getSyncAttribKHR)(EGLDisplay, EGLSyncKHR, EGLint, EGLint *) const ; 94 typedef EGLBoolean (Library::*destroySync)(EGLDisplay, EGLSync) const ; 95 typedef EGLBoolean (Library::*destroySyncKHR)(EGLDisplay, EGLSyncKHR) const ; 96 typedef EGLBoolean (Library::*waitSync)(EGLDisplay, EGLSync, EGLint) const ; 97 typedef EGLint (Library [all...] |
H A D | teglSwapBuffersWithDamageTests.cpp | 129 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveBuffer); 275 virtual EGLConfig getConfig (const Library& egl, EGLDisplay eglDisplay); 276 virtual void checkExtension (const Library& egl, EGLDisplay eglDisplay); 312 EGLConfig SwapBuffersWithDamageTest::getConfig (const Library& egl, EGLDisplay eglDisplay) in getConfig() 317 void SwapBuffersWithDamageTest::checkExtension (const Library& egl, EGLDisplay eglDisplay) in checkExtension() 325 const Library& egl = m_eglTestCtx.getLibrary(); in init() 341 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 379 const Library& egl = m_eglTestCtx.getLibrary(); in initEGLContext() 400 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 458 EGLConfig getConfig (const Library [all...] |
H A D | teglAndroidUtil.cpp | 175 AndroidNativeClientBuffer (const Library& egl, GLenum format, deUint32 numLayers, bool isYUV); 183 const Library& m_egl; 187 AndroidNativeClientBuffer::AndroidNativeClientBuffer (const Library& egl, GLenum format, deUint32 numLayers, bool isYUV) in AndroidNativeClientBuffer() 274 MovePtr<ClientBuffer> createBuffer (const Library& egl, const glw::Functions&, Texture2D*) const; 276 EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer clientBuffer) const; 289 MovePtr<ClientBuffer> AndroidNativeImageSource::createBuffer (const Library& egl, const glw::Functions&, Texture2D* ref) const 326 EGLImageKHR AndroidNativeImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext, EGLClientBuffer clientBuffer) const
|
H A D | teglMutableRenderBufferTests.cpp | 61 deUint32 drawAndSwap (const Library& egl, 93 const Library& egl = m_eglTestCtx.getLibrary(); in init() 174 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 202 deUint32 MutableRenderBufferTest::drawAndSwap (const Library& egl, deUint32 color, bool flush) in drawAndSwap() 220 const Library& egl = m_eglTestCtx.getLibrary(); 288 const Library& egl = m_eglTestCtx.getLibrary(); 343 const Library& egl = m_eglTestCtx.getLibrary();
|
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 58 /// The platform-specific counterpart of the cross-platform [`Library`](crate::Library). 59 pub struct Library(HMODULE); structure names 61 unsafe impl Send for Library {} 64 // say for sure whether the Win32 APIs used to implement `Library` are thread-safe or not. 75 unsafe impl Sync for Library {} 77 impl Library { impls 89 /// This is equivalent to <code>[Library::load_with_flags](filename, 0)</code>. 104 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new() 105 Library in new() [all...] |
/third_party/rust/crates/libloading/tests/ |
H A D | functions.rs | 5 use libloading::{Library, Symbol}; 41 let lib = Library::new(lib_path()).unwrap(); in test_id_u32() 60 let lib = Library::new(lib_path()).unwrap(); in test_id_struct() 83 let lib = Library::new(lib_path()).unwrap(); in test_0_no_0() 93 Library::new("target/this_location_is_definitely_non existent:^~") in wrong_name_fails() 103 let lib = Library::new(lib_path()).unwrap(); in missing_symbol_fails() 113 let lib = Library::new(lib_path()).unwrap(); in interior_null_fails() 125 let lib = Library::new(lib_path()).unwrap(); in test_incompatible_type() 136 unsafe fn get<'a, T>(l: &'a Library, _: T) -> Result<Symbol<'a, T>, libloading::Error> { in test_incompatible_type_named_fn() 140 let lib = Library [all...] |
H A D | windows.rs | 17 fn load_ordinal_lib() -> Library { in load_ordinal_lib() 19 Library::new("tests/nagisa32.dll").expect("nagisa32.dll") in load_ordinal_lib() 24 fn load_ordinal_lib() -> Library { in load_ordinal_lib() 26 Library::new("tests/nagisa64.dll").expect("nagisa64.dll") in load_ordinal_lib() 55 Library::new("kernel23").err().unwrap(); in test_new_kernel23() 62 Library::new("kernel32").unwrap(); in test_new_kernel32_no_ext()
|
H A D | markers.rs | 27 assert_send::<libloading::Library>(); in check_library_send() 33 assert_send::<libloading::os::unix::Library>(); in check_unix_library_send() 39 assert_send::<libloading::os::windows::Library>(); in check_windows_library_send() 44 assert_sync::<libloading::Library>(); in check_library_sync() 50 assert_sync::<libloading::os::unix::Library>(); in check_unix_library_sync() 56 assert_sync::<libloading::os::windows::Library>(); in check_windows_library_sync()
|
/third_party/rust/crates/libloading/src/os/unix/ |
H A D | mod.rs | 37 // On platforms where `dlerror` is still MT-unsafe, `dlsym` (`Library::get`) can spuriously in with_dlerror() 75 /// A platform-specific counterpart of the cross-platform [`Library`](crate::Library). 76 pub struct Library { structure names 80 unsafe impl Send for Library {} 96 unsafe impl Sync for Library {} 98 impl Library { impls 105 /// This is equivalent to <code>[Library::open](filename, [RTLD_LAZY] | [RTLD_LOCAL])</code>. 120 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new() 121 Library in new() [all...] |
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.h | 25 class Library; 83 angle::Library *glWindowingLibrary, 89 angle::Library *glWindowingLibrary, 142 angle::Library *glWindowingLibrary, 148 angle::Library *glWindowingLibrary, 167 angle::Library *glWindowingLibrary, 173 angle::Library *glWindowingLibrary,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | namespaceMergedWithImportAliasNoCrash.js | 4 export namespace Library { 7 var x: Library.Bar; // should work 8 Library.foo; // should be an error
22 Library.foo; // should be an error
|
/third_party/rust/crates/libloading/src/ |
H A D | safe.rs | 15 pub struct Library(imp::Library); structure names 17 impl Library { impls 52 /// the platform specific [`os::unix::Library::new`] and [`os::windows::Library::new`] methods 58 /// [`os::unix::Library::new`]: crate::os::unix::Library::new 59 /// [`os::windows::Library::new`]: crate::os::windows::Library::new 75 /// # use ::libloading::Library; [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
H A D | PassPlugin.h | 87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) in PassPlugin() argument 88 : Filename(Filename), Library(Library), Info() {} in PassPlugin() 91 sys::DynamicLibrary Library; member in llvm::PassPlugin
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
H A D | PassPlugin.cpp | 18 auto Library = in Load() local 20 if (!Library.isValid()) in Load() 25 PassPlugin P{Filename, Library}; in Load() 27 (intptr_t)Library.SearchForAddressOfSymbol("llvmGetPassPluginInfo"); in Load()
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
H A D | eglwWrapper.cpp | 21 * \brief EGL API Library. 29 static const eglw::Library* s_library = DE_NULL; 31 void setCurrentThreadLibrary (const eglw::Library* egl) in setCurrentThreadLibrary() 36 inline const eglw::Library* getCurrentThreadLibrary (void) in getCurrentThreadLibrary()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils.h | 58 class Library : angle::NonCopyable class 61 virtual ~Library() {} in ~Library() 85 Library *OpenSharedLibrary(const char *libraryName, SearchType searchType); 86 Library *OpenSharedLibraryWithExtension(const char *libraryName, SearchType searchType);
|
/third_party/curl/lib/ |
H A D | amigaos.c | 81 struct Library *base = OpenLibrary("bsdsocket.library", 4); in Curl_amiga_init() 111 struct Library *base = __CurlISocket->Data.LibBase; in Curl_amiga_cleanup() 155 struct Library *base = OpenLibrary("bsdsocket.library", 4); in Curl_ipv4_resolve_r() 198 struct Library *SocketBase = NULL;
|