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

  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.cc 134 gpu::CommandBuffer* PlatformContext3D::GetCommandBuffer() {
ppb_graphics_3d_impl.cc 120 GetCommandBuffer()->SetGetBuffer(transfer_buffer_id);
125 return GetCommandBuffer()->GetState();
130 GetCommandBuffer()->CreateTransferBuffer(size, &id);
135 GetCommandBuffer()->DestroyTransferBuffer(id);
142 gpu::Buffer buffer = GetCommandBuffer()->GetTransferBuffer(id);
147 GetCommandBuffer()->Flush(put_offset);
152 gpu::CommandBuffer::State state = GetCommandBuffer()->GetState();
153 return GetCommandBuffer()->FlushSync(put_offset, state.get_offset);
159 return GetCommandBuffer()->FlushSync(put_offset, last_known_get);
163 return GetCommandBuffer()->InsertSyncPoint()
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 241 gpu::CommandBuffer* Graphics3D::GetCommandBuffer() {

Completed in 401 milliseconds