Home
last modified time | relevance | path

Searched refs:ContextFlags (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/framework/opengl/
DgluRenderContext.hpp56 enum ContextFlags enum
63 inline ContextFlags operator| (ContextFlags a, ContextFlags b) { return ContextFlags((deUint32)a|(d… in operator |()
64 inline ContextFlags operator& (ContextFlags a, ContextFlags b) { return ContextFlags((deUint32)a&(d… in operator &()
65 inline ContextFlags operator~ (ContextFlags a) { return ContextFlags(~(deUint32)a); } in operator ~()
140 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
141 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0));
144ContextFlags getFlags (void) const { return ContextFlags((m_bits>>FLAGS_SHIFT) & ((1u<<FLAGS_BIT… in getFlags()
151 static deUint32 pack (deUint32 apiBits, ContextFlags flags);
161 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType()
167 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType()
[all …]
DgluRenderContext.cpp78 static ContextFlags parseContextFlags (const std::string& flagsStr) in parseContextFlags()
81 ContextFlags flags = ContextFlags(0); in parseContextFlags()
85 ContextFlags flag; in parseContextFlags()
125 ContextFlags ctxFlags = ContextFlags(0); in createDefaultRenderContext()
DgluStrUtil.cpp126 if (contextType.getFlags() != ContextFlags(0)) in operator <<()
130 ContextFlags flag; in operator <<()
138 ContextFlags flags = contextType.getFlags(); in operator <<()
DgluES3PlusWrapperContext.cpp508 const ContextFlags validContextFlags = CONTEXT_ROBUST | CONTEXT_DEBUG; in ES3PlusWrapperContext()
/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.h128 …void collectMatchingRules(const MatchRequest&, RuleRange&, SelectorChecker::ContextFlags = Selecto…
134 …void collectRuleIfMatches(const RuleData&, SelectorChecker::ContextFlags, CascadeScope, CascadeOrd…
137 …void collectMatchingRulesForList(const RuleDataListType* rules, SelectorChecker::ContextFlags cont… in collectMatchingRulesForList()
146 …bool ruleMatches(const RuleData&, const ContainerNode* scope, SelectorChecker::ContextFlags, Selec…
DSelectorChecker.h50 enum ContextFlags { enum
92 ContextFlags contextFlags;
DElementRuleCollector.cpp136 …st MatchRequest& matchRequest, RuleRange& ruleRange, SelectorChecker::ContextFlags contextFlags, C… in collectMatchingRules()
257 …onst RuleData& ruleData, const ContainerNode* scope, SelectorChecker::ContextFlags contextFlags, S… in ruleMatches()
276 …ctor::collectRuleIfMatches(const RuleData& ruleData, SelectorChecker::ContextFlags contextFlags, C… in collectRuleIfMatches()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c394 ctx->Const.ContextFlags = 0; in brwCreateContext()
396 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in brwCreateContext()
399 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in brwCreateContext()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_context.c394 ctx->Const.ContextFlags = 0; in brwCreateContext()
396 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in brwCreateContext()
399 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in brwCreateContext()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dlines.c65 && ((ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT) in _mesa_LineWidth()
Dmtypes.h2891 GLbitfield ContextFlags; /**< Ex: GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT */ member
/external/mesa3d/src/mesa/main/
Dlines.c65 && ((ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT) in _mesa_LineWidth()
Dmtypes.h2891 GLbitfield ContextFlags; /**< Ex: GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT */ member
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_cancel.c67 context.ContextFlags = CONTEXT_CONTROL; in ptw32_RegisterCancelation()
/external/libvpx/libvpx/test/
Dregister_state_check.h52 context->ContextFlags = CONTEXT_FLOATING_POINT; in StoreRegisters()
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Dregister_state_check.h61 context->ContextFlags = CONTEXT_FLOATING_POINT; in StoreRegisters()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleResolver.cpp134 …ctMatchingRules(matchRequest, ruleRange, static_cast<SelectorChecker::ContextFlags>(contextFlags),… in collectMatchingAuthorRules()
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c105 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) { in ExceptionFilter()
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
Dcommon_x86.c105 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) { in ExceptionFilter()
/external/chromium_org/sandbox/win/src/
Dtarget_process.cc178 context.ContextFlags = CONTEXT_ALL; in Create()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_os2.h545 ULONG ContextFlags; member
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp242 glu::ContextFlags flags = glu::ContextFlags(0); in attribListToContextType()
/external/chromium_org/v8/src/
Dsampler.cc726 context.ContextFlags = CONTEXT_FULL; in DoSample()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp437 if (config.type.getFlags() != glu::ContextFlags(0)) in createContext()

12