Searched refs:ContextFactory (Results 1 - 25 of 84) 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);
H A DgluFboRenderContext.hpp38 class ContextFactory;
48 FboRenderContext (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 Dtest_compositor_host_ozone.cc22 ui::ContextFactory* context_factory);
34 ui::ContextFactory* context_factory_;
43 ui::ContextFactory* context_factory)
73 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.";
/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/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.cc12 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/compositor/
H A Dimage_transport_factory.h20 class ContextFactory;
59 scoped_ptr<ui::ContextFactory> test_factory);
68 virtual ui::ContextFactory* GetContextFactory() = 0;
H A Dno_transport_image_transport_factory.h22 scoped_ptr<ui::ContextFactory> context_factory);
26 virtual ui::ContextFactory* GetContextFactory() OVERRIDE;
36 scoped_ptr<ui::ContextFactory> context_factory_;
H A Dno_transport_image_transport_factory.cc15 scoped_ptr<ui::ContextFactory> context_factory)
25 ui::ContextFactory* NoTransportImageTransportFactory::GetContextFactory() {
/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/ui/aura/
H A Denv.h17 class ContextFactory;
64 void set_context_factory(ui::ContextFactory* context_factory) {
67 ui::ContextFactory* context_factory() { return context_factory_; }
105 ui::ContextFactory* context_factory_;

Completed in 405 milliseconds

1234