HomeSort by relevance Sort by last modified time
    Searched full:m_library (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/framework/delibs/debase/
CMakeLists.txt 40 find_library(M_LIBRARY NAMES m PATHS /usr/lib /lib)
42 target_link_libraries(debase ${C_LIBRARY} ${M_LIBRARY} ${LOG_LIBRARY} gcc)
  /external/deqp/framework/delibs/decpp/
deDynamicLibrary.cpp 33 : m_library(DE_NULL)
35 m_library = deDynamicLibrary_open(fileName);
36 if (!m_library)
42 deDynamicLibrary_close(m_library);
deDynamicLibrary.hpp 41 deFunctionPtr getFunction (const char* name) const { return deDynamicLibrary_getFunction(m_library, name); }
47 deDynamicLibrary* m_library; member in class:de::DynamicLibrary
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 47 : m_library ("libui.so")
51 setFuncPtr(gb.constructor, m_library, "_ZN7android13GraphicBufferC1Ejjij");
52 setFuncPtr(gb.destructor, m_library, "_ZN7android13GraphicBufferD1Ev");
53 setFuncPtr(gb.getNativeBuffer, m_library, "_ZNK7android13GraphicBuffer15getNativeBufferEv");
54 setFuncPtr(gb.lock, m_library, "_ZN7android13GraphicBuffer4lockEjPPv");
55 setFuncPtr(gb.unlock, m_library, "_ZN7android13GraphicBuffer6unlockEv");
56 setFuncPtr(gb.initCheck, m_library, "_ZNK7android13GraphicBuffer9initCheckEv");
tcuAndroidPlatform.cpp 58 NativeDisplay (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES), m_library("libEGL.so") {}
62 virtual const eglw::Library& getLibrary (void) const { return m_library; }
65 eglw::DefaultLibrary m_library; member in class:tcu::Android::NativeDisplay
194 : m_library ("libvulkan.so")
195 , m_driver (m_library)
205 const tcu::DynamicFunctionLibrary m_library; member in class:tcu::Android::VulkanLibrary
tcuAndroidInternals.hpp 141 de::DynamicLibrary m_library; member in class:tcu::Android::internal::LibUI
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 178 const de::DynamicLibrary& getGLLibrary (void) const { return m_library; }
181 de::DynamicLibrary m_library; member in class:tcu::wgl::Library
186 : m_library("opengl32.dll")
192 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext");
193 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext");
194 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress");
195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent");
196 m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffers");
254 : m_library(new Library(instance))
260 delete m_library;
    [all...]
tcuWin32VulkanPlatform.cpp 91 : m_library ("vulkan-1.dll")
92 , m_driver (m_library)
102 const tcu::DynamicFunctionLibrary m_library; member in class:tcu::win32::VulkanLibrary
tcuWin32EGLNativeDisplayFactory.cpp 74 const eglw::Library& getLibrary (void) const { return m_library; }
80 eglw::DefaultLibrary m_library; member in class:tcu::win32::__anon16987::NativeDisplay
142 , m_library ("libEGL.dll")
tcuWGL.hpp 168 const Library* getLibrary (void) const { return m_library; }
174 Library* m_library; member in class:tcu::wgl::Core
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 34 , m_library (library)
40 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name);
egluGLFunctionLoader.hpp 57 const tcu::FunctionLibrary* const m_library; //!< Base platform library for functions. Used if eglGetProcAddress() fails. member in class:eglu::GLFunctionLoader::tcu
egluGLContextFactory.cpp 114 : m_library(library)
120 return (glw::GenericFuncType)m_library->getFunction(name);
124 de::DynamicLibrary* m_library; member in class:eglu::__anon16925::DynamicFuncLoader
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 47 return m_library;
51 eglw::FuncPtrLibrary m_library; member in class:tcu::null::NullEGLDisplay
  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.h 48 HMODULE m_library; member in class:DLLStub
DLLStub.cpp 42 m_library( LoadLibrary( TEXT( "dnssd.dll" ) ) )
50 if ( m_library != NULL )
52 FreeLibrary( m_library );
53 m_library = NULL;
63 if ( m_instance && m_instance->m_library )
71 *func = ::GetProcAddress( m_instance->m_library, lpProcName );
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 69 , m_library ("libEGL.so") {}
75 const eglw::Library& getLibrary (void) const { return m_library; }
80 eglw::DefaultLibrary m_library; member in class:tcu::lnx::wayland::egl::Display
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 54 : m_library(path)
60 return m_library.getFunction(name);
64 de::DynamicLibrary m_library; member in class:tcu::__anon16983::GLFunctionLoader
  /external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.cpp 183 : m_library ("libvulkan.so.1")
184 , m_driver (m_library)
194 const DynamicFunctionLibrary m_library; member in class:tcu::lnx::VulkanLibrary
  /external/eigen/cmake/
FindPTSCOTCH.cmake 308 set(M_LIBRARY "M_LIBRARY-NOTFOUND")
309 find_library(M_LIBRARY NAMES m)
310 mark_as_advanced(M_LIBRARY)
311 if(M_LIBRARY)
FindScotch.cmake 262 set(M_LIBRARY "M_LIBRARY-NOTFOUND")
263 find_library(M_LIBRARY NAMES m)
264 mark_as_advanced(M_LIBRARY)
265 if(M_LIBRARY)
FindMetis.cmake 209 find_library(M_LIBRARY NAMES m)
210 mark_as_advanced(M_LIBRARY)
211 if(M_LIBRARY)
  /external/libpng/
CMakeLists.txt 47 find_library(M_LIBRARY
51 if(NOT M_LIBRARY)
56 set(M_LIBRARY "")
408 target_link_libraries(png ${ZLIB_LIBRARY} ${M_LIBRARY})
443 target_link_libraries(png_static ${ZLIB_LIBRARY} ${M_LIBRARY})
460 target_link_libraries(png_framework ${ZLIB_LIBRARY} ${M_LIBRARY})
633 target_link_libraries(png-fix-itxt ${ZLIB_LIBRARY} ${M_LIBRARY})
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp 181 const UniquePtr<vk::Library> m_library; member in class:vkt::TestCaseExecutor
196 , m_library (createLibrary(testCtx))
197 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection)
199 ? createDebugReportRecorder(m_library->getPlatformInterface(),
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 119 const eglw::Library& getLibrary (void) const { return m_library; }
124 Library m_library; member in class:tcu::lnx::x11::egl::Display

Completed in 415 milliseconds

1 2