OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLContextFactory
(Results
1 - 6
of
6
) sorted by null
/external/deqp/framework/egl/
egluGLContextFactory.hpp
46
class
GLContextFactory
: public glu::ContextFactory
49
GLContextFactory
(const NativeDisplayFactoryRegistry& displayFactoryRegistry);
egluGLContextFactory.cpp
733
GLContextFactory
::
GLContextFactory
(const NativeDisplayFactoryRegistry& displayFactoryRegistry)
769
glu::RenderContext*
GLContextFactory
::createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const
/external/deqp/framework/platform/win32/
tcuWin32Platform.cpp
69
m_contextFactoryRegistry.registerFactory(new eglu::
GLContextFactory
(m_nativeDisplayFactoryRegistry));
/external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp
180
m_contextFactoryRegistry.registerFactory(new eglu::
GLContextFactory
(m_nativeDisplayFactoryRegistry));
/external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp
40
using eglu::
GLContextFactory
;
251
return MovePtr<ContextFactory>(new
GLContextFactory
(m_nativeDisplayFactoryRegistry));
/external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp
176
m_contextFactoryRegistry.registerFactory(new eglu::
GLContextFactory
(m_nativeDisplayFactoryRegistry));
Completed in 1116 milliseconds