Searched refs:m_core (Results 1 – 2 of 2) sorted by relevance
427 : m_core (core) in Context()554 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context()565 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()569 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction()576 const Functions& wgl = m_core->getLibrary()->getFunctions(); in makeCurrent()583 const Functions& wgl = m_core->getLibrary()->getFunctions(); in swapBuffers()
222 const Core* m_core; member in tcu::wgl::Context