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

  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.cc 16 PpapiCommandBufferProxy::PpapiCommandBufferProxy(
27 PpapiCommandBufferProxy::~PpapiCommandBufferProxy() {
32 bool PpapiCommandBufferProxy::Initialize() {
36 gpu::CommandBuffer::State PpapiCommandBufferProxy::GetLastState() {
41 int32 PpapiCommandBufferProxy::GetLastToken() {
47 void PpapiCommandBufferProxy::Flush(int32 put_offset) {
61 void PpapiCommandBufferProxy::WaitForTokenInRange(int32 start, int32 end) {
80 void PpapiCommandBufferProxy::WaitForGetOffsetInRange(int32 start, int32 end)
    [all...]
ppapi_command_buffer_proxy.h 27 class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public gpu::CommandBuffer,
30 PpapiCommandBufferProxy(const HostResource& resource,
33 virtual ~PpapiCommandBufferProxy();
84 DISALLOW_COPY_AND_ASSIGN(PpapiCommandBufferProxy);
ppb_graphics_3d_proxy.h 28 class PpapiCommandBufferProxy;
59 scoped_ptr<PpapiCommandBufferProxy> command_buffer_;
ppb_graphics_3d_proxy.cc 62 new PpapiCommandBufferProxy(host_resource(), dispatcher, shared_state));

Completed in 39 milliseconds