Searched refs:_r (Results 1 – 8 of 8) sorted by relevance
/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/native/opengl/libs/EGL/ |
D | egl_tls.h | 59 #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
|
D | egl.cpp | 197 #define GL_ENTRY(_r, _api, ...) #_api, argument 198 #define EGL_ENTRY(_r, _api, ...) #_api, argument
|
D | egl_platform_entries.cpp | 976 SurfaceRef _r(dp, read); in eglMakeCurrentImpl() local 1022 if (!_r.get()) return setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE); in eglMakeCurrentImpl() 1034 _r.acquire(); in eglMakeCurrentImpl()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.h | 73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {}; in ColorRGB() 74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray, NOLINT(google-explicit-constructor) in ColorRGB() 75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; in ColorRGB() 76 float r(void) const { return _r; } in r() 81 float _r;
|
/frameworks/native/libs/ui/include_private/ui/ |
D | RegionHelper.h | 53 inline region(RECT const* _r, size_t _c) : rects(_r), count(_c), dx(), dy() {} in region() 54 inline region(RECT const* _r, size_t _c, TYPE _dx, TYPE _dy) in region() 55 : rects(_r), count(_c), dx(_dx), dy(_dy) {} in region()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 103 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) { in Key() argument 109 requestCode = _r; in Key() 120 hash = (ODD_PRIME_NUMBER*hash) + _r; in Key()
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_with_password | 26 …55ң�z�s�-0�s �Џ�ԃX��s��E���XO~8�qʝ���K4����7՟�ch�Y��{���Lf9�9Z���(�_r�`>�`]��i[#��dH�ԥ:i�F…
|