Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp43 #define API_ENTRY(_api) _api macro
59 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
92 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
126 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
160 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
196 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
/aosp_15_r20/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp99 #define API_ENTRY(_api) _api macro
115 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
148 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
182 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
216 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
252 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.cpp32 #define API_ENTRY(fname,params,args) \ macro
48 #define API_ENTRY(fname,params,args) \ macro
68 #define API_ENTRY(fname,params,args) \ in initClientFuncs() macro
93 #define API_ENTRY(fname,params,args) \ macro
129 #define API_ENTRY(fname,params,args) \ macro
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
DClientAPIExts.cpp31 #define API_ENTRY(fname,params,args) \ macro
47 #define API_ENTRY(fname,params,args) \ macro
67 #define API_ENTRY(fname,params,args) \ in initClientFuncs() macro
93 #define API_ENTRY(fname,params,args) \ macro
130 #define API_ENTRY(fname,params,args) \ macro
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DgetProcAddress.cpp39 #define API_ENTRY(_api) __attribute__((naked)) _api macro