hostsupport/hostopenvg/inc/VG/openvg.h
branchbug235_bringup_0
changeset 56 40cc73c24bf8
parent 55 09263774e342
equal deleted inserted replaced
55:09263774e342 56:40cc73c24bf8
   737                                                   VGint setting) VG_API_EXIT;
   737                                                   VGint setting) VG_API_EXIT;
   738 
   738 
   739 /* Renderer and Extension Information */
   739 /* Renderer and Extension Information */
   740 VG_API_CALL const VGubyte * VG_API_ENTRY vgGetString(VGStringID name) VG_API_EXIT;
   740 VG_API_CALL const VGubyte * VG_API_ENTRY vgGetString(VGStringID name) VG_API_EXIT;
   741 
   741 
   742 VG_API_CALL VGErrorCode VG_API_ENTRY vgPlatsimGetError(void) VG_API_EXIT;
   742 VG_API_CALL VGErrorCode VG_API_ENTRY vgSimulatorGetError(void) VG_API_EXIT;
   743 
   743 
   744 #ifdef __cplusplus 
   744 #ifdef __cplusplus 
   745 } /* extern "C" */
   745 } /* extern "C" */
   746 #endif
   746 #endif
   747 
   747