Searched refs:software (Results 1 - 25 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/gpu/
H A Ddelegated_compositor_output_surface.cc13 scoped_ptr<cc::SoftwareOutputDevice> software)
17 software.Pass(),
9 DelegatedCompositorOutputSurface( int32 routing_id, uint32 output_surface_id, const scoped_refptr<ContextProviderCommandBuffer>& context_provider, scoped_ptr<cc::SoftwareOutputDevice> software) argument
H A Ddelegated_compositor_output_surface.h18 scoped_ptr<cc::SoftwareOutputDevice> software);
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb3 This software is provided 'as-is', without any express or implied
5 arising from the use of this software.
7 Permission is granted to anyone to use this software for any purpose,
11 1. The origin of this software must not be misrepresented; you must not
12 claim that you wrote the original software. If you use this software
17 be misrepresented as being the original software.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d10/
H A Ddxgid3d10.cpp6 * a copy of this software and associated documentation files (the
7 * "software"), to deal in the software without restriction, including
9 * distribute, sublicense, and/or sell copies of the software, and to
10 * permit persons to whom the software is furnished to do so, subject to
15 * portions of the software.
36 HMODULE software,
88 HMODULE software,
99 hr = D3D10CreateDevice1(adapter, driver_type, software, flags, hardware_level, sdk_version, &dev);
128 HMODULE software,
33 D3D10CreateDevice1( IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, D3D10_FEATURE_LEVEL1 hardware_level, unsigned sdk_version, ID3D10Device1 **out_device ) argument
85 D3D10CreateDeviceAndSwapChain1( IDXGIAdapter* adapter, D3D10_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, D3D10_FEATURE_LEVEL1 hardware_level, unsigned sdk_version, DXGI_SWAP_CHAIN_DESC* swap_chain_desc, IDXGISwapChain** out_swap_chain, ID3D10Device1** out_device ) argument
125 D3D10CreateDevice( IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, unsigned sdk_version, ID3D10Device **out_device ) argument
137 D3D10CreateDeviceAndSwapChain( IDXGIAdapter* adapter, D3D10_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, unsigned sdk_version, DXGI_SWAP_CHAIN_DESC* swap_chain_desc, IDXGISwapChain** out_swap_chain, ID3D10Device** out_device ) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
H A Ddxgid3d10.cpp6 * a copy of this software and associated documentation files (the
7 * "software"), to deal in the software without restriction, including
9 * distribute, sublicense, and/or sell copies of the software, and to
10 * permit persons to whom the software is furnished to do so, subject to
15 * portions of the software.
36 HMODULE software,
88 HMODULE software,
99 hr = D3D10CreateDevice1(adapter, driver_type, software, flags, hardware_level, sdk_version, &dev);
128 HMODULE software,
33 D3D10CreateDevice1( IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, D3D10_FEATURE_LEVEL1 hardware_level, unsigned sdk_version, ID3D10Device1 **out_device ) argument
85 D3D10CreateDeviceAndSwapChain1( IDXGIAdapter* adapter, D3D10_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, D3D10_FEATURE_LEVEL1 hardware_level, unsigned sdk_version, DXGI_SWAP_CHAIN_DESC* swap_chain_desc, IDXGISwapChain** out_swap_chain, ID3D10Device1** out_device ) argument
125 D3D10CreateDevice( IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, unsigned sdk_version, ID3D10Device **out_device ) argument
137 D3D10CreateDeviceAndSwapChain( IDXGIAdapter* adapter, D3D10_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, unsigned sdk_version, DXGI_SWAP_CHAIN_DESC* swap_chain_desc, IDXGISwapChain** out_swap_chain, ID3D10Device** out_device ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_fbo.h7 * copy of this software and associated documentation files (the
58 boolean software; member in struct:st_renderbuffer
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_fbo.h7 * copy of this software and associated documentation files (the
58 boolean software; member in struct:st_renderbuffer
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm47 This library is free software; you can redistribute it and/or modify
51 Alternatively, this software may be distributed under the terms of the
H A DUtil.pm86 This library is free software; you can redistribute it and/or modify
90 Alternatively, this software may be distributed under the terms of the
/external/ant-glob/
H A DNOTICE28 * including but not limited to software source code, documentation
198 * Unless required by applicable law or agreed to in writing, software
206 http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
208 This work (and included software, documentation such as READMEs, or other
214 Permission to copy, modify, and distribute this software and its documentation,
217 software and documentation or portions thereof, including modifications:
239 publicity pertaining to the software without specific, written prior permission.
240 Title to copyright in this software and any associated documentation will at
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d11/
H A Ddxgid3d11.cpp6 * a copy of this software and associated documentation files (the
7 * "software"), to deal in the software without restriction, including
9 * distribute, sublicense, and/or sell copies of the software, and to
10 * permit persons to whom the software is furnished to do so, subject to
15 * portions of the software.
36 HMODULE software,
95 HMODULE software,
109 hr = D3D11CreateDevice(adapter, driver_type, software, flags, feature_levels, num_feature_levels, sdk_version, (ID3D11Device**)&dev, feature_level, (ID3D11DeviceContext**)&ctx);
33 D3D11CreateDevice( IDXGIAdapter *adapter, D3D_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, const D3D_FEATURE_LEVEL *feature_levels, unsigned num_feature_levels, unsigned sdk_version, ID3D11Device **out_device, D3D_FEATURE_LEVEL *feature_level, ID3D11DeviceContext **out_immediate_context ) argument
92 D3D11CreateDeviceAndSwapChain( IDXGIAdapter* adapter, D3D_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, CONST D3D_FEATURE_LEVEL* feature_levels, unsigned num_feature_levels, unsigned sdk_version, CONST DXGI_SWAP_CHAIN_DESC* pSwapChainDesc, IDXGISwapChain** out_swap_chain, ID3D11Device** out_device, D3D_FEATURE_LEVEL* feature_level, ID3D11DeviceContext** out_immediate_context ) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
H A Ddxgid3d11.cpp6 * a copy of this software and associated documentation files (the
7 * "software"), to deal in the software without restriction, including
9 * distribute, sublicense, and/or sell copies of the software, and to
10 * permit persons to whom the software is furnished to do so, subject to
15 * portions of the software.
36 HMODULE software,
95 HMODULE software,
109 hr = D3D11CreateDevice(adapter, driver_type, software, flags, feature_levels, num_feature_levels, sdk_version, (ID3D11Device**)&dev, feature_level, (ID3D11DeviceContext**)&ctx);
33 D3D11CreateDevice( IDXGIAdapter *adapter, D3D_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, const D3D_FEATURE_LEVEL *feature_levels, unsigned num_feature_levels, unsigned sdk_version, ID3D11Device **out_device, D3D_FEATURE_LEVEL *feature_level, ID3D11DeviceContext **out_immediate_context ) argument
92 D3D11CreateDeviceAndSwapChain( IDXGIAdapter* adapter, D3D_DRIVER_TYPE driver_type, HMODULE software, unsigned flags, CONST D3D_FEATURE_LEVEL* feature_levels, unsigned num_feature_levels, unsigned sdk_version, CONST DXGI_SWAP_CHAIN_DESC* pSwapChainDesc, IDXGISwapChain** out_swap_chain, ID3D11Device** out_device, D3D_FEATURE_LEVEL* feature_level, ID3D11DeviceContext** out_immediate_context ) argument
/external/chromium_org/cc/debug/
H A Dframe_rate_counter.h25 void SaveTimeStamp(base::TimeTicks timestamp, bool software);
H A Dframe_rate_counter.cc47 void FrameRateCounter::SaveTimeStamp(base::TimeTicks timestamp, bool software) { argument
58 if (software) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.h14 * derived from this software without specific prior written permission.
80 const std::string& software() const { return software_; } function in class:cricket::TurnServer
81 void set_software(const std::string& software) { software_ = software; } argument
/external/chromium_org/third_party/JSON/JSON-2.59/eg/
H A Dbench_decode.pl66 This library is free software; you can redistribute it and/or modify it
H A Dbench_encode.pl82 This library is free software; you can redistribute it and/or modify it
/external/eyes-free/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/external/icu4c/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/external/jmdns/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/external/jsilver/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/external/mp4parser/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/external/safe-iop/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/external/smack/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/external/valgrind/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software

Completed in 6571 milliseconds

1234567891011>>