HomeSort by relevance Sort by last modified time
    Searched defs:CommandBufferService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc 19 CommandBufferService::CommandBufferService(
33 CommandBufferService::~CommandBufferService() {
36 bool CommandBufferService::Initialize() {
40 CommandBufferService::State CommandBufferService::GetLastState() {
53 int32 CommandBufferService::GetLastToken() {
57 void CommandBufferService::UpdateState() {
59 CommandBufferService::State state = GetLastState()
    [all...]
command_buffer_service.h 40 class GPU_EXPORT CommandBufferService : public CommandBufferServiceBase {
43 explicit CommandBufferService(
45 virtual ~CommandBufferService();
107 DISALLOW_COPY_AND_ASSIGN(CommandBufferService);

Completed in 48 milliseconds