Searched defs:GetLastState (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc40 CommandBufferService::State CommandBufferService::GetLastState() { function in class:gpu::CommandBufferService
54 return GetLastState().token;
59 CommandBufferService::State state = GetLastState();
H A Din_process_command_buffer.cc490 CommandBuffer::State InProcessCommandBuffer::GetLastState() { function in class:gpu::InProcessCommandBuffer
509 state_after_last_flush_ = command_buffer_->GetLastState();
587 state_after_last_flush_ = command_buffer_->GetLastState();
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_test_helper.cc28 CommandBuffer::State MockCommandBufferBase::GetLastState() { function in class:gpu::MockCommandBufferBase
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc36 gpu::CommandBuffer::State PpapiCommandBufferProxy::GetLastState() { function in class:ppapi::proxy::PpapiCommandBufferProxy
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc167 gpu::CommandBuffer::State CommandBufferProxyImpl::GetLastState() { function in class:content::CommandBufferProxyImpl
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc121 gpu::CommandBuffer::State CommandBufferClientImpl::GetLastState() { function in class:mojo::gles2::CommandBufferClientImpl

Completed in 266 milliseconds