Searched refs:SetToken (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Dmocks.cc19 void AsyncAPIMock::SetToken(unsigned int command, function in class:gpu::AsyncAPIMock
25 const cmd::SetToken* args =
26 static_cast<const cmd::SetToken*>(_args);
H A Dcommand_buffer_service.h38 virtual void SetToken(int32 token) OVERRIDE;
H A Dmocks.h63 // Sets the engine, to forward SetToken commands to it.
66 // Forwards the SetToken commands to the engine.
67 void SetToken(unsigned int command,
H A Dcommand_buffer_service.cc172 void CommandBufferService::SetToken(int32 token) { function in class:gpu::CommandBufferService
H A Dcommand_buffer_service_unittest.cc144 command_buffer_->SetToken(7);
H A Din_process_command_buffer.h107 virtual void SetToken(int32 token) OVERRIDE;
H A Dgpu_scheduler.cc185 command_buffer_->SetToken(token);
H A Dgpu_scheduler_unittest.cc214 EXPECT_CALL(*command_buffer_, SetToken(7));
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_token_store.h26 void SetToken(const std::string& token);
H A Dcloud_print_token_store_unittest.cc15 CloudPrintTokenStore::current()->SetToken("myclientlogintoken");
H A Dcloud_print_token_store.cc29 void CloudPrintTokenStore::SetToken(const std::string& token) { function in class:cloud_print::CloudPrintTokenStore
/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper.h143 void SetToken(uint32 token) { function in class:gpu::CommandBufferHelper
144 cmd::SetToken* cmd = GetCmdSpace<cmd::SetToken>();
H A Dcmd_buffer_helper.cc156 cmd::SetToken* cmd = GetCmdSpace<cmd::SetToken>();
H A Dclient_test_helper.h38 virtual void SetToken(int32 token) OVERRIDE;
H A Dring_buffer_test.cc43 api_mock_->SetToken(cmd::kSetToken, 1, *it);
49 void SetToken(unsigned int command, function in class:gpu::BaseRingBufferTest
57 api_mock_->SetToken(cmd::kSetToken, 1, _args);
67 // Forward the SetToken calls to the engine
69 .WillRepeatedly(DoAll(Invoke(this, &BaseRingBufferTest::SetToken),
120 // and SetToken are properly forwarded to the engine.
211 // RPC mechanism), making sure Noops are ignored and SetToken are properly
H A Dgles2_implementation_unittest.cc549 cmd::SetToken set_token1;
551 cmd::SetToken set_token2;
667 cmd::SetToken set_token1;
669 cmd::SetToken set_token2;
671 cmd::SetToken set_token3;
711 cmd::SetToken set_token1;
756 cmd::SetToken set_token1;
759 cmd::SetToken set_token2;
823 cmd::SetToken set_token1;
826 cmd::SetToken set_token
[all...]
H A Dclient_test_helper.cc96 void MockCommandBufferBase::SetToken(int32 token) { function in class:gpu::MockCommandBufferBase
H A Dcmd_buffer_helper_test.cc274 .WillOnce(DoAll(Invoke(api_mock_.get(), &AsyncAPIMock::SetToken),
301 .WillOnce(DoAll(Invoke(api_mock_.get(), &AsyncAPIMock::SetToken),
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer.h119 virtual void SetToken(int32 token) = 0;
H A Dcommand_buffer_mock.h35 MOCK_METHOD1(SetToken, void(int32 token));
H A Dcmd_buffer_common.h152 OP(SetToken) /* 1 */ \
202 // The SetToken command puts a token in the command stream that you can
204 struct SetToken { struct in namespace:gpu::cmd
205 typedef SetToken ValueType;
226 COMPILE_ASSERT(sizeof(SetToken) == 8, Sizeof_SetToken_is_not_8);
227 COMPILE_ASSERT(offsetof(SetToken, header) == 0,
229 COMPILE_ASSERT(offsetof(SetToken, token) == 4,
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.h50 virtual void SetToken(int32 token);
H A Dppb_graphics_3d_proxy.cc153 virtual void SetToken(int32 token) OVERRIDE {
155 gpu_command_buffer_->SetToken(token);
H A Dppapi_command_buffer_proxy.cc211 void PpapiCommandBufferProxy::SetToken(int32 token) { function in class:ppapi::proxy::PpapiCommandBufferProxy
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.h96 virtual void SetToken(int32 token) OVERRIDE;

Completed in 259 milliseconds

12