Home
last modified time | relevance | path

Searched refs:m_library (Results 1 – 18 of 18) 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::__anon94a3d8060111::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/X11/
DtcuX11Platform.cpp60 : m_library ("libvulkan.so.1") in VulkanLibrary()
61 , m_driver (m_library) in VulkanLibrary()
71 const tcu::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/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::__anon30a5806c0111::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::__anon5f76d0480111::DynamicFuncLoader
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp170 const UniquePtr<vk::Library> m_library; member in vkt::TestCaseExecutor
185 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
186 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) in TestCaseExecutor()
188 ? createDebugReportRecorder(m_library->getPlatformInterface(), in TestCaseExecutor()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp695 : m_library (s_platformFunctions, DE_LENGTH_OF_ARRAY(s_platformFunctions)) in NullDriverLibrary()
696 , m_driver (m_library) in NullDriverLibrary()
702 const tcu::StaticFunctionLibrary m_library; member in vk::__anonea80c7880111::NullDriverLibrary