Searched defs:newContext (Results 1 - 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
H A DJmeDesktopSystem.java193 public JmeContext newContext(AppSettings settings, Type contextType) { method in class:JmeDesktopSystem
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DJmeAndroidSystem.java45 public JmeContext newContext(AppSettings settings, Type contextType) { method in class:JmeAndroidSystem
/external/webkit/Source/WebCore/rendering/
H A DPaintInfo.h52 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, bool newForceBlackText, argument
55 : context(newContext)
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeSystem.java116 public static JmeContext newContext(AppSettings settings, JmeContext.Type contextType) { method in class:JmeSystem
118 return systemDelegate.newContext(settings, contextType);
H A DJmeSystemDelegate.java144 public abstract JmeContext newContext(AppSettings settings, JmeContext.Type contextType); method in class:JmeSystemDelegate
/external/icu4c/test/cintltst/
H A Dtracetst.c224 const void *newContext = (const char *)originalTContext + 1; local
230 utrace_setFunctions(newContext, testTraceEntry, testTraceExit, testTraceData);
235 TEST_ASSERT(context == newContext);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java324 public void setContext(Context newContext) { argument
325 mContext = newContext;
/external/icu4c/common/
H A Dubidi.c2322 const void *newContext, UBiDiClassCallback **oldFn,
2339 pBiDi->coClassCallback = newContext;
2321 ubidi_setClassCallback(UBiDi *pBiDi, UBiDiClassCallback *newFn, const void *newContext, UBiDiClassCallback **oldFn, const void **oldContext, UErrorCode *pErrorCode) argument
H A Ducnv.c725 const void* newContext,
735 converter->toUContext = newContext;
741 const void* newContext,
751 converter->fromUContext = newContext;
723 ucnv_setToUCallBack(UConverter * converter, UConverterToUCallback newAction, const void* newContext, UConverterToUCallback *oldAction, const void** oldContext, UErrorCode * err) argument
739 ucnv_setFromUCallBack(UConverter * converter, UConverterFromUCallback newAction, const void* newContext, UConverterFromUCallback *oldAction, const void** oldContext, UErrorCode * err) argument
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp2432 RefPtr<GraphicsContext3D> newContext = m_temporaryOnscreenGraphicsContext3D.get(); local
2433 WebGraphicsContext3D* webContext = GraphicsContext3DInternal::extractWebGraphicsContext3D(newContext.get());
2434 if (!newContext || !webContext || webContext->isContextLost())
2435 newContext = GraphicsContext3D::create(
2438 RefPtr<LayerRendererChromium> layerRenderer = LayerRendererChromium::create(newContext, WebViewImplContentPainter::create(this));
2444 // FIXME: In MacOS newContext->reshape method needs to be called to
2449 newContext->reshape(std::max(1, m_size.width), std::max(1, m_size.height));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 188 milliseconds