Home
last modified time | relevance | path

Searched refs:ContextFactory (Results 1 – 18 of 18) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DContextFactory.cpp17 ContextFactory::ContextFactory(size_t pNum) in ContextFactory() function in mcld::ContextFactory
21 ContextFactory::~ContextFactory() { in ~ContextFactory()
24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) { in produce()
34 LDContext* ContextFactory::produce(const char* pPath) { in produce()
38 LDContext* ContextFactory::produce() { in produce()
DInputBuilder.cpp27 m_pContextFactory = new ContextFactory(MCLD_NUM_OF_INPUTS); in InputBuilder()
33 ContextFactory& pContextFactory, in InputBuilder()
DAndroid.bp18 "ContextFactory.cpp",
/frameworks/compile/mclinker/unittests/
DUniqueGCFactoryBaseTest.cpp40 ContextFactory* contextFactory = new ContextFactory(10); in TEST_F()
48 ContextFactory* contextFactory = new ContextFactory(10); in TEST_F()
58 ContextFactory* contextFactory = new ContextFactory(10); in TEST_F()
DInputTreeTest.h50 mcld::ContextFactory m_ContextFactory;
/frameworks/compile/mclinker/include/mcld/MC/
DContextFactory.h31 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0> {
33 explicit ContextFactory(size_t pNum);
34 ~ContextFactory();
DInputBuilder.h22 class ContextFactory; variable
38 ContextFactory& pContextFactory,
89 ContextFactory* m_pContextFactory;
DFileAction.h16 class ContextFactory; variable
/frameworks/base/libs/hwui/tests/unit/
DCanvasContextTests.cpp29 class ContextFactory : public IContextFactory { class
38 ContextFactory contextFactory; in RENDERTHREAD_TEST()
57 ContextFactory contextFactory; in RENDERTHREAD_TEST()
DRenderNodeTests.cpp33 class ContextFactory : public android::uirenderer::IContextFactory { class
274 ContextFactory contextFactory; in RENDERTHREAD_TEST()
310 ContextFactory contextFactory; in RENDERTHREAD_TEST()
DSkiaDisplayListTests.cpp159 class ContextFactory : public IContextFactory { class
168 ContextFactory contextFactory; in RENDERTHREAD_TEST()
227 ContextFactory contextFactory; in RENDERTHREAD_TEST()
DRenderNodeDrawableTests.cpp230 class ContextFactory : public IContextFactory { class
338 ContextFactory contextFactory; in RENDERTHREAD_TEST()
402 ContextFactory contextFactory; in RENDERTHREAD_TEST()
522 ContextFactory contextFactory; in RENDERTHREAD_TEST()
622 ContextFactory contextFactory; in RENDERTHREAD_TEST()
638 ContextFactory contextFactory; in drawNode()
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp50 class ContextFactory : public IContextFactory { class
125 ContextFactory factory; in doRun()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java74 setEGLContextFactory(new ContextFactory()); in init()
81 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in GLDualGL2View
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java71 setEGLContextFactory(new ContextFactory()); in init()
78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in GL2JNIView
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java71 setEGLContextFactory(new ContextFactory()); in init()
78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in GLPerfView
/frameworks/native/libs/renderengine/skia/compat/
DGraphiteGpuContext.cpp46 skgpu::graphite::ContextFactory::MakeVulkan(vulkanBackendContext, graphiteOptions())); in MakeVulkan_Graphite()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp717 class ContextFactory : public IContextFactory { class
763 ContextFactory factory; in android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode()