PpapiCommandBufferProxy   16 ppapi/proxy/ppapi_command_buffer_proxy.cc PpapiCommandBufferProxy::PpapiCommandBufferProxy(
PpapiCommandBufferProxy   23 ppapi/proxy/ppapi_command_buffer_proxy.cc PpapiCommandBufferProxy::~PpapiCommandBufferProxy() {
PpapiCommandBufferProxy   28 ppapi/proxy/ppapi_command_buffer_proxy.cc bool PpapiCommandBufferProxy::Initialize() {
PpapiCommandBufferProxy   32 ppapi/proxy/ppapi_command_buffer_proxy.cc gpu::CommandBuffer::State PpapiCommandBufferProxy::GetState() {
PpapiCommandBufferProxy   46 ppapi/proxy/ppapi_command_buffer_proxy.cc gpu::CommandBuffer::State PpapiCommandBufferProxy::GetLastState() {
PpapiCommandBufferProxy   51 ppapi/proxy/ppapi_command_buffer_proxy.cc int32 PpapiCommandBufferProxy::GetLastToken() {
PpapiCommandBufferProxy   56 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::Flush(int32 put_offset) {
PpapiCommandBufferProxy   70 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::WaitForTokenInRange(int32 start, int32 end) {
PpapiCommandBufferProxy   86 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::WaitForGetOffsetInRange(int32 start, int32 end) {
PpapiCommandBufferProxy  102 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::SetGetBuffer(int32 transfer_buffer_id) {
PpapiCommandBufferProxy  109 ppapi/proxy/ppapi_command_buffer_proxy.cc scoped_refptr<gpu::Buffer> PpapiCommandBufferProxy::CreateTransferBuffer(
PpapiCommandBufferProxy  142 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::DestroyTransferBuffer(int32 id) {
PpapiCommandBufferProxy  150 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::Echo(const base::Closure& callback) {
PpapiCommandBufferProxy  154 ppapi/proxy/ppapi_command_buffer_proxy.cc uint32 PpapiCommandBufferProxy::CreateStreamTexture(uint32 texture_id) {
PpapiCommandBufferProxy  159 ppapi/proxy/ppapi_command_buffer_proxy.cc uint32 PpapiCommandBufferProxy::InsertSyncPoint() {
PpapiCommandBufferProxy  168 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::SignalSyncPoint(uint32 sync_point,
PpapiCommandBufferProxy  173 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::SignalQuery(uint32 query,
PpapiCommandBufferProxy  178 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::SetSurfaceVisible(bool visible) {
PpapiCommandBufferProxy  182 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::SendManagedMemoryStats(
PpapiCommandBufferProxy  187 ppapi/proxy/ppapi_command_buffer_proxy.cc gpu::Capabilities PpapiCommandBufferProxy::GetCapabilities() {
PpapiCommandBufferProxy  193 ppapi/proxy/ppapi_command_buffer_proxy.cc gfx::GpuMemoryBuffer* PpapiCommandBufferProxy::CreateGpuMemoryBuffer(
PpapiCommandBufferProxy  202 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::DestroyGpuMemoryBuffer(int32 id) {
PpapiCommandBufferProxy  206 ppapi/proxy/ppapi_command_buffer_proxy.cc bool PpapiCommandBufferProxy::Send(IPC::Message* msg) {
PpapiCommandBufferProxy  216 ppapi/proxy/ppapi_command_buffer_proxy.cc void PpapiCommandBufferProxy::UpdateState(
PpapiCommandBufferProxy   24 ppapi/proxy/ppapi_command_buffer_proxy.h class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public gpu::CommandBuffer,
PpapiCommandBufferProxy   27 ppapi/proxy/ppapi_command_buffer_proxy.h   PpapiCommandBufferProxy(const HostResource& resource,
PpapiCommandBufferProxy   29 ppapi/proxy/ppapi_command_buffer_proxy.h   virtual ~PpapiCommandBufferProxy();
PpapiCommandBufferProxy   74 ppapi/proxy/ppapi_command_buffer_proxy.h   DISALLOW_COPY_AND_ASSIGN(PpapiCommandBufferProxy);
PpapiCommandBufferProxy   61 ppapi/proxy/ppb_graphics_3d_proxy.cc       new PpapiCommandBufferProxy(host_resource(), dispatcher));
PpapiCommandBufferProxy   27 ppapi/proxy/ppb_graphics_3d_proxy.h class PpapiCommandBufferProxy;
PpapiCommandBufferProxy   56 ppapi/proxy/ppb_graphics_3d_proxy.h   scoped_ptr<PpapiCommandBufferProxy> command_buffer_;