Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp49 #define API_ENTRY(_api) __attribute__((naked)) _api macro
67 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
109 #define API_ENTRY(_api) _api macro
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp104 #define API_ENTRY(_api) __attribute__((naked)) _api macro
122 #define API_ENTRY(_api) __attribute__((noinline)) _api macro
176 #define API_ENTRY(_api) _api macro
/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp43 #define API_ENTRY(_api) __attribute__((naked)) _api macro