Home
last modified time | relevance | path

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

/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 ~()
142 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
143 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0));
146ContextFlags getFlags (void) const { return ContextFlags((m_bits>>FLAGS_SHIFT) & ((1u<<FLAGS_BIT… in getFlags()
153 static deUint32 pack (deUint32 apiBits, ContextFlags flags);
163 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType()
169 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType()
[all …]
DgluRenderContext.cpp79 static ContextFlags parseContextFlags (const std::string& flagsStr) in parseContextFlags()
82 ContextFlags flags = ContextFlags(0); in parseContextFlags()
86 ContextFlags flag; in parseContextFlags()
126 ContextFlags ctxFlags = ContextFlags(0); in createDefaultRenderContext()
DgluStrUtil.cpp149 if (contextType.getFlags() != ContextFlags(0)) in operator <<()
153 ContextFlags flag; in operator <<()
161 ContextFlags flags = contextType.getFlags(); in operator <<()
DgluES3PlusWrapperContext.cpp624 const ContextFlags validContextFlags = CONTEXT_ROBUST | CONTEXT_DEBUG; in ES3PlusWrapperContext()
/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/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
Dget.c1315 { GL_CONTEXT_FLAGS, CONTEXT_INT(Const.ContextFlags), extra_version_30 },
/external/libvpx/libvpx/test/
Dregister_state_check.h63 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/mesa3d/src/mesa/x86/
Dcommon_x86.c105 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) { in ExceptionFilter()
/external/deqp/framework/egl/
DegluGLUtil.cpp124 if (contextType.getFlags() != glu::ContextFlags(0)) in createGLContext()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp208 glu::ContextFlags flags = glu::ContextFlags(0); in attribListToContextType()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc793 ctx.ContextFlags = CONTEXT_ALL; in WriteMinidumpForChild()
/external/v8/src/profiler/
Dsampler.cc836 context.ContextFlags = CONTEXT_FULL; in DoSample()
/external/llvm/lib/Support/Windows/
DSignals.inc217 Context.ContextFlags = CONTEXT_CONTROL | CONTEXT_INTEGER;
/external/dbus/dbus/
Ddbus-sysdeps-win.c2311 context.ContextFlags = CONTEXT_FULL; in dump_backtrace_for_thread()