HomeSort by relevance Sort by last modified time
    Searched refs:m_core (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/platform/win32/
tcuWGL.hpp 204 const Core* m_core; member in class:tcu::wgl::Context
tcuWGL.cpp 354 : m_core (core)
427 const Functions& wgl = m_core->getLibrary()->getFunctions();
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name);
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name);
449 const Functions& wgl = m_core->getLibrary()->getFunctions();

Completed in 230 milliseconds