egl/eglinterface/include/1.4/khronos_types.h
branchCompilerCompatibility
changeset 29 32d0abd57edb
parent 0 5d03bc08d59c
equal deleted inserted replaced
25:8a20451cf4b8 29:32d0abd57edb
    29 typedef TUint8  khronos_uint8_t;  // unsigned char
    29 typedef TUint8  khronos_uint8_t;  // unsigned char
    30 typedef TInt16  khronos_int16_t;  // short int
    30 typedef TInt16  khronos_int16_t;  // short int
    31 typedef TUint16 khronos_uint16_t; // unsigned short int
    31 typedef TUint16 khronos_uint16_t; // unsigned short int
    32 typedef TInt32  khronos_int32_t;  // long int
    32 typedef TInt32  khronos_int32_t;  // long int
    33 typedef TUint32 khronos_uint32_t; // unsigned long int
    33 typedef TUint32 khronos_uint32_t; // unsigned long int
    34 typedef TUint64 khronos_utime_nanoseconds_t;  // unsigned long long
    34 
       
    35 typedef TInt64  khronos_int64_t;  // long int
       
    36 typedef TUint64 khronos_uint64_t; // unsigned long int
       
    37 
       
    38 typedef TUint64	khronos_utime_nanoseconds_t;
       
    39 typedef TInt32	khronos_stime_nanoseconds_t;
    35 
    40 
    36 #endif // __KHRONOS_TYPES_H__
    41 #endif // __KHRONOS_TYPES_H__