Searched defs:CommandBufferService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc19 CommandBufferService::CommandBufferService( function in class:gpu::CommandBufferService
33 CommandBufferService::~CommandBufferService() {
36 bool CommandBufferService::Initialize() {
40 CommandBufferService::State CommandBufferService::GetLastState() {
53 int32 CommandBufferService::GetLastToken() {
57 void CommandBufferService::UpdateState() {
59 CommandBufferService
[all...]
H A Dcommand_buffer_service.h40 class GPU_EXPORT CommandBufferService : public CommandBufferServiceBase { class in namespace:gpu
43 explicit CommandBufferService(
45 virtual ~CommandBufferService();
107 DISALLOW_COPY_AND_ASSIGN(CommandBufferService);

Completed in 65 milliseconds