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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.h 41 EGLThreadInfo() : currentContext(NULL), serverConn(NULL) {}
43 EGLWrapperContext *currentContext;
egl.cpp 519 if (ti->currentContext == wctx) ti->currentContext = NULL;
548 ti->currentContext = wctx;
557 return (ti->currentContext ? ti->currentContext : EGL_NO_CONTEXT);
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.h 29 EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(EGL_SUCCESS) {}
31 EGLContext_t *currentContext;
  /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...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
WebCoreNSCellExtras.mm 34 CGContextRef cgContext = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
LocalCurrentGraphicsContext.mm 40 if (cgContext == [[NSGraphicsContext currentContext] graphicsPort]) {
45 m_savedNSGraphicsContext = [[NSGraphicsContext currentContext] retain];
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp 95 if (!thread->currentContext) { \
98 int idx = (int)thread->currentContext->version - 1; \
109 if (!thread->currentContext) { \
112 int idx = (int)thread->currentContext->version - 1; \
egl.cpp 410 if (!tInfo || !tInfo->currentContext) {
423 strPtr = &tInfo->currentContext->versionString;
426 strPtr = &tInfo->currentContext->vendorString;
429 strPtr = &tInfo->currentContext->rendererString;
432 strPtr = &tInfo->currentContext->extensionString;
784 if (tInfo && tInfo->currentContext) {
859 EGLContext_t* ctx = getEGLThreadInfo()->currentContext;
921 if (getEGLThreadInfo()->currentContext == context) {
922 getEGLThreadInfo()->currentContext->deletePending = 1;
959 if (tInfo->currentContext == context &
    [all...]
  /external/chromium_org/ui/base/cocoa/
animation_utils.h 26 [[NSAnimationContext currentContext] setDuration:0.0];
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 220 const ContainerNode* currentContext = context;
222 if (currentContext->renderer())
223 return currentContext->renderer()->style();
224 currentContext = currentContext->parentNode();
225 } while (currentContext);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ExecutionContextSelector.js 64 var currentContext = WebInspector.context.flavor(WebInspector.ExecutionContext);
66 if (!newTarget || (currentContext && currentContext.target() === newTarget))
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 142 if ([EAGLContext currentContext] == m_context)
152 if ([EAGLContext currentContext] == m_context)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm 267 if ([EAGLContext currentContext] != _context) {
271 if ([NSOpenGLContext currentContext] != _context) {
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorICU.cpp 299 TextContext currentContext = textLatin1GetCurrentContext(text);
302 if (newContext == currentContext) {
303 if (currentContext == PrimaryContext) {
422 TextContext currentContext = textUTF16GetCurrentContext(text);
425 if (newContext == currentContext) {
426 if (currentContext == PrimaryContext) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 133 return [[NSGraphicsContext currentContext] isFlipped];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 661 milliseconds