Home
last modified time | relevance | path

Searched defs:API_ENTRY (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp47 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
63 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
95 #define API_ENTRY(_api) _api macro
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp99 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
115 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
147 #define API_ENTRY(_api) _api macro
/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp41 #define API_ENTRY(_api) __attribute__((naked)) _api macro