HomeSort by relevance Sort by last modified time
    Searched refs:ESCALLBACK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esUtil.h 38 #define ESCALLBACK __cdecl
87 void (ESCALLBACK *drawFunc) ( void* );
88 void (ESCALLBACK *keyFunc) ( void*, unsigned char, int, int );
89 void (ESCALLBACK *updateFunc) ( void*, float deltaTime );
150 void ESUTIL_API esRegisterDrawFunc ( ESContext *esContext, void (ESCALLBACK *drawFunc) ( ESContext* ) );
157 void ESUTIL_API esRegisterUpdateFunc ( ESContext *esContext, void (ESCALLBACK *updateFunc) ( ESContext*, float ) );
165 void (ESCALLBACK *drawFunc) ( ESContext*, unsigned char, int, int ) );
esUtil.c 231 void ESUTIL_API esRegisterDrawFunc ( ESContext *esContext, void (ESCALLBACK *drawFunc) (ESContext* ) )
240 void ESUTIL_API esRegisterUpdateFunc ( ESContext *esContext, void (ESCALLBACK *updateFunc) ( ESContext*, float ) )
250 void (ESCALLBACK *keyFunc) (ESContext*, unsigned char, int, int ) )

Completed in 1266 milliseconds