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

  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 104 GetCommandBuffer()->SetGetBuffer(transfer_buffer_id);
111 return GetCommandBuffer()->CreateTransferBuffer(size, id);
115 GetCommandBuffer()->DestroyTransferBuffer(id);
120 GetCommandBuffer()->Flush(put_offset);
127 GetCommandBuffer()->WaitForTokenInRange(start, end);
128 return GetCommandBuffer()->GetLastState();
134 GetCommandBuffer()->WaitForGetOffsetInRange(start, end);
135 return GetCommandBuffer()->GetLastState();
171 gpu::CommandBuffer* PPB_Graphics3D_Impl::GetCommandBuffer() {
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 111 gpu::CommandBuffer* Graphics3D::GetCommandBuffer() {

Completed in 33 milliseconds