Home | History | Annotate | Download | only in GLES_CM

Lines Matching refs:_api

97     #define API_ENTRY(_api) _api
99 #define CALL_GL_API(_api, ...) \
101 if (_c) return _c->_api(__VA_ARGS__);
107 #define API_ENTRY(_api) __attribute__((noinline)) _api
109 #define CALL_GL_API(_api, ...) \
117 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
123 #define API_ENTRY(_api) __attribute__((noinline)) _api
125 #define CALL_GL_API(_api, ...) \
135 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
141 #define API_ENTRY(_api) __attribute__((noinline)) _api
143 #define CALL_GL_API(_api, ...) \
154 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
160 #define API_ENTRY(_api) __attribute__((noinline)) _api
162 #define CALL_GL_API(_api, ...) \
173 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
179 #define API_ENTRY(_api) __attribute__((noinline)) _api
181 #define CALL_GL_API(_api, ...) \
205 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) \
211 #define CALL_GL_API_RETURN(_api, ...) \
212 CALL_GL_API(_api, __VA_ARGS__) \