Home
last modified time | relevance | path

Searched refs:m_staticLib (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwLibrary.cpp69 : m_staticLib (createStaticLibrary()) in CoreLoader()
74 m_getProcAddress = (eglGetProcAddressFunc)m_staticLib->getFunction("eglGetProcAddress"); in CoreLoader()
82 delete m_staticLib; in ~CoreLoader()
89 res = (GenericFuncType)m_staticLib->getFunction(name); in get()
101 tcu::FunctionLibrary* const m_staticLib; member in eglw::__anon4b6f8c5c0111::CoreLoader