HomeSort by relevance Sort by last modified time
    Searched refs:ContextFactory (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/deqp/framework/opengl/
gluContextFactory.cpp 29 ContextFactory::ContextFactory (const std::string& name, const std::string& description)
34 ContextFactory::~ContextFactory (void)
gluContextFactory.hpp 45 class ContextFactory : public tcu::FactoryBase
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;
gluES3PlusWrapperContext.hpp 38 class ContextFactory;
54 ES3PlusWrapperContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine);
  /external/chromium_org/ui/compositor/test/
context_factories_for_test.h 7 class ContextFactory;
9 // Set up the compositor ContextFactory for a test environment. Unit tests
17 ui::ContextFactory* InitializeContextFactoryForTests(bool enable_pixel_output);
test_compositor_host.h 15 class ContextFactory;
23 ui::ContextFactory* context_factory);
context_factories_for_test.cc 16 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/
context_factory.h 11 class ContextFactory;
16 // Returns the singleton ContextFactory used by content. The return value is
18 CONTENT_EXPORT ui::ContextFactory* GetContextFactory();
  /external/chromium_org/chrome/test/base/
view_event_test_platform_part.h 12 class ContextFactory;
25 static ViewEventTestPlatformPart* Create(ui::ContextFactory* context_factory);
view_event_test_platform_part_ash.cc 18 explicit ViewEventTestPlatformPartAsh(ui::ContextFactory* context_factory);
33 ui::ContextFactory* context_factory) {
50 ui::ContextFactory* context_factory) {
  /external/chromium_org/mojo/aura/
aura_init.h 11 class ContextFactory;
25 scoped_ptr<ui::ContextFactory> context_factory_;
  /external/chromium_org/content/browser/
context_factory.cc 11 ui::ContextFactory* GetContextFactory() {
  /frameworks/compile/mclinker/lib/MC/
ContextFactory.cpp 1 //===- ContextFactory.cpp -------------------------------------------------===//
10 #include <mcld/MC/ContextFactory.h>
16 ContextFactory::ContextFactory(size_t pNum)
21 ContextFactory::~ContextFactory()
25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath)
36 LDContext* ContextFactory::produce()
  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 1 //===- ContextFactory.h ---------------------------------------------------===//
18 /** \class ContextFactory
19 * \brief ContextFactory avoids the duplicated LDContext of the same file.
25 * ContextFactory is the guard to prevent redundant opening. MCLinker does not
26 * create LDContext directly. Instead, it creates LDContext by ContextFactory.
27 * ContextFactory returns the identical reference of LDContext if it's openend.
32 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>
35 explicit ContextFactory(size_t pNum);
36 ~ContextFactory();
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.hpp 37 de::MovePtr<glu::ContextFactory> createContextFactory (EventState& eventState);
tcuX11EglPlatform.hpp 44 de::MovePtr<glu::ContextFactory> createContextFactory (void);
  /external/chromium_org/ash/
shell_init_params.h 17 class ContextFactory;
30 ui::ContextFactory* context_factory;
  /external/chromium_org/content/browser/renderer_host/test/
no_transport_image_transport_factory_android.h 17 class ContextFactory;
34 scoped_ptr<ui::ContextFactory> context_factory_;
  /external/chromium_org/ui/views/test/
views_test_helper.h 15 class ContextFactory;
29 ui::ContextFactory* context_factory);
views_test_helper_aura.h 32 ui::ContextFactory* context_factory);
41 ui::ContextFactory* context_factory_;
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 32 class NullContextFactory : public glu::ContextFactory
36 : glu::ContextFactory("null", "Null Render Context")
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 9 #include <mcld/MC/ContextFactory.h>
45 ContextFactory *contextFactory = new ContextFactory(10);
46 contextFactory->produce("/");
47 contextFactory->produce("ab/c");
48 ASSERT_TRUE( 2 == contextFactory->size());
49 delete contextFactory;
53 ContextFactory *contextFactory = new ContextFactory(10)
    [all...]
InputTreeTest.h 13 #include <mcld/MC/ContextFactory.h>
51 mcld::ContextFactory m_ContextFactory;
  /external/chromium_org/athena/test/
athena_test_helper.h 18 class ContextFactory;
47 void SetUp(ui::ContextFactory* context_factory);
  /external/chromium_org/content/browser/compositor/
image_transport_factory.h 25 class ContextFactory;
72 virtual ui::ContextFactory* GetContextFactory() = 0;
  /external/chromium_org/ui/aura/
env.h 17 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 998 milliseconds

1 2 3 4