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

  /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;
  /frameworks/compile/mclinker/lib/MC/
ContextFactory.cpp 1 //===- ContextFactory.cpp -------------------------------------------------===//
9 #include "mcld/MC/ContextFactory.h"
17 ContextFactory::ContextFactory(size_t pNum)
21 ContextFactory::~ContextFactory() {
24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) {
34 LDContext* ContextFactory::produce(const char* pPath) {
38 LDContext* ContextFactory::produce() {
  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 1 //===- ContextFactory.h ---------------------------------------------------===//
17 /** \class ContextFactory
18 * \brief ContextFactory avoids the duplicated LDContext of the same file.
24 * ContextFactory is the guard to prevent redundant opening. MCLinker does not
25 * create LDContext directly. Instead, it creates LDContext by ContextFactory.
26 * ContextFactory returns the identical reference of LDContext if it's openend.
31 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0> {
33 explicit ContextFactory(size_t pNum);
34 ~ContextFactory();
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.hpp 35 class ContextFactory : public glu::ContextFactory
38 ContextFactory (HINSTANCE instance);
tcuWGLContextFactory.cpp 156 ContextFactory::ContextFactory (HINSTANCE instance)
157 : glu::ContextFactory ("wgl", "Windows WGL OpenGL context")
163 glu::RenderContext* ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
  /frameworks/base/libs/hwui/tests/macrobench/
TestSceneRunner.cpp 34 class ContextFactory : public IContextFactory {
84 ContextFactory factory;
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 62 class ContextFactory : public glu::ContextFactory
65 ContextFactory (ScreenManager* screenManager);
66 ~ContextFactory (void);
  /frameworks/base/libs/hwui/utils/
TestWindowContext.cpp 37 class ContextFactory : public android::uirenderer::IContextFactory {
80 ContextFactory factory;
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.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 {
  /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 {
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 70 // See ContextFactory class definition below
71 setEGLContextFactory(new ContextFactory());
86 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/base/core/jni/
android_view_Surface.cpp 494 class ContextFactory : public IContextFactory {
504 ContextFactory factory;
  /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 {
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 297 milliseconds