Searched defs:DE_INLINE (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/debase/
H A DdeDefs.h208 # define DE_INLINE __forceinline macro
210 # define DE_INLINE static __inline__ macro
212 # define DE_INLINE inline /*!< Function inline. */ macro
240 DE_INLINE deBool deGetFalse (void) { return DE_FALSE; }
241 DE_INLINE deBool deGetTrue (void) { return DE_TRUE; }

Completed in 359 milliseconds