Searched refs:GetLastToken (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer.h84 // fast as it is called for every command where GetLastToken is only called
87 virtual int32 GetLastToken() = 0;
H A Dcommand_buffer_mock.h27 MOCK_METHOD0(GetLastToken, int32());
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_test_helper.h32 virtual int32 GetLastToken() OVERRIDE;
H A Dclient_test_helper.cc33 int32 MockCommandBufferBase::GetLastToken() { function in class:gpu::MockCommandBufferBase
H A Dcmd_buffer_helper.h127 return command_buffer_->GetLastToken();
/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.h30 virtual int32 GetLastToken() OVERRIDE;
H A Dcommand_buffer_service.cc57 int32 CommandBufferService::GetLastToken() { function in class:gpu::CommandBufferService
H A Din_process_command_buffer.h99 virtual int32 GetLastToken() OVERRIDE;
H A Din_process_command_buffer.cc599 int32 InProcessCommandBuffer::GetLastToken() { function in class:gpu::InProcessCommandBuffer
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.h42 virtual int32 GetLastToken();
H A Dppapi_command_buffer_proxy.cc82 int32 PpapiCommandBufferProxy::GetLastToken() { function in class:ppapi::proxy::PpapiCommandBufferProxy
H A Dppb_graphics_3d_proxy.cc121 virtual int32 GetLastToken() OVERRIDE {
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.h87 virtual int32 GetLastToken() OVERRIDE;
H A Dcommand_buffer_proxy_impl.cc188 int32 CommandBufferProxyImpl::GetLastToken() { function in class:content::CommandBufferProxyImpl

Completed in 129 milliseconds