Searched defs:API_ENTRY (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2.cpp | 43 #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 D | gl.cpp | 99 #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/ |
D | ClientAPIExts.cpp | 32 #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/ |
D | ClientAPIExts.cpp | 31 #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 D | getProcAddress.cpp | 39 #define API_ENTRY(_api) __attribute__((naked)) _api macro
|