/external/deqp/framework/delibs/decpp/ |
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/egl/ |
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::__anon9978::DynamicFuncLoader
|
/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/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/framework/platform/osx/ |
tcuOSXPlatform.cpp | 54 : m_library(path) 60 return m_library.getFunction(name); 64 de::DynamicLibrary m_library; member in class:tcu::__anon10035::GLFunctionLoader
|
/external/deqp/framework/platform/win32/ |
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
|
tcuWGL.hpp | 168 const Library* getLibrary (void) const { return m_library; } 174 Library* m_library; member in class:tcu::wgl::Core
|
tcuWin32EGLNativeDisplayFactory.cpp | 74 const eglw::Library& getLibrary (void) const { return m_library; } 80 eglw::DefaultLibrary m_library; member in class:tcu::win32::__anon10039::NativeDisplay 142 , m_library ("libEGL.dll")
|
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...] |
/external/deqp/framework/platform/android/ |
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/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::__anon9715::NullDriverLibrary
|