Home
last modified time | relevance | path

Searched refs:ContextFlags (Results 1 – 25 of 28) 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 ~()
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/main/
Derrors.h94 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
Dlines.c68 && ((ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT) in _mesa_LineWidth()
Dversion.c167 consts->ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in _mesa_override_gl_version_contextless()
Dvarray.h79 ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in _mesa_attr_zero_aliases_vertex()
Dpipelineobj.c932 if ((_mesa_is_gles(ctx) || (ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) && in _mesa_validate_program_pipeline()
Ddebug_output.c1289 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in _mesa_init_debug_output()
/external/libvpx/libvpx/test/
Dregister_state_check.h59 context->ContextFlags = CONTEXT_FLOATING_POINT; in StoreRegisters()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c682 st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in st_api_create_context()
685 if (st->ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT) { in st_api_create_context()
690 st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in st_api_create_context()
692 st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB; in st_api_create_context()
/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.c114 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) { in ExceptionFilter()
/external/v8/src/base/debug/
Dstack_trace_win.cc197 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
/external/deqp/framework/egl/
DegluGLUtil.cpp124 if (contextType.getFlags() != glu::ContextFlags(0)) in createGLContext()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c463 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in driContextSetFlags()
466 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in driContextSetFlags()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp208 glu::ContextFlags flags = glu::ContextFlags(0); in attribListToContextType()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c533 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/external/v8/src/libsampler/
Dsampler.cc643 context.ContextFlags = CONTEXT_FULL; in DoSample()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc793 ctx.ContextFlags = CONTEXT_ALL; in WriteMinidumpForChild()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c640 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
Dbrw_context.c1130 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB; in brwCreateContext()
/external/python/cpython2/Lib/test/
Dtest_decimal.py2250 class ContextFlags(unittest.TestCase): class
2324 ContextFlags
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc232 Context.ContextFlags = CONTEXT_CONTROL | CONTEXT_INTEGER;

12