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

1 2

  /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/browser/extensions/
pending_extension_info.cc 20 int creation_flags,
31 creation_flags_(creation_flags),
pending_extension_manager.cc 165 int creation_flags,
198 creation_flags,
208 int creation_flags,
227 creation_flags,
260 int creation_flags,
273 creation_flags,
default_apps.h 49 int creation_flags);
extension_browsertest.h 190 extensions::Extension::InitFromValueFlags creation_flags) {
197 creation_flags,
206 extensions::Extension::InitFromValueFlags creation_flags) {
213 creation_flags,
358 extensions::Extension::InitFromValueFlags creation_flags);
372 extensions::Extension::InitFromValueFlags creation_flags,
external_provider_impl.cc 74 int creation_flags)
81 creation_flags_(creation_flags),
199 int creation_flags = creation_flags_; local
203 creation_flags |= Extension::FROM_BOOKMARK;
208 creation_flags |= Extension::FROM_WEBSTORE;
227 creation_flags |= Extension::WAS_INSTALLED_BY_OEM;
267 crx_location_, creation_flags,
288 creation_flags,
pending_extension_info.h 38 int creation_flags,
67 int creation_flags() const { return creation_flags_; } function in class:extensions::PendingExtensionInfo
pending_extension_manager.h 96 int creation_flags,
106 int creation_flags,
129 int creation_flags,
default_apps.cc 142 int creation_flags)
144 download_location, creation_flags),
external_provider_impl.h 42 int creation_flags);
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 179 bool ProcessCreateProcessResponse(DWORD creation_flags,
241 if ((creation_flags & CREATE_SUSPENDED) == 0) {
291 DWORD creation_flags,
308 DWORD creation_flags; member in struct:__anon14477::CreateProcessRequest
334 request->creation_flags = creation_flags | CREATE_SUSPENDED;
374 DWORD creation_flags,
384 creation_flags, desktop_name)) {
392 if (!ProcessCreateProcessResponse(creation_flags, &process_information)) {
455 DWORD creation_flags,
    [all...]
launch_process_with_token.h 40 DWORD creation_flags,
  /external/chromium_org/extensions/common/
extension_messages.cc 27 creation_flags(Extension::NO_FLAGS) {}
47 creation_flags(extension->creation_flags()) {
53 Extension::Create(path, location, *manifest, creation_flags, error);
229 WriteParam(m, p.creation_flags);
242 ReadParam(m, iter, &p->creation_flags) &&
  /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 41 int creation_flags,
52 int creation_flags,
extension_prefs.cc 161 const char kPrefCreationFlags[] = "creation_flags";
1620 int creation_flags = Extension::NO_FLAGS; local
1638 int creation_flags = Extension::NO_FLAGS; local
    [all...]
  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 61 unsigned int creation_flags = D3D11_CREATE_DEVICE_BGRA_SUPPORT; local
79 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/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, "");
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.h 39 int location, int creation_flags);
  /external/chromium_org/chrome/utility/extensions/
unpacker.h 32 int creation_flags);

Completed in 846 milliseconds

1 2