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

  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.h 27 class CommandBufferClientImpl;
36 class CommandBufferClientImpl : public CommandBufferClient,
42 explicit CommandBufferClientImpl(
46 virtual ~CommandBufferClientImpl();
command_buffer_client_impl.cc 49 CommandBufferClientImpl::CommandBufferClientImpl(
64 CommandBufferClientImpl::~CommandBufferClientImpl() {}
66 bool CommandBufferClientImpl::Initialize() {
95 gpu::CommandBuffer::State CommandBufferClientImpl::GetLastState() {
99 int32 CommandBufferClientImpl::GetLastToken() {
104 void CommandBufferClientImpl::Flush(int32 put_offset) {
112 void CommandBufferClientImpl::WaitForTokenInRange(int32 start, int32 end) {
121 void CommandBufferClientImpl::WaitForGetOffsetInRange(int32 start, int32 end)
    [all...]

Completed in 59 milliseconds