HomeSort by relevance Sort by last modified time
    Searched refs:m_library (Results 1 - 18 of 18) sorted by null

  /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/null/
tcuNullPlatform.cpp 47 return m_library;
51 eglw::FuncPtrLibrary m_library; member in class:tcu::null::NullEGLDisplay
  /external/deqp/framework/platform/X11/
tcuX11Platform.cpp 60 : m_library ("libvulkan.so.1")
61 , m_driver (m_library)
71 const tcu::DynamicFunctionLibrary m_library; member in class:tcu::x11::VulkanLibrary
tcuX11EglPlatform.cpp 115 const eglw::Library& getLibrary (void) const { return m_library; }
120 Library m_library; member in class:tcu::x11::egl::Display
  /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::__anon9116::DynamicFuncLoader
  /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...]
tcuWGL.hpp 168 const Library* getLibrary (void) const { return m_library; }
174 Library* m_library; member in class:tcu::wgl::Core
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::__anon9177::NativeDisplay
142 , m_library ("libEGL.dll")
  /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::__anon9173::GLFunctionLoader
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp 170 const UniquePtr<vk::Library> m_library; member in class:vkt::TestCaseExecutor
185 , m_library (createLibrary(testCtx))
186 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection)
188 ? createDebugReportRecorder(m_library->getPlatformInterface(),
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 695 : m_library (s_platformFunctions, DE_LENGTH_OF_ARRAY(s_platformFunctions))
696 , m_driver (m_library)
702 const tcu::StaticFunctionLibrary m_library; member in class:vk::__anon8853::NullDriverLibrary

Completed in 327 milliseconds