HomeSort by relevance Sort by last modified time
    Searched refs:CommandBufferClientImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.cc 48 class CommandBufferClientImpl::SyncClientImpl
78 CommandBufferClientImpl::CommandBufferClientImpl(
92 CommandBufferClientImpl::~CommandBufferClientImpl() {}
94 bool CommandBufferClientImpl::Initialize() {
121 gpu::CommandBuffer::State CommandBufferClientImpl::GetLastState() {
125 int32 CommandBufferClientImpl::GetLastToken() {
130 void CommandBufferClientImpl::Flush(int32 put_offset) {
138 void CommandBufferClientImpl::WaitForTokenInRange(int32 start, int32 end)
    [all...]
command_buffer_client_impl.h 24 class CommandBufferClientImpl;
32 class CommandBufferClientImpl : public CommandBufferClient,
37 explicit CommandBufferClientImpl(
41 virtual ~CommandBufferClientImpl();
gles2_context.h 45 CommandBufferClientImpl command_buffer_;

Completed in 175 milliseconds