Searched refs:ContextFactory (Results 1 - 25 of 81) sorted by relevance

1234

/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;
H A DgluES3PlusWrapperContext.hpp38 class ContextFactory;
54 ES3PlusWrapperContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine);
/external/chromium_org/ui/compositor/test/
H A Dcontext_factories_for_test.h7 class ContextFactory;
9 // Set up the compositor ContextFactory for a test environment. Unit tests
17 ui::ContextFactory* InitializeContextFactoryForTests(bool enable_pixel_output);
H A Dtest_compositor_host.h15 class ContextFactory;
23 ui::ContextFactory* context_factory);
H A Dcontext_factories_for_test.cc16 static ui::ContextFactory* g_implicit_factory = NULL;
24 ui::ContextFactory* InitializeContextFactoryForTests(bool enable_pixel_output) {
26 "ContextFactory for tests already initialized.";
H A Dtest_compositor_host_ozone.cc22 ui::ContextFactory* context_factory);
34 ui::ContextFactory* context_factory_;
43 ui::ContextFactory* context_factory)
75 ui::ContextFactory* context_factory) {
/external/chromium_org/content/public/browser/
H A Dcontext_factory.h11 class ContextFactory;
16 // Returns the singleton ContextFactory used by content. The return value is
18 CONTENT_EXPORT ui::ContextFactory* GetContextFactory();
/external/chromium_org/content/browser/
H A Dcontext_factory.cc11 ui::ContextFactory* GetContextFactory() {
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.hpp37 de::MovePtr<glu::ContextFactory> createContextFactory (EventState& eventState);
H A DtcuX11EglPlatform.hpp44 de::MovePtr<glu::ContextFactory> createContextFactory (void);
/external/chromium_org/ash/
H A Dshell_init_params.h17 class ContextFactory;
30 ui::ContextFactory* context_factory;
/external/chromium_org/chrome/test/base/
H A Dview_event_test_platform_part.h12 class ContextFactory;
25 static ViewEventTestPlatformPart* Create(ui::ContextFactory* context_factory);
H A Dview_event_test_platform_part_ash.cc18 explicit ViewEventTestPlatformPartAsh(ui::ContextFactory* context_factory);
33 ui::ContextFactory* context_factory) {
50 ui::ContextFactory* context_factory) {
/external/chromium_org/mojo/aura/
H A Daura_init.h11 class ContextFactory;
25 scoped_ptr<ui::ContextFactory> context_factory_;
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.cpp32 class NullContextFactory : public glu::ContextFactory
36 : glu::ContextFactory("null", "Null Render Context")
/external/chromium_org/ui/views/test/
H A Dviews_test_helper.h15 class ContextFactory;
29 ui::ContextFactory* context_factory);
H A Dviews_test_helper_aura.cc16 ui::ContextFactory* context_factory) {
21 ui::ContextFactory* context_factory)
H A Dviews_test_helper_aura.h32 ui::ContextFactory* context_factory);
41 ui::ContextFactory* context_factory_;
/external/chromium_org/content/browser/renderer_host/test/
H A Dno_transport_image_transport_factory_android.h17 class ContextFactory;
34 scoped_ptr<ui::ContextFactory> context_factory_;
/external/deqp/framework/egl/
H A DegluGLContextFactory.hpp46 class GLContextFactory : public glu::ContextFactory
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.hpp33 class WGLContextFactory : public glu::ContextFactory
/external/chromium_org/athena/test/
H A Dathena_test_helper.h18 class ContextFactory;
47 void SetUp(ui::ContextFactory* context_factory);
/external/chromium_org/content/browser/compositor/
H A Dimage_transport_factory.h25 class ContextFactory;
72 virtual ui::ContextFactory* GetContextFactory() = 0;
/external/chromium_org/content/browser/compositor/test/
H A Dno_transport_image_transport_factory.h25 virtual ui::ContextFactory* GetContextFactory() OVERRIDE;
38 scoped_ptr<ui::ContextFactory> context_factory_;

Completed in 7460 milliseconds

1234