Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp427 : 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()
DtcuWGL.hpp222 const Core* m_core; member in tcu::wgl::Context