/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 60 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)); 153 …ContextFlags 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 …]
|
D | gluRenderContext.cpp | 92 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()
|
D | gluStrUtil.cpp | 149 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/ |
D | glcContextFlagsTests.cpp | 38 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()
|
D | glcContext.hpp | 78 …reateRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)…
|
D | glcContext.cpp | 48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) in createRenderContext()
|
/external/angle/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 222 c.ContextFlags = contextFlags; \ 231 c.ContextFlags = contextFlags; \ 248 c.ContextFlags = contextFlags; \
|
/external/mesa3d/src/mesa/main/ |
D | errors.h | 103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
|
D | lines.c | 63 && ((ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT) in line_width()
|
D | context.h | 345 return ctx->Const.ContextFlags & GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR; in _mesa_is_no_error_enabled()
|
D | version.c | 172 consts->ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT; in _mesa_override_gl_version_contextless()
|
/external/libaom/libaom/test/ |
D | register_state_check.h | 60 context->ContextFlags = CONTEXT_FLOATING_POINT; in StoreRegisters()
|
/external/libvpx/libvpx/test/ |
D | register_state_check.h | 59 context->ContextFlags = CONTEXT_FLOATING_POINT; in StoreRegisters()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | RegisterContextWindows.cpp | 158 m_context.ContextFlags = kWinContextFlags; in CacheAllRegisterValues()
|
D | NativeRegisterContextWindows_WoW64.cpp | 66 context_ptr->ContextFlags = control_flag; in GetWoW64ThreadContextHelper()
|
D | NativeRegisterContextWindows_i386.cpp | 62 context_ptr->ContextFlags = control_flag; in GetThreadContextHelper()
|
D | NativeRegisterContextWindows_arm.cpp | 95 context_ptr->ContextFlags = control_flag; in GetThreadContextHelper()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 202 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 494 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/ |
D | st_manager.c | 944 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/ |
D | common_x86.c | 114 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) { in ExceptionFilter()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x86/ |
D | RegisterContextWindows_x86.cpp | 277 if ((m_context.ContextFlags & flags_required) != flags_required) { in ReadRegisterHelper()
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 131 if (contextType.getFlags() != glu::ContextFlags(0)) in createGLContext()
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 208 glu::ContextFlags flags = glu::ContextFlags(0); in attribListToContextType()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 797 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()
|