| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 // | 4 // |
| 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING | 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING |
| 6 // | 6 // |
| 7 // Automatically generated code. See srpcgen.py | 7 // Automatically generated code. See srpcgen.py |
| 8 // | 8 // |
| 9 // NaCl Simple Remote Procedure Call interface abstractions. | 9 // NaCl Simple Remote Procedure Call interface abstractions. |
| 10 | 10 |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 NaClSrpcRpc* rpc, | 583 NaClSrpcRpc* rpc, |
| 584 NaClSrpcClosure* done, | 584 NaClSrpcClosure* done, |
| 585 PP_Instance instance, | 585 PP_Instance instance, |
| 586 PP_Resource share_context, | 586 PP_Resource share_context, |
| 587 nacl_abi_size_t attrib_list_bytes, int32_t* attrib_list, | 587 nacl_abi_size_t attrib_list_bytes, int32_t* attrib_list, |
| 588 PP_Resource* resource_id); | 588 PP_Resource* resource_id); |
| 589 static void PPB_Graphics3DTrusted_InitCommandBuffer( | 589 static void PPB_Graphics3DTrusted_InitCommandBuffer( |
| 590 NaClSrpcRpc* rpc, | 590 NaClSrpcRpc* rpc, |
| 591 NaClSrpcClosure* done, | 591 NaClSrpcClosure* done, |
| 592 PP_Resource resource_id, | 592 PP_Resource resource_id, |
| 593 int32_t size, | |
| 594 int32_t* success); | 593 int32_t* success); |
| 595 static void PPB_Graphics3DTrusted_GetRingBuffer( | 594 static void PPB_Graphics3DTrusted_SetGetBuffer( |
| 596 NaClSrpcRpc* rpc, | 595 NaClSrpcRpc* rpc, |
| 597 NaClSrpcClosure* done, | 596 NaClSrpcClosure* done, |
| 598 PP_Resource resource_id, | 597 PP_Resource resource_id, |
| 599 NaClSrpcImcDescType* shm_desc, | 598 int32_t shm_id); |
| 600 int32_t* shm_size); | |
| 601 static void PPB_Graphics3DTrusted_GetState( | 599 static void PPB_Graphics3DTrusted_GetState( |
| 602 NaClSrpcRpc* rpc, | 600 NaClSrpcRpc* rpc, |
| 603 NaClSrpcClosure* done, | 601 NaClSrpcClosure* done, |
| 604 PP_Resource resource_id, | 602 PP_Resource resource_id, |
| 605 nacl_abi_size_t* state_bytes, char* state); | 603 nacl_abi_size_t* state_bytes, char* state); |
| 606 static void PPB_Graphics3DTrusted_Flush( | 604 static void PPB_Graphics3DTrusted_Flush( |
| 607 NaClSrpcRpc* rpc, | 605 NaClSrpcRpc* rpc, |
| 608 NaClSrpcClosure* done, | 606 NaClSrpcClosure* done, |
| 609 PP_Resource resource_id, | 607 PP_Resource resource_id, |
| 610 int32_t put_offset); | 608 int32_t put_offset); |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1277 }; // class PpbZoomRpcServer | 1275 }; // class PpbZoomRpcServer |
| 1278 | 1276 |
| 1279 class PpbRpcs { | 1277 class PpbRpcs { |
| 1280 public: | 1278 public: |
| 1281 static NaClSrpcHandlerDesc srpc_methods[]; | 1279 static NaClSrpcHandlerDesc srpc_methods[]; |
| 1282 }; // class PpbRpcs | 1280 }; // class PpbRpcs |
| 1283 | 1281 |
| 1284 | 1282 |
| 1285 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1283 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
| 1286 | 1284 |
| OLD | NEW |