HomeSort by relevance Sort by last modified time
    Searched refs:ContextFlags (Results 1 - 25 of 33) 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 126 if (contextType.getFlags() != ContextFlags(0))
130 ContextFlags flag;
138 ContextFlags flags = contextType.getFlags();
gluRenderContext.cpp 78 static ContextFlags parseContextFlags (const std::string& flagsStr)
81 ContextFlags flags = ContextFlags(0);
85 ContextFlags flag;
125 ContextFlags ctxFlags = ContextFlags(0);
gluES3PlusWrapperContext.cpp 508 const ContextFlags validContextFlags = CONTEXT_ROBUST | CONTEXT_DEBUG;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cancel.c 67 context.ContextFlags = CONTEXT_CONTROL;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
lines.c 65 && ((ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT)
  /external/mesa3d/src/mesa/main/
lines.c 65 && ((ctx->Const.ContextFlags & GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT)
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
register_state_check.h 52 context->ContextFlags = CONTEXT_FLOATING_POINT;
  /external/libvpx/libvpx/test/
register_state_check.h 52 context->ContextFlags = CONTEXT_FLOATING_POINT;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
register_state_check.h 52 context->ContextFlags = CONTEXT_FLOATING_POINT;
  /external/chromium_org/third_party/mesa/src/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/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/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI()))
  /external/chromium_org/sandbox/win/src/
target_process.cc 178 context.ContextFlags = CONTEXT_ALL;
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 105 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) {
  /external/mesa3d/src/mesa/x86/
common_x86.c 105 if ( (ctx->ContextFlags & CONTEXT_CONTROL) != CONTEXT_CONTROL ) {
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 545 ULONG ContextFlags;
  /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...]
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 242 glu::ContextFlags flags = glu::ContextFlags(0);
721 EGLint contextFlags = -1;
745 contextFlags = (*iter);
814 if (contextFlags != -1)
822 if (contextFlags == -1)
823 contextFlags = 0;
827 if (contextFlags != contextFlagsGL)
829 log << TestLog::Message << "Invalid GL_CONTEXT_FLAGS. Expected '" << eglContextFlagsToString(contextFlags) << "' got '" << eglContextFlagsToString(contextFlagsGL) << "'" << TestLog::EndMessage;
    [all...]
  /external/chromium_org/v8/src/
sampler.cc 713 context.ContextFlags = CONTEXT_FULL;
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 437 if (config.type.getFlags() != glu::ContextFlags(0))
  /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...]

Completed in 773 milliseconds

1 2