OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contextfactoryregistry
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/opengl/
gluPlatform.hpp
64
const
ContextFactoryRegistry
& getContextFactoryRegistry (void) const { return m_contextFactoryRegistry; }
69
ContextFactoryRegistry
m_contextFactoryRegistry;
gluContextFactory.hpp
71
typedef tcu::FactoryRegistry<ContextFactory>
ContextFactoryRegistry
;
gluRenderContext.cpp
122
const
ContextFactoryRegistry
& registry = platform.getGLPlatform().getContextFactoryRegistry();
Completed in 746 milliseconds