Searched refs:API_ENTRY (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp39 #undef API_ENTRY macro
47 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
63 #define API_ENTRY(_api) __attribute__((noinline)) _api
95 #define API_ENTRY(_api) _api
115 #undef API_ENTRY macro
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp91 #undef API_ENTRY macro
99 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
115 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
147 #define API_ENTRY(_api) _api macro
165 #undef API_ENTRY macro
/frameworks/native/opengl/libs/EGL/
H A DgetProcAddress.cpp29 #undef API_ENTRY macro
41 #define API_ENTRY(_api) __attribute__((naked)) _api macro
61 #define API_ENTRY(_api) __attribute__((noinline)) _api
95 void API_ENTRY(GL_EXTENSION_NAME(_n))() { \
156 #undef API_ENTRY macro

Completed in 63 milliseconds