Searched defs:_r (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_tls.h | 63 #define setError(_e, _r) \ argument 66 #define setErrorQuiet(_e, _r) \ argument
|
D | egl.cpp | 247 #define GL_ENTRY(_r, _api, ...) #_api, argument 248 #define EGL_ENTRY(_r, _api, ...) #_api, argument
|
D | egl_platform_entries.cpp | 1030 SurfaceRef _r(dp.get(), read); in eglMakeCurrentImpl() local
|
/frameworks/native/opengl/libs/ |
D | hooks.h | 59 #define GL_ENTRY(_r, _api, ...) _r (*(_api))(__VA_ARGS__); argument 60 #define EGL_ENTRY(_r, _api, ...) _r (*(_api))(__VA_ARGS__); argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 93 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) { in Key()
|