Searched refs:_r (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_hooks.cpp25 #define GL_ENTRY(_r, _api, ...) GLTrace_ ## _api,
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h64 #define setError(_e, _r) \
65 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r)
67 #define setErrorQuiet(_e, _r) \
68 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r, true)
H A Dtrace.cpp350 #define GL_ENTRY(_r, _api, ...) Tracing_ ## _api,
411 #define GL_ENTRY(_r, _api, ...) Systrace_ ## _api,
452 _type _r = _c->_api _argList; \
454 return _r; \
464 #define GL_ENTRY(_r, _api, ...) ErrorTrace_ ## _api,
H A Degl.cpp374 #define GL_ENTRY(_r, _api, ...) #_api,
375 #define EGL_ENTRY(_r, _api, ...) #_api,
H A DeglApi.cpp522 SurfaceRef _r(dp.get(), read);
585 _r.acquire();
/frameworks/native/opengl/libs/
H A Dhooks.h66 #define GL_ENTRY(_r, _api, ...) _r (*_api)(__VA_ARGS__);
67 #define EGL_ENTRY(_r, _api, ...) _r (*_api)(__VA_ARGS__);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h76 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
77 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
78 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
79 float r(void) const { return _r; }
84 float _r; member in class:ColorRGB
/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java62 int _r, Intent[] _i, String[] _it, int _f, Bundle _o, int _userId) {
67 requestCode = _r;
78 hash = (ODD_PRIME_NUMBER*hash) + _r;
61 Key(int _t, String _p, ActivityRecord _a, String _w, int _r, Intent[] _i, String[] _it, int _f, Bundle _o, int _userId) argument
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java465 PostInstallData(InstallArgs _a, PackageInstalledInfo _r) { argument
467 res = _r;

Completed in 2163 milliseconds