Searched refs:m_library (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeDynamicLibrary.cpp33 : m_library(DE_NULL)
35 m_library = deDynamicLibrary_open(fileName);
36 if (!m_library)
42 deDynamicLibrary_close(m_library);
H A DdeDynamicLibrary.hpp41 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/
H A DegluGLFunctionLoader.cpp31 : m_library(library)
37 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name);
H A DegluGLFunctionLoader.hpp43 const tcu::FunctionLibrary* const m_library; //!< Base platform library for functions. Used if eglGetProcAddress() fails. member in class:eglu::GLFunctionLoader::tcu
H A DegluGLContextFactory.cpp118 : m_library(library)
124 return (glw::GenericFuncType)m_library->getFunction(name);
128 de::DynamicLibrary* m_library; member in class:eglu::__anon19726::DynamicFuncLoader
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp54 : m_library(path)
60 return m_library.getFunction(name);
64 de::DynamicLibrary m_library; member in class:tcu::__anon19771::GLFunctionLoader
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp178 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...]
H A DtcuWGL.hpp168 const Library* getLibrary (void) const { return m_library; }
174 Library* m_library; member in class:tcu::wgl::Core

Completed in 131 milliseconds