HomeSort by relevance Sort by last modified time
    Searched refs:creation_flags (Results 1 - 25 of 50) 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/extensions/browser/
external_provider_interface.h 42 int creation_flags,
53 int creation_flags,
  /external/chromium_org/chrome/browser/extensions/
pending_extension_manager.h 97 int creation_flags,
107 int creation_flags,
130 int creation_flags,
default_apps.h 49 int creation_flags);
pending_extension_manager.cc 113 int creation_flags = Extension::NO_FLAGS; local
115 creation_flags |= Extension::WAS_INSTALLED_BY_CUSTODIAN;
130 creation_flags,
172 int creation_flags,
205 creation_flags,
215 int creation_flags,
234 creation_flags,
267 int creation_flags,
280 creation_flags,
pending_extension_info.cc 20 int creation_flags,
31 creation_flags_(creation_flags),
pending_extension_info.h 38 int creation_flags,
67 int creation_flags() const { return creation_flags_; } function in class:extensions::PendingExtensionInfo
extension_browsertest.h 191 extensions::Extension::InitFromValueFlags creation_flags) {
198 creation_flags,
207 extensions::Extension::InitFromValueFlags creation_flags) {
214 creation_flags,
354 extensions::Extension::InitFromValueFlags creation_flags);
368 extensions::Extension::InitFromValueFlags creation_flags,
external_provider_impl.cc 79 int creation_flags)
86 creation_flags_(creation_flags),
204 int creation_flags = creation_flags_; local
208 creation_flags |= Extension::FROM_BOOKMARK;
213 creation_flags |= Extension::FROM_WEBSTORE;
232 creation_flags |= Extension::WAS_INSTALLED_BY_OEM;
237 creation_flags |= Extension::MAY_BE_UNTRUSTED;
277 crx_location_, creation_flags,
298 creation_flags,
default_apps.cc 132 int creation_flags)
134 download_location, creation_flags),
external_provider_impl.h 42 int creation_flags);
sandboxed_unpacker.h 84 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:__anon15112::CreateProcessRequest
335 request->creation_flags = creation_flags | CREATE_SUSPENDED;
375 DWORD creation_flags,
385 creation_flags, desktop_name)) {
393 if (!ProcessCreateProcessResponse(creation_flags, &process_information)) {
456 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/utility/extensions/
extensions_handler.h 41 int location, int creation_flags);
unpacker.h 32 int creation_flags);
extensions_handler.cc 131 int creation_flags) {
138 creation_flags);
  /external/chromium_org/extensions/common/
extension_messages.cc 47 creation_flags(Extension::NO_FLAGS) {}
60 creation_flags(extension->creation_flags()) {
66 Extension::Create(path, location, *manifest, creation_flags, error);
268 WriteParam(m, p.creation_flags);
279 ReadParam(m, iter, &p->creation_flags) &&
  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 61 unsigned int creation_flags = D3D11_CREATE_DEVICE_BGRA_SUPPORT; local
79 creation_flags,
  /external/chromium_org/chrome/common/extensions/
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, "");

Completed in 324 milliseconds

1 2