Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp408 : 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()
DtcuWGL.hpp218 const Core* m_core; member in tcu::wgl::Context