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, | |
519 int32_t* success); | 518 int32_t* success); |
520 static NaClSrpcError PPB_Graphics3DTrusted_GetRingBuffer( | 519 static NaClSrpcError PPB_Graphics3DTrusted_SetGetBuffer( |
521 NaClSrpcChannel* channel, | 520 NaClSrpcChannel* channel, |
522 PP_Resource resource_id, | 521 PP_Resource resource_id, |
523 NaClSrpcImcDescType* shm_desc, | 522 int32_t shm_id); |
524 int32_t* shm_size); | |
525 static NaClSrpcError PPB_Graphics3DTrusted_GetState( | 523 static NaClSrpcError PPB_Graphics3DTrusted_GetState( |
526 NaClSrpcChannel* channel, | 524 NaClSrpcChannel* channel, |
527 PP_Resource resource_id, | 525 PP_Resource resource_id, |
528 nacl_abi_size_t* state_bytes, char* state); | 526 nacl_abi_size_t* state_bytes, char* state); |
529 static NaClSrpcError PPB_Graphics3DTrusted_Flush( | 527 static NaClSrpcError PPB_Graphics3DTrusted_Flush( |
530 NaClSrpcChannel* channel, | 528 NaClSrpcChannel* channel, |
531 PP_Resource resource_id, | 529 PP_Resource resource_id, |
532 int32_t put_offset); | 530 int32_t put_offset); |
533 static NaClSrpcError PPB_Graphics3DTrusted_FlushSync( | 531 static NaClSrpcError PPB_Graphics3DTrusted_FlushSync( |
534 NaClSrpcChannel* channel, | 532 NaClSrpcChannel* channel, |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 PpbZoomRpcClient(); | 997 PpbZoomRpcClient(); |
1000 PpbZoomRpcClient(const PpbZoomRpcClient&); | 998 PpbZoomRpcClient(const PpbZoomRpcClient&); |
1001 void operator=(const PpbZoomRpcClient); | 999 void operator=(const PpbZoomRpcClient); |
1002 }; // class PpbZoomRpcClient | 1000 }; // class PpbZoomRpcClient |
1003 | 1001 |
1004 | 1002 |
1005 | 1003 |
1006 | 1004 |
1007 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1005 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
1008 | 1006 |
OLD | NEW |