Home
last modified time | relevance | path

Searched refs:createContextFactory (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxPlatform.cpp80 m_glPlatform.registerFactory(x11::glx::createContextFactory(m_eventState)); in LinuxPlatform()
83 m_glPlatform.registerFactory(m_eglPlatform.createContextFactory()); in LinuxPlatform()
DtcuLnxEglPlatform.hpp44 de::MovePtr<glu::ContextFactory> createContextFactory (void);
DtcuLnxEglPlatform.cpp55 de::MovePtr<glu::ContextFactory> Platform::createContextFactory (void) in createContextFactory() function in tcu::lnx::egl::Platform
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.hpp39 de::MovePtr<glu::ContextFactory> createContextFactory (EventState& eventState);
DtcuLnxX11GlxPlatform.cpp806 MovePtr<ContextFactory> createContextFactory (EventState& eventState) in createContextFactory() function