1 // Auto-generated with: android/scripts/gen-entries.py --mode=funcargs android/android-emugl/host/libs/libOpenGLESDispatch/gles12tr.entries --output=android/android-emugl/host/include/OpenGLESDispatch/gles12tr.h 2 // DO NOT EDIT THIS FILE 3 4 #ifndef GLES12_TR_FUNCTIONS_H 5 #define GLES12_TR_FUNCTIONS_H 6 7 typedef void* voidptr; 8 #define LIST_GLES12_TR_FUNCTIONS(X) \ 9 X(voidptr, create_gles1_context, (void* share, const void* underlying_apis), (share, underlying_apis)) \ 10 X(voidptr, get_current_gles_context, (), ()) \ 11 X(void, set_current_gles_context, (void* ctx), (ctx)) \ 12 X(voidptr, create_underlying_api, (), ()) \ 13 X(void, make_current_setup, (uint32_t surf_width, uint32_t surf_height), (surf_width, surf_height)) \ 14 X(void, destroy_gles1_context, (void* ctx), (ctx)) \ 15 16 17 #endif // GLES12_TR_FUNCTIONS_H 18