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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumd3d10_1.idl 35 HRESULT GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
galliumd3d11.idl 35 HRESULT GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumd3d10_1.idl 35 HRESULT GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
galliumd3d11.idl 35 HRESULT GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
  /external/chromium_org/chrome/browser/extensions/
default_apps.h 49 int creation_flags);
external_provider_interface.h 41 int creation_flags,
default_apps.cc 141 int creation_flags)
143 download_location, creation_flags),
external_provider_impl.h 44 int creation_flags);
external_provider_impl.cc 67 int creation_flags)
74 creation_flags_(creation_flags),
192 int creation_flags = creation_flags_; local
196 creation_flags |= Extension::FROM_BOOKMARK;
201 creation_flags |= Extension::FROM_WEBSTORE;
252 crx_location_, creation_flags,
sandboxed_unpacker.h 83 int creation_flags,
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 40 DWORD creation_flags,
launch_process_with_token.cc 180 bool ProcessCreateProcessResponse(DWORD creation_flags,
242 if ((creation_flags & CREATE_SUSPENDED) == 0) {
292 DWORD creation_flags,
309 DWORD creation_flags; member in struct:__anon12207::CreateProcessRequest
335 request->creation_flags = creation_flags | CREATE_SUSPENDED;
375 DWORD creation_flags,
386 creation_flags, desktop_name)) {
394 if (!ProcessCreateProcessResponse(creation_flags, &process_information)) {
458 DWORD creation_flags,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 224 HRESULT STDMETHODCALLTYPE GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice)
226 if(creation_flags & D3D11_CREATE_DEVICE_SINGLETHREADED)
227 *ppDevice = new GalliumD3D11ScreenImpl<false>(screen, context, owns_context, creation_flags, adapter);
229 *ppDevice = new GalliumD3D11ScreenImpl<true>(screen, context, owns_context, creation_flags, adapter);
233 HRESULT STDMETHODCALLTYPE GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice)
235 if(creation_flags & D3D10_CREATE_DEVICE_SINGLETHREADED)
236 *ppDevice = new GalliumD3D10Device<false>(screen, context, owns_context, creation_flags, adapter);
238 *ppDevice = new GalliumD3D10Device<true>(screen, context, owns_context, creation_flags, adapter);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 224 HRESULT STDMETHODCALLTYPE GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice)
226 if(creation_flags & D3D11_CREATE_DEVICE_SINGLETHREADED)
227 *ppDevice = new GalliumD3D11ScreenImpl<false>(screen, context, owns_context, creation_flags, adapter);
229 *ppDevice = new GalliumD3D11ScreenImpl<true>(screen, context, owns_context, creation_flags, adapter);
233 HRESULT STDMETHODCALLTYPE GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice)
235 if(creation_flags & D3D10_CREATE_DEVICE_SINGLETHREADED)
236 *ppDevice = new GalliumD3D10Device<false>(screen, context, owns_context, creation_flags, adapter);
238 *ppDevice = new GalliumD3D10Device<true>(screen, context, owns_context, creation_flags, adapter);
  /external/chromium_org/chrome/common/extensions/
extension_messages.cc 25 creation_flags(Extension::NO_FLAGS){}
38 creation_flags(extension->creation_flags()) {
44 Extension::Create(path, location, *manifest, creation_flags, error);
191 WriteParam(m, p.creation_flags);
204 ReadParam(m, iter, &p->creation_flags) &&
sync_type_unittest.cc 35 int creation_flags,
72 extension_path, location, source, creation_flags, &error);
87 int creation_flags) {
90 creation_flags, -1, false, "");
extension.h 308 int creation_flags() const { return creation_flags_; } function in class:extensions::Extension
338 int creation_flags,
extension.cc 226 if ((creation_flags() & Extension::FOLLOW_SYMLINKS_ANYWHERE)) {
235 if ((creation_flags() & Extension::FOLLOW_SYMLINKS_ANYWHERE)) {
510 int creation_flags,
530 if (creation_flags & REQUIRE_KEY) {
  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 56 unsigned int creation_flags = D3D11_CREATE_DEVICE_BGRA_SUPPORT; local
74 creation_flags,
print_handler.cc 117 UINT creation_flags = D3D11_CREATE_DEVICE_BGRA_SUPPORT; local
119 creation_flags |= D3D11_CREATE_DEVICE_DEBUG;
140 creation_flags,
153 creation_flags,
  /external/chromium_org/chrome/utility/extensions/
unpacker.h 32 int creation_flags);
unpacker.cc 97 int creation_flags)
101 creation_flags_(creation_flags) {
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.h 47 int location, int creation_flags);
  /external/chromium_org/sandbox/win/src/
process_thread_interception.cc 408 DWORD creation_flags,
415 parameter, creation_flags, thread_id);
425 creation_flags & CREATE_SUSPENDED,
process_thread_interception.h 91 DWORD creation_flags, LPDWORD thread_id);

Completed in 191 milliseconds

1 2