Searched refs:m_core (Results 1 – 2 of 2) sorted by relevance
408 : m_core (core) in Context()532 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context()543 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()547 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction()554 const Functions& wgl = m_core->getLibrary()->getFunctions(); in makeCurrent()561 const Functions& wgl = m_core->getLibrary()->getFunctions(); in swapBuffers()
218 const Core* m_core; member in tcu::wgl::Context