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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 int32_t* pp_error); | 508 int32_t* pp_error); |
509 static NaClSrpcError PPB_Graphics3DTrusted_CreateRaw( | 509 static NaClSrpcError PPB_Graphics3DTrusted_CreateRaw( |
510 NaClSrpcChannel* channel, | 510 NaClSrpcChannel* channel, |
511 PP_Instance instance, | 511 PP_Instance instance, |
512 PP_Resource share_context, | 512 PP_Resource share_context, |
513 nacl_abi_size_t attrib_list_bytes, int32_t* attrib_list, | 513 nacl_abi_size_t attrib_list_bytes, int32_t* attrib_list, |
514 PP_Resource* resource_id); | 514 PP_Resource* resource_id); |
515 static NaClSrpcError PPB_Graphics3DTrusted_InitCommandBuffer( | 515 static NaClSrpcError PPB_Graphics3DTrusted_InitCommandBuffer( |
516 NaClSrpcChannel* channel, | 516 NaClSrpcChannel* channel, |
517 PP_Resource resource_id, | 517 PP_Resource resource_id, |
| 518 int32_t size, |
518 int32_t* success); | 519 int32_t* success); |
519 static NaClSrpcError PPB_Graphics3DTrusted_SetGetBuffer( | 520 static NaClSrpcError PPB_Graphics3DTrusted_GetRingBuffer( |
520 NaClSrpcChannel* channel, | 521 NaClSrpcChannel* channel, |
521 PP_Resource resource_id, | 522 PP_Resource resource_id, |
522 int32_t shm_id); | 523 NaClSrpcImcDescType* shm_desc, |
| 524 int32_t* shm_size); |
523 static NaClSrpcError PPB_Graphics3DTrusted_GetState( | 525 static NaClSrpcError PPB_Graphics3DTrusted_GetState( |
524 NaClSrpcChannel* channel, | 526 NaClSrpcChannel* channel, |
525 PP_Resource resource_id, | 527 PP_Resource resource_id, |
526 nacl_abi_size_t* state_bytes, char* state); | 528 nacl_abi_size_t* state_bytes, char* state); |
527 static NaClSrpcError PPB_Graphics3DTrusted_Flush( | 529 static NaClSrpcError PPB_Graphics3DTrusted_Flush( |
528 NaClSrpcChannel* channel, | 530 NaClSrpcChannel* channel, |
529 PP_Resource resource_id, | 531 PP_Resource resource_id, |
530 int32_t put_offset); | 532 int32_t put_offset); |
531 static NaClSrpcError PPB_Graphics3DTrusted_FlushSync( | 533 static NaClSrpcError PPB_Graphics3DTrusted_FlushSync( |
532 NaClSrpcChannel* channel, | 534 NaClSrpcChannel* channel, |
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1107 PpbZoomRpcClient(); | 1109 PpbZoomRpcClient(); |
1108 PpbZoomRpcClient(const PpbZoomRpcClient&); | 1110 PpbZoomRpcClient(const PpbZoomRpcClient&); |
1109 void operator=(const PpbZoomRpcClient); | 1111 void operator=(const PpbZoomRpcClient); |
1110 }; // class PpbZoomRpcClient | 1112 }; // class PpbZoomRpcClient |
1111 | 1113 |
1112 | 1114 |
1113 | 1115 |
1114 | 1116 |
1115 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1117 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
1116 | 1118 |
OLD | NEW |