Home
last modified time | relevance | path

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

12

/external/deqp/framework/opengl/
DgluRenderContext.hpp60 enum ContextFlags enum
68 inline ContextFlags operator| (ContextFlags a, ContextFlags b) { return ContextFlags((deUint32)a|(d… in operator |()
69 inline ContextFlags operator& (ContextFlags a, ContextFlags b) { return ContextFlags((deUint32)a&(d… in operator &()
70 inline ContextFlags operator~ (ContextFlags a) { return ContextFlags(~(deUint32)a); } in operator ~()
147 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
148 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0));
153ContextFlags getFlags (void) const { return ContextFlags((m_bits>>FLAGS_SHIFT) & ((1u<<FLAGS_BIT… in getFlags()
160 static deUint32 pack (deUint32 apiBits, ContextFlags flags);
170 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType()
176 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType()
[all …]
DgluRenderContext.cpp92 static ContextFlags parseContextFlags (const std::string& flagsStr) in parseContextFlags()
95 ContextFlags flags = ContextFlags(0); in parseContextFlags()
99 ContextFlags flag; in parseContextFlags()
176 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 <<()
/external/deqp/external/openglcts/modules/common/
DglcContextFlagsTests.cpp38 glu::ContextFlags m_passedFlags;
45 …ContextFlagsCase(tcu::TestContext& testCtx, glu::ContextFlags passedFlags, glw::GLint expectedResu… in ContextFlagsCase()
123 addChild(new ContextFlagsCase(m_testCtx, glu::ContextFlags(0), 0, "no_flags_set_case", in init()
DglcContext.hpp78 …reateRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)…
DglcContext.cpp48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) in createRenderContext()
/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.h222 c.ContextFlags = contextFlags; \
231 c.ContextFlags = contextFlags; \
248 c.ContextFlags = contextFlags; \
/external/mesa3d/src/mesa/main/
Derrors.h103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
Dlines.c63 && ((ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT) in line_width()
Dcontext.h345 return ctx->Const.ContextFlags & GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR; in _mesa_is_no_error_enabled()
Dversion.c172 consts->ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in _mesa_override_gl_version_contextless()
/external/libaom/libaom/test/
Dregister_state_check.h60 context->ContextFlags = CONTEXT_FLOATING_POINT; in StoreRegisters()
/external/libvpx/libvpx/test/
Dregister_state_check.h59 context->ContextFlags = CONTEXT_FLOATING_POINT; in StoreRegisters()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DRegisterContextWindows.cpp158 m_context.ContextFlags = kWinContextFlags; in CacheAllRegisterValues()
DNativeRegisterContextWindows_WoW64.cpp66 context_ptr->ContextFlags = control_flag; in GetWoW64ThreadContextHelper()
DNativeRegisterContextWindows_i386.cpp62 context_ptr->ContextFlags = control_flag; in GetThreadContextHelper()
DNativeRegisterContextWindows_arm.cpp95 context_ptr->ContextFlags = control_flag; in GetThreadContextHelper()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp202 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c494 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in driContextSetFlags()
497 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in driContextSetFlags()
500 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR; in driContextSetFlags()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c944 st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in st_api_create_context()
947 if (st->ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT) { in st_api_create_context()
952 st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in st_api_create_context()
954 st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB; in st_api_create_context()
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c114 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) { in ExceptionFilter()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x86/
DRegisterContextWindows_x86.cpp277 if ((m_context.ContextFlags & flags_required) != flags_required) { in ReadRegisterHelper()
/external/deqp/framework/egl/
DegluGLUtil.cpp131 if (contextType.getFlags() != glu::ContextFlags(0)) in createGLContext()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp208 glu::ContextFlags flags = glu::ContextFlags(0); in attribListToContextType()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c797 if (!(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) in brw_initialize_context_constants()
875 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR; in brw_process_driconf_options()
1141 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB; in brwCreateContext()

12