/external/deqp/framework/opengl/ |
D | gluContextFactory.hpp | 45 class ContextFactory : public tcu::FactoryBase class 48 ContextFactory (const std::string& name, const std::string& description); 49 virtual ~ContextFactory (void); 68 ContextFactory (const ContextFactory&); 69 ContextFactory& operator= (const ContextFactory&); 72 typedef tcu::FactoryRegistry<ContextFactory> ContextFactoryRegistry;
|
D | gluContextFactory.cpp | 29 ContextFactory::ContextFactory (const std::string& name, const std::string& description) in ContextFactory() function in glu::ContextFactory 34 ContextFactory::~ContextFactory (void) in ~ContextFactory()
|
D | gluFboRenderContext.hpp | 38 class ContextFactory; 48 …FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLi…
|
D | gluRenderContext.cpp | 137 const ContextFactory* factory = DE_NULL; in createRenderContext() 153 const ContextFactory* curFactory = registry.getFactoryByIndex(factoryNdx); in createRenderContext()
|
D | gluFboRenderContext.cpp | 170 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, cons… in FboRenderContext()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.hh | 62 class ContextFactory : public glu::ContextFactory class 65 ContextFactory (ScreenManager* screenManager); 66 ~ContextFactory (void);
|
D | tcuIOSPlatform.mm | 62 // ContextFactory 64 ContextFactory::ContextFactory (ScreenManager* screenManager) 65 : glu::ContextFactory ("eagl", "iOS EAGL Context") 70 ContextFactory::~ContextFactory (void) 74 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::Comm… 98 m_contextFactoryRegistry.registerFactory(new ContextFactory(screenManager));
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.hpp | 35 class ContextFactory : public glu::ContextFactory class 38 ContextFactory (HINSTANCE instance);
|
D | tcuWGLContextFactory.cpp | 174 ContextFactory::ContextFactory (HINSTANCE instance) in ContextFactory() function in tcu::wgl::ContextFactory 175 : glu::ContextFactory ("wgl", "Windows WGL OpenGL context") in ContextFactory() 181 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::Com… in createContext()
|
D | tcuWin32Platform.cpp | 42 wgl::ContextFactory* factory = DE_NULL; in Platform() 46 factory = new wgl::ContextFactory(m_instance); in Platform()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 198 class ContextFactory : public glu::ContextFactory class 201 ContextFactory (void); 228 m_contextFactoryRegistry.registerFactory(new ContextFactory()); in Platform() 231 ContextFactory::ContextFactory() in ContextFactory() function in tcu::surfaceless::ContextFactory 232 : glu::ContextFactory("default", "EGL surfaceless context") in ContextFactory() 235 glu::RenderContext* ContextFactory::createContext(const glu::RenderConfig& config, const tcu::Comma… in createContext()
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxEglPlatform.cpp | 55 de::MovePtr<glu::ContextFactory> Platform::createContextFactory (void) in createContextFactory() 57 …return de::MovePtr<glu::ContextFactory>(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)… in createContextFactory()
|
D | tcuLnxEglPlatform.hpp | 44 de::MovePtr<glu::ContextFactory> createContextFactory (void);
|
D | tcuLnxPlatform.cpp | 52 void registerFactory (de::MovePtr<glu::ContextFactory> factory) in registerFactory()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 69 class CGLContextFactory : public glu::ContextFactory 73 : glu::ContextFactory("cgl", "CGL Context (surfaceless, use fbo)") in CGLContextFactory()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 54 using glu::ContextFactory; 80 class GlxContextFactory : public glu::ContextFactory 212 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context") in GlxContextFactory() 771 MovePtr<ContextFactory> createContextFactory (EventState& eventState) in createContextFactory() 773 return MovePtr<ContextFactory>(new GlxContextFactory(eventState)); in createContextFactory()
|
D | tcuLnxX11GlxPlatform.hpp | 39 de::MovePtr<glu::ContextFactory> createContextFactory (EventState& eventState);
|
D | tcuLnxX11EglDisplayFactory.cpp | 63 using glu::ContextFactory;
|
/external/deqp/framework/platform/null/ |
D | tcuNullContextFactory.hpp | 34 class NullGLContextFactory : public glu::ContextFactory
|
D | tcuNullContextFactory.cpp | 33 : glu::ContextFactory("null", "Null Render Context") in NullGLContextFactory()
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.hpp | 48 class GLContextFactory : public glu::ContextFactory
|
D | egluGLContextFactory.cpp | 593 : glu::ContextFactory ("egl", "EGL OpenGL Context") in GLContextFactory()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 71 setEGLContextFactory(new ContextFactory()); in init() 86 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in ViEAndroidGLES20
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 376 Context::Factory ContextFactory; member in __anon4f66b6dc0811::LocalVariableMap 415 Context getEmptyContext() { return ContextFactory.getEmptyMap(); } in getEmptyContext() 489 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition() 497 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference() 507 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition() 508 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition() 520 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition() 521 NewCtx = ContextFactory.add(NewCtx, D, 0); in clearDefinition() 530 NewCtx = ContextFactory.remove(NewCtx, D); in removeDefinition()
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 47 using glu::ContextFactory;
|