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

1 2 3

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
ThreadInfo.h 41 EGLThreadInfo() : currentContext(NULL), serverConn(NULL) {}
43 EGLWrapperContext *currentContext;
egl.cpp 483 if (ti->currentContext == wctx) ti->currentContext = NULL;
512 ti->currentContext = wctx;
521 return (ti->currentContext ? ti->currentContext : EGL_NO_CONTEXT);
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
ThreadInfo.h 28 EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(EGL_SUCCESS) { }
30 EGLContext_t *currentContext;
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 158 contexts[contextPos] = currentContext = new Context();
159 currentContext.declarePrefix("xml", XMLNS);
215 currentContext = contexts[contextPos];
216 if (currentContext == null) {
217 contexts[contextPos] = currentContext = new Context();
222 currentContext.setParent(contexts[contextPos - 1]);
247 currentContext = contexts[contextPos];
301 currentContext.declarePrefix(prefix, uri);
350 String myParts[] = currentContext.processName(qName, isAttribute);
376 return currentContext.getURI(prefix)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 51 private Context2 currentContext; // Current point on the double-linked stack
99 currentContext = new Context2(null);
100 currentContext.declarePrefix("xml", XMLNS);
125 Context2 parentContext=currentContext;
126 currentContext = parentContext.getChild();
127 if (currentContext == null){
128 currentContext = new Context2(parentContext);
133 currentContext.setParent(parentContext);
153 Context2 parentContext=currentContext.getParent();
157 currentContext = parentContext
    [all...]
  /device/generic/goldfish-opengl/system/egl/
ClientAPIExts.cpp 97 if (!thread->currentContext) { \
100 int idx = (int)thread->currentContext->majorVersion - 1; \
111 if (!thread->currentContext) { \
114 int idx = (int)thread->currentContext->majorVersion - 1; \
egl.cpp 461 getEGLThreadInfo()->currentContext->getGoldfishSyncFd(),
644 if (!tInfo || !tInfo->currentContext) {
658 strPtr = &tInfo->currentContext->versionString;
661 strPtr = &tInfo->currentContext->vendorString;
664 strPtr = &tInfo->currentContext->rendererString;
667 strPtr = &tInfo->currentContext->shaderVersionString;
670 strPtr = &tInfo->currentContext->extensionString;
    [all...]
  /external/swiftshader/tests/unittests/
unittests.cpp 138 EGLContext currentContext = eglGetCurrentContext();
140 EXPECT_EQ(context, currentContext);
172 currentContext = eglGetCurrentContext();
174 EXPECT_EQ(EGL_NO_CONTEXT, currentContext);
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 142 if ([EAGLContext currentContext] == m_context)
152 if ([EAGLContext currentContext] == m_context)
  /frameworks/base/services/core/java/com/android/server/pm/dex/
DexoptUtils.java 339 String currentContext = encodeClassLoader(
341 loadedDexPathsContext[i] = encodeClassLoaderChain(currentContext, parentContext);
  /frameworks/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 130 BridgeContext currentContext = RenderAction.getCurrentContext();
131 if (currentContext != null) {
132 RenderResources resources = currentContext.getRenderResources();
  /external/webrtc/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm 274 if ([EAGLContext currentContext] != _context) {
278 if ([NSOpenGLContext currentContext] != _context) {
  /external/webrtc/webrtc/api/objc/
RTCOpenGLVideoRenderer.mm 255 if ([EAGLContext currentContext] != _context) {
259 if ([NSOpenGLContext currentContext] != _context) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 109 EGLContext context = RenderTarget.currentContext();
117 EGLContext context = RenderTarget.currentContext();
214 ImageShader copyShader = shaderForContext(RenderTarget.currentContext());
335 EGLContext clientContext = RenderTarget.currentContext();
605 EGLContext clientContext = RenderTarget.currentContext();
    [all...]
RenderTarget.java 241 public static EGLContext currentContext() {
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /external/skia/experimental/SimpleCocoaApp/
SimpleApp.mm 306 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 4317 milliseconds

1 2 3