HomeSort by relevance Sort by last modified time
    Searched defs:ContextFactory (Results 1 - 9 of 9) sorted by null

  /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 ---------------------------------------------------===//
21 /** \class ContextFactory
22 * \brief ContextFactory avoids the duplicated LDContext of the same file.
28 * ContextFactory is the guard to prevent redundant opening. MCLinker does not
29 * create LDContext directly. Instead, it creates LDContext by ContextFactory.
30 * ContextFactory returns the identical reference of LDContext if it's openend.
35 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>
38 explicit ContextFactory(size_t pNum);
39 ~ContextFactory();
  /external/chromium_org/ui/compositor/
compositor.h 65 class COMPOSITOR_EXPORT ContextFactory {
67 virtual ~ContextFactory() {}
70 static ContextFactory* GetInstance();
75 static void SetInstance(ContextFactory* instance);
109 class COMPOSITOR_EXPORT DefaultContextFactory : public ContextFactory {
114 // ContextFactory implementation
148 class COMPOSITOR_EXPORT TestContextFactory : public ContextFactory {
153 // ContextFactory implementation
299 // Set up the compositor ContextFactory for a test environment. Unit tests
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 55 * See ContextFactory class definition below.
93 * See ContextFactory class definition below
95 setEGLContextFactory(new ContextFactory());
110 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 71 setEGLContextFactory(new ContextFactory());
78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 71 setEGLContextFactory(new ContextFactory());
78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 74 setEGLContextFactory(new ContextFactory());
81 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 80 * See ContextFactory class definition below
82 setEGLContextFactory(new ContextFactory());
100 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]

Completed in 2782 milliseconds