Home
last modified time | relevance | path

Searched refs:ContextFactory (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/framework/opengl/
DgluContextFactory.hpp45 class ContextFactory : public tcu::FactoryBase class
48 ContextFactory (const std::string& name, const std::string& description);
49 virtual ~ContextFactory (void);
67 ContextFactory (const ContextFactory&);
68 ContextFactory& operator= (const ContextFactory&);
71 typedef tcu::FactoryRegistry<ContextFactory> ContextFactoryRegistry;
DgluContextFactory.cpp29 ContextFactory::ContextFactory (const std::string& name, const std::string& description) in ContextFactory() function in glu::ContextFactory
34 ContextFactory::~ContextFactory (void) in ~ContextFactory()
DgluES3PlusWrapperContext.hpp38 class ContextFactory;
54 …ES3PlusWrapperContext (const ContextFactory& factory, const RenderConfig& config, const tcu::Comma…
DgluFboRenderContext.hpp38 class ContextFactory;
48 …FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLi…
DgluRenderContext.cpp125 const ContextFactory* factory = DE_NULL; in createDefaultRenderContext()
148 const ContextFactory* curFactory = registry.getFactoryByIndex(factoryNdx); in createDefaultRenderContext()
DgluFboRenderContext.cpp170 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, cons… in FboRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.hpp35 class ContextFactory : public glu::ContextFactory class
38 ContextFactory (HINSTANCE instance);
DtcuWGLContextFactory.cpp156 ContextFactory::ContextFactory (HINSTANCE instance) in ContextFactory() function in tcu::wgl::ContextFactory
157 : glu::ContextFactory ("wgl", "Windows WGL OpenGL context") in ContextFactory()
163 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::Comm… in createContext()
DtcuWin32Platform.cpp42 wgl::ContextFactory* factory = DE_NULL; in Platform()
46 factory = new wgl::ContextFactory(m_instance); in Platform()
DtcuWin32GLES3Platform.cpp144 class Win32GLES3ContextFactory : public glu::ContextFactory
158 : glu::ContextFactory ("gles3_wrapper", "GLES3 Wrapper Context") in Win32GLES3ContextFactory()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh62 class ContextFactory : public glu::ContextFactory class
65 ContextFactory (ScreenManager* screenManager);
66 ~ContextFactory (void);
DtcuIOSPlatform.mm62 // 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/lnx/
DtcuLnxEglPlatform.cpp55 de::MovePtr<glu::ContextFactory> Platform::createContextFactory (void) in createContextFactory()
57 …return de::MovePtr<glu::ContextFactory>(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)… in createContextFactory()
DtcuLnxEglPlatform.hpp44 de::MovePtr<glu::ContextFactory> createContextFactory (void);
DtcuLnxPlatform.cpp48 void registerFactory (de::MovePtr<glu::ContextFactory> factory) in registerFactory()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp175 class CGLContextFactory : public glu::ContextFactory
179 : glu::ContextFactory("cgl", "CGL Context (surfaceless, use fbo)") in CGLContextFactory()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.hpp39 de::MovePtr<glu::ContextFactory> createContextFactory (EventState& eventState);
DtcuLnxX11GlxPlatform.cpp49 using glu::ContextFactory;
75 class GlxContextFactory : public glu::ContextFactory
200 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context") in GlxContextFactory()
679 MovePtr<ContextFactory> createContextFactory (EventState& eventState) in createContextFactory()
681 return MovePtr<ContextFactory>(new GlxContextFactory(eventState)); in createContextFactory()
DtcuLnxX11EglDisplayFactory.cpp63 using glu::ContextFactory;
/external/deqp/framework/platform/null/
DtcuNullContextFactory.hpp34 class NullGLContextFactory : public glu::ContextFactory
DtcuNullContextFactory.cpp33 : glu::ContextFactory("null", "Null Render Context") in NullGLContextFactory()
/external/deqp/framework/egl/
DegluGLContextFactory.hpp46 class GLContextFactory : public glu::ContextFactory
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java71 setEGLContextFactory(new ContextFactory()); in init()
86 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in ViEAndroidGLES20
/external/clang/lib/Analysis/
DThreadSafety.cpp376 Context::Factory ContextFactory; member in __anonfa9368920811::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/
DtcuLnxWaylandEglDisplayFactory.cpp47 using glu::ContextFactory;

12