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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_context.c 39 int contextFlags = 0x0;
58 contextFlags = attribList[++i];
105 if ((contextFlags & WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB) &&
121 contextFlags, profileMask);
stw_context.h 47 int majorVersion, int minorVersion, int contextFlags, int profileMask );
stw_context.c 139 int contextFlags, int profileMask)
191 if (contextFlags & WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB)
193 if (contextFlags & WGL_CONTEXT_DEBUG_BIT_ARB)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_context.c 39 int contextFlags = 0x0;
58 contextFlags = attribList[++i];
105 if ((contextFlags & WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB) &&
121 contextFlags, profileMask);
stw_context.h 47 int majorVersion, int minorVersion, int contextFlags, int profileMask );
stw_context.c 139 int contextFlags, int profileMask)
191 if (contextFlags & WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB)
193 if (contextFlags & WGL_CONTEXT_DEBUG_BIT_ARB)
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 136 void ElementRuleCollector::collectMatchingRules(const MatchRequest& matchRequest, RuleRange& ruleRange, SelectorChecker::ContextFlags contextFlags, CascadeScope cascadeScope, CascadeOrder cascadeOrder, bool matchingTreeBoundaryRules)
145 collectMatchingRulesForList(matchRequest.ruleSet->shadowPseudoElementRules(pseudoId), contextFlags, ignoreCascadeScope, cascadeOrder, matchRequest, ruleRange);
149 collectMatchingRulesForList(matchRequest.ruleSet->cuePseudoRules(), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
162 collectMatchingRulesForList(matchRequest.ruleSet->idRules(element.idForStyleResolution()), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
165 collectMatchingRulesForList(matchRequest.ruleSet->classRules(element.classNames()[i]), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
169 collectMatchingRulesForList(matchRequest.ruleSet->linkPseudoClassRules(), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
171 collectMatchingRulesForList(matchRequest.ruleSet->focusPseudoClassRules(), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
172 collectMatchingRulesForList(matchRequest.ruleSet->tagRules(element.localName()), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
173 collectMatchingRulesForList(matchRequest.ruleSet->universalRules(), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange)
    [all...]
ElementRuleCollector.h 128 void collectMatchingRules(const MatchRequest&, RuleRange&, SelectorChecker::ContextFlags = SelectorChecker::DefaultBehavior, CascadeScope = ignoreCascadeScope, CascadeOrder = ignoreCascadeOrder, bool matchingTreeBoundaryRules = false);
134 void collectRuleIfMatches(const RuleData&, SelectorChecker::ContextFlags, CascadeScope, CascadeOrder, const MatchRequest&, RuleRange&);
137 void collectMatchingRulesForList(const RuleDataListType* rules, SelectorChecker::ContextFlags contextFlags, CascadeScope cascadeScope, CascadeOrder cascadeOrder, const MatchRequest& matchRequest, RuleRange& ruleRange)
143 collectRuleIfMatches(*it, contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
146 bool ruleMatches(const RuleData&, const ContainerNode* scope, SelectorChecker::ContextFlags, SelectorChecker::MatchResult*);
SelectorChecker.h 50 enum ContextFlags {
75 , contextFlags(DefaultBehavior)
92 ContextFlags contextFlags;
SelectorChecker.cpp 96 if (!(context.contextFlags & SelectorChecker::ScopeContainsLastMatchedElement))
511 && !(context.contextFlags & TreatShadowHostAsNormalScope)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 126 unsigned contextFlags = SelectorChecker::DefaultBehavior;
129 contextFlags |= SelectorChecker::ScopeContainsLastMatchedElement;
134 collector.collectMatchingRules(matchRequest, ruleRange, static_cast<SelectorChecker::ContextFlags>(contextFlags), cascadeScope, cascadeOrder);
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 242 glu::ContextFlags flags = glu::ContextFlags(0);
721 EGLint contextFlags = -1;
745 contextFlags = (*iter);
814 if (contextFlags != -1)
822 if (contextFlags == -1)
823 contextFlags = 0;
827 if (contextFlags != contextFlagsGL)
829 log << TestLog::Message << "Invalid GL_CONTEXT_FLAGS. Expected '" << eglContextFlagsToString(contextFlags) << "' got '" << eglContextFlagsToString(contextFlagsGL) << "'" << TestLog::EndMessage;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h 146 GLuint contextFlags);
xm_api.c 862 GLuint profileMask, GLuint contextFlags)
885 if (contextFlags & GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB)
887 if (contextFlags & GLX_CONTEXT_DEBUG_BIT_ARB)
889 if (contextFlags & GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB)
    [all...]
glx_api.c 1049 unsigned profileMask, unsigned contextFlags)
1066 profileMask, contextFlags);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 146 GLuint contextFlags);
xm_api.c 862 GLuint profileMask, GLuint contextFlags)
885 if (contextFlags & GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB)
887 if (contextFlags & GLX_CONTEXT_DEBUG_BIT_ARB)
889 if (contextFlags & GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB)
    [all...]
glx_api.c 1049 unsigned profileMask, unsigned contextFlags)
1066 profileMask, contextFlags);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp 124 selectorCheckingContext.contextFlags = SelectorChecker::ScopeContainsLastMatchedElement;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 982 milliseconds