HomeSort by relevance Sort by last modified time
    Searched defs:ContextFlags (Results 1 - 11 of 11) sorted by null

  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 83 ULONG ContextFlags;
ndr64types.h 151 NDR64_UINT8 ContextFlags;
objidl.h     [all...]
winnt.h     [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/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 545 ULONG ContextFlags;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 527 milliseconds