Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_tls.h59 #define setError(_e, _r) egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r) argument
61 #define setErrorQuiet(_e, _r) egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r, true) argument
Degl.cpp197 #define GL_ENTRY(_r, _api, ...) #_api, argument
198 #define EGL_ENTRY(_r, _api, ...) #_api, argument
Degl_platform_entries.cpp991 SurfaceRef _r(dp, read); in eglMakeCurrentImpl() local
/frameworks/native/opengl/libs/
Dhooks.h59 #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/
DPendingIntentRecord.java149 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) { in Key()