Searched defs:ContextFactory (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java69 // See ContextFactory class definition below
70 setEGLContextFactory(new ContextFactory());
85 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in class:ViEAndroidGLES20
/external/chromium_org/ui/compositor/
H A Dcompositor.h62 class COMPOSITOR_EXPORT ContextFactory { class in namespace:ui
64 virtual ~ContextFactory() {}
135 ui::ContextFactory* context_factory,
139 ui::ContextFactory* context_factory() { return context_factory_; }
279 ui::ContextFactory* context_factory_;
/external/clang/lib/Analysis/
H A DThreadSafety.cpp970 Context::Factory ContextFactory; member in class:LocalVariableMap
1009 Context getEmptyContext() { return ContextFactory.getEmptyMap(); }
1083 Context NewCtx = ContextFactory.add(Ctx, D, newID);
1091 Context NewCtx = ContextFactory.add(Ctx, D, newID);
1101 Context NewCtx = ContextFactory.remove(Ctx, D);
1102 NewCtx = ContextFactory.add(NewCtx, D, newID);
1114 NewCtx = ContextFactory.remove(NewCtx, D);
1115 NewCtx = ContextFactory.add(NewCtx, D, 0);
1124 NewCtx = ContextFactory.remove(NewCtx, D);
/external/deqp/framework/opengl/
H A DgluContextFactory.cpp29 ContextFactory::ContextFactory (const std::string& name, const std::string& description) function in class:glu::ContextFactory
34 ContextFactory::~ContextFactory (void)
H A DgluContextFactory.hpp45 class ContextFactory : public tcu::FactoryBase class in namespace:glu
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;
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh62 class ContextFactory : public glu::ContextFactory class in namespace:tcu::ios
65 ContextFactory (ScreenManager* screenManager);
66 ~ContextFactory (void);

Completed in 303 milliseconds