Searched defs:software (Results 1 - 12 of 12) sorted by relevance

/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/chromium_org/cc/debug/
H A Dframe_rate_counter.cc47 void FrameRateCounter::SaveTimeStamp(base::TimeTicks timestamp, bool software) { argument
58 if (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/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/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.h14 * derived from this software without specific prior written permission.
88 const std::string& software() const { return software_; } function in class:cricket::TurnServer
89 void set_software(const std::string& software) { software_ = software; } argument
H A Dstun_unittest.cc14 * derived from this software without specific prior written permission.
604 const StunByteStringAttribute* software = local
606 ASSERT_TRUE(software != NULL);
607 EXPECT_EQ(kRfc5769SampleMsgClientSoftware, software->GetString());
632 const StunByteStringAttribute* software = local
634 ASSERT_TRUE(software != NULL);
635 EXPECT_EQ(kRfc5769SampleMsgServerSoftware, software->GetString());
655 const StunByteStringAttribute* software = local
657 ASSERT_TRUE(software != NULL);
658 EXPECT_EQ(kRfc5769SampleMsgServerSoftware, software
[all...]
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c11 * Unless required by applicable law or agreed to in writing, software
69 static char hostname[MAX_ESCAPED_DOMAIN_NAME], hardware[256], software[256]; variable
153 strncpy(software, (char*)(p+1), p[0]);
154 software[p[0]] = 0;
304 hostname[0] = hardware[0] = software[0] = 0;
350 if (hardware[0] || software[0])
353 printf("HINFO Software: %s\n", software);
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.cc402 bool software,
410 software_(software),
397 GpuChannel(GpuChannelManager* gpu_channel_manager, GpuWatchdog* watchdog, gfx::GLShareGroup* share_group, gpu::gles2::MailboxManager* mailbox, int client_id, bool software, bool allow_future_sync_points) argument
H A Dgpu_command_buffer_stub.cc160 bool software,
171 software_(software),
483 LOG(ERROR) << "No software support.";
147 GpuCommandBufferStub( GpuChannel* channel, GpuCommandBufferStub* share_group, const gfx::GLSurfaceHandle& handle, gpu::gles2::MailboxManager* mailbox_manager, const gfx::Size& size, const gpu::gles2::DisallowedFeatures& disallowed_features, const std::vector<int32>& attribs, gfx::GpuPreference gpu_preference, bool use_virtualized_gl_context, int32 route_id, int32 surface_id, GpuWatchdog* watchdog, bool software, const GURL& active_url) argument

Completed in 190 milliseconds