Home
last modified time | relevance | path

Searched refs:ContextFlags (Results 1 – 25 of 32) 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));
151ContextFlags getFlags (void) const { return ContextFlags((m_bits>>FLAGS_SHIFT) & ((1u<<FLAGS_BIT… in getFlags()
158 static deUint32 pack (deUint32 apiBits, ContextFlags flags);
168 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType()
174 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()
172 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/
DglcContext.hpp75 glu::ContextFlags ctxFlags = (glu::ContextFlags)0,
82 …reateRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)…
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.cpp48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) in createRenderContext()
86 glu::RenderContext* Context::createSharedContext(glu::ContextFlags, glu::ResetNotificationStrategy) in createSharedContext() argument
/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/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/libvpx/libvpx/test/
Dregister_state_check.h59 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/v8/src/base/debug/
Dstack_trace_win.cc197 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace()
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c114 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) { in ExceptionFilter()
/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/framework/egl/
DegluGLUtil.cpp129 if (contextType.getFlags() != glu::ContextFlags(0)) in createGLContext()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp208 glu::ContextFlags flags = glu::ContextFlags(0); in attribListToContextType()
/external/v8/src/libsampler/
Dsampler.cc643 context.ContextFlags = CONTEXT_FULL; in DoSample()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c533 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
/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)) { \
/external/python/cpython2/Lib/test/
Dtest_decimal.py2250 class ContextFlags(unittest.TestCase): class
2324 ContextFlags

12