Home
last modified time | relevance | path

Searched refs:m_wglCore (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWin32GLES3Platform.cpp154 wgl::Core m_wglCore; member in tcu::Win32GLES3ContextFactory
160 , m_wglCore (instance) in Win32GLES3ContextFactory()
171 return new Win32GLES3Context(m_wglCore, m_instance, config); in createContext()
DtcuWGLContextFactory.cpp159 , m_wglCore (instance) in ContextFactory()
165 return new WGLContext(m_instance, m_wglCore, config); in createContext()
DtcuWGLContextFactory.hpp43 Core m_wglCore; member in tcu::wgl::ContextFactory