Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluPlatform.hpp64 …const ContextFactoryRegistry& getContextFactoryRegistry (void) const { return m_contextFactoryReg… in getContextFactoryRegistry()
69 ContextFactoryRegistry m_contextFactoryRegistry;
DgluContextFactory.hpp72 typedef tcu::FactoryRegistry<ContextFactory> ContextFactoryRegistry; typedef
DgluRenderContext.cpp135 const ContextFactoryRegistry& registry = platform.getGLPlatform().getContextFactoryRegistry(); in createRenderContext()