HomeSort by relevance Sort by last modified time
    Searched refs:ContextFlags (Results 1 - 25 of 28) sorted by null

1 2

  /external/deqp/framework/opengl/
gluRenderContext.hpp 56 enum ContextFlags
63 inline ContextFlags operator| (ContextFlags a, ContextFlags b) { return ContextFlags((deUint32)a|(deUint32)b); }
64 inline ContextFlags operator& (ContextFlags a, ContextFlags b) { return ContextFlags((deUint32)a&(deUint32)b); }
65 inline ContextFlags operator~ (ContextFlags a) { return ContextFlags(~(deUint32)a);
    [all...]
gluStrUtil.cpp 149 if (contextType.getFlags() != ContextFlags(0))
153 ContextFlags flag;
161 ContextFlags flags = contextType.getFlags();
gluRenderContext.cpp 79 static ContextFlags parseContextFlags (const std::string& flagsStr)
82 ContextFlags flags = ContextFlags(0);
86 ContextFlags flag;
126 ContextFlags ctxFlags = ContextFlags(0);
gluES3PlusWrapperContext.cpp 624 const ContextFlags validContextFlags = CONTEXT_ROBUST | CONTEXT_DEBUG;
  /external/mesa3d/src/mesa/main/
lines.c 65 && ((ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT)
mtypes.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
register_state_check.h 52 context->ContextFlags = CONTEXT_FLOATING_POINT;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 394 ctx->Const.ContextFlags = 0;
396 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT;
399 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT;
  /external/libvpx/libvpx/test/
register_state_check.h 63 context->ContextFlags = CONTEXT_FLOATING_POINT;
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI()))
  /external/deqp/framework/egl/
egluGLUtil.cpp 124 if (contextType.getFlags() != glu::ContextFlags(0))
  /external/mesa3d/src/mesa/x86/
common_x86.c 105 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 151 NDR64_UINT8 ContextFlags;
vdmdbg.h 83 ULONG ContextFlags;
d3d11.h     [all...]
winnt.h     [all...]
d3d11.idl     [all...]
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 208 glu::ContextFlags flags = glu::ContextFlags(0);
664 EGLint contextFlags = -1;
688 contextFlags = (*iter);
757 if (contextFlags != -1)
765 if (contextFlags == -1)
766 contextFlags = 0;
770 if (contextFlags != contextFlagsGL)
772 log << TestLog::Message << "Invalid GL_CONTEXT_FLAGS. Expected '" << eglContextFlagsToString(contextFlags) << "' got '" << eglContextFlagsToString(contextFlagsGL) << "'" << TestLog::EndMessage;
    [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 793 ctx.ContextFlags = CONTEXT_ALL;
    [all...]
  /external/v8/src/profiler/
sampler.cc 836 context.ContextFlags = CONTEXT_FULL;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]

Completed in 333 milliseconds

1 2