Home
last modified time | relevance | path

Searched refs:m_library (Results 1 – 22 of 22) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeDynamicLibrary.cpp33 : m_library(DE_NULL) in DynamicLibrary()
35 m_library = deDynamicLibrary_open(fileName); in DynamicLibrary()
36 if (!m_library) in DynamicLibrary()
42 deDynamicLibrary_close(m_library); in ~DynamicLibrary()
DdeDynamicLibrary.hpp41 … getFunction (const char* name) const { return deDynamicLibrary_getFunction(m_library, name); } in getFunction()
47 deDynamicLibrary* m_library; member in de::DynamicLibrary
/external/deqp/framework/platform/win32/
DtcuWGL.cpp178 const de::DynamicLibrary& getGLLibrary (void) const { return m_library; } in getGLLibrary()
181 de::DynamicLibrary m_library; member in tcu::wgl::Library
186 : m_library("opengl32.dll") in Library()
192 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library()
193 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext"); in Library()
194 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress"); in Library()
195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent"); in Library()
196 …m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffe… in Library()
254 : m_library(new Library(instance)) in Core()
260 delete m_library; in ~Core()
[all …]
DtcuWin32VulkanPlatform.cpp91 : m_library ("vulkan-1.dll") in VulkanLibrary()
92 , m_driver (m_library) in VulkanLibrary()
102 const tcu::DynamicFunctionLibrary m_library; member in tcu::win32::VulkanLibrary
DtcuWGL.hpp168 const Library* getLibrary (void) const { return m_library; } in getLibrary()
174 Library* m_library; member in tcu::wgl::Core
DtcuWin32EGLNativeDisplayFactory.cpp74 const eglw::Library& getLibrary (void) const { return m_library; } in getLibrary()
80 eglw::DefaultLibrary m_library; member in tcu::win32::__anonbac8d03a0111::NativeDisplay
142 , m_library ("libEGL.dll") in NativeDisplay()
/external/deqp/framework/platform/android/
DtcuAndroidInternals.cpp47 : m_library ("libui.so") in LibUI()
51 setFuncPtr(gb.constructor, m_library, "_ZN7android13GraphicBufferC1Ejjij"); in LibUI()
52 setFuncPtr(gb.destructor, m_library, "_ZN7android13GraphicBufferD1Ev"); in LibUI()
53 setFuncPtr(gb.getNativeBuffer, m_library, "_ZNK7android13GraphicBuffer15getNativeBufferEv"); in LibUI()
54 setFuncPtr(gb.lock, m_library, "_ZN7android13GraphicBuffer4lockEjPPv"); in LibUI()
55 setFuncPtr(gb.unlock, m_library, "_ZN7android13GraphicBuffer6unlockEv"); in LibUI()
56 setFuncPtr(gb.initCheck, m_library, "_ZNK7android13GraphicBuffer9initCheckEv"); in LibUI()
DtcuAndroidPlatform.cpp58 … NativeDisplay (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES), m_library("libEGL.so") {} in NativeDisplay()
62 virtual const eglw::Library& getLibrary (void) const { return m_library; } in getLibrary()
65 eglw::DefaultLibrary m_library; member in tcu::Android::NativeDisplay
194 : m_library ("libvulkan.so") in VulkanLibrary()
195 , m_driver (m_library) in VulkanLibrary()
205 const tcu::DynamicFunctionLibrary m_library; member in tcu::Android::VulkanLibrary
DtcuAndroidInternals.hpp141 de::DynamicLibrary m_library; member in tcu::Android::internal::LibUI
/external/deqp/framework/platform/wayland/
DtcuWaylandVulkanPlatform.cpp85 : m_library ("libvulkan.so.1") in VulkanLibrary()
86 , m_driver (m_library) in VulkanLibrary()
96 const DynamicFunctionLibrary m_library; member in tcu::wayland::VulkanLibrary
DtcuWaylandEglPlatform.cpp65 , m_library ("libEGL.so") {} in Display()
71 const eglw::Library& getLibrary (void) const { return m_library; } in getLibrary()
76 eglw::DefaultLibrary m_library; member in tcu::wayland::egl::Display
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp54 : m_library(path) in GLFunctionLoader()
60 return m_library.getFunction(name); in get()
64 de::DynamicLibrary m_library; member in tcu::__anon36835d200111::GLFunctionLoader
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp47 return m_library; in getLibrary()
51 eglw::FuncPtrLibrary m_library; member in tcu::null::NullEGLDisplay
/external/deqp/framework/egl/
DegluGLFunctionLoader.cpp34 , m_library (library) in GLFunctionLoader()
40 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name); in get()
DegluGLFunctionLoader.hpp57 …const tcu::FunctionLibrary* const m_library; //!< Base platform library for functions. Used if e… member in eglu::GLFunctionLoader
DegluGLContextFactory.cpp114 : m_library(library) in DynamicFuncLoader()
120 return (glw::GenericFuncType)m_library->getFunction(name); in get()
124 de::DynamicLibrary* m_library; member in eglu::__anon100ec97c0111::DynamicFuncLoader
/external/deqp/framework/platform/X11/
DtcuX11VulkanPlatform.cpp132 : m_library ("libvulkan.so.1") in VulkanLibrary()
133 , m_driver (m_library) in VulkanLibrary()
143 const DynamicFunctionLibrary m_library; member in tcu::x11::VulkanLibrary
DtcuX11EglPlatform.cpp115 const eglw::Library& getLibrary (void) const { return m_library; } in getLibrary()
120 Library m_library; member in tcu::x11::egl::Display
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp42 m_library( LoadLibrary( TEXT( "dnssd.dll" ) ) ) in DLLStub()
50 if ( m_library != NULL ) in ~DLLStub()
52 FreeLibrary( m_library ); in ~DLLStub()
53 m_library = NULL; in ~DLLStub()
63 if ( m_instance && m_instance->m_library ) in GetProcAddress()
71 *func = ::GetProcAddress( m_instance->m_library, lpProcName ); in GetProcAddress()
DDLLStub.h48 HMODULE m_library; variable
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp180 const UniquePtr<vk::Library> m_library; member in vkt::TestCaseExecutor
195 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
196 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) in TestCaseExecutor()
198 ? createDebugReportRecorder(m_library->getPlatformInterface(), in TestCaseExecutor()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp983 : m_library (s_platformFunctions, DE_LENGTH_OF_ARRAY(s_platformFunctions)) in NullDriverLibrary()
984 , m_driver (m_library) in NullDriverLibrary()
990 const tcu::StaticFunctionLibrary m_library; member in vk::__anonfb9acbbc0111::NullDriverLibrary