HomeSort by relevance Sort by last modified time
    Searched refs:context_flags (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/http/
http_auth_sspi_win.cc 358 DWORD context_flags = 0;
362 context_flags |= (ISC_REQ_DELEGATE | ISC_REQ_MUTUAL_AUTH);
370 context_flags, // fContextReq
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 357 DWORD context_flags = 0;
361 context_flags |= (ISC_REQ_DELEGATE | ISC_REQ_MUTUAL_AUTH);
369 context_flags, // fContextReq
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 104 unsigned context_flags; member in struct:GalliumD3D11DeviceContext
114 GalliumD3D11DeviceContext(GalliumD3D11Screen* device, pipe_context* pipe, bool owns_pipe, unsigned context_flags = 0)
115 : GalliumD3D11DeviceChild<ID3D11DeviceContext>(device), pipe(pipe), owns_pipe(owns_pipe), context_flags(context_flags)
129 : GalliumD3D10ScreenImpl<threadsafe>(screen, pipe, owns_pipe, creation_flags, adapter), pipe(pipe), owns_pipe(owns_pipe), context_flags(0)
296 return context_flags;
    [all...]
d3d11_screen.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 104 unsigned context_flags; member in struct:GalliumD3D11DeviceContext
114 GalliumD3D11DeviceContext(GalliumD3D11Screen* device, pipe_context* pipe, bool owns_pipe, unsigned context_flags = 0)
115 : GalliumD3D11DeviceChild<ID3D11DeviceContext>(device), pipe(pipe), owns_pipe(owns_pipe), context_flags(context_flags)
129 : GalliumD3D10ScreenImpl<threadsafe>(screen, pipe, owns_pipe, creation_flags, adapter), pipe(pipe), owns_pipe(owns_pipe), context_flags(0)
296 return context_flags;
    [all...]
d3d11_screen.h     [all...]
  /external/v8/tools/
grokdump.py 198 return lambda o: [None, type][int((o.context_flags & flag) != 0)]
201 ("context_flags", ctypes.c_uint32),
251 ("context_flags", ctypes.c_uint32),
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py 266 return lambda o: [None, type][int((o.context_flags & flag) != 0)]
269 ("context_flags", ctypes.c_uint32),
318 ("context_flags", ctypes.c_uint32),
355 ("context_flags", ctypes.c_uint32),
    [all...]

Completed in 846 milliseconds