Home
last modified time | relevance | path

Searched refs:_d (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp204 Rational(void) : _n(0), _d(1) {} in Rational()
205 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {} in Rational()
207 uint32_t denominator(void) { return _d; } in denominator()
220 operator double() const { return (double) _n / (double) _d; } in operator double()
225 uint32_t _d; member in Rational
1339 if (((uint64_t) _n * other._d) in operator ==()
1340 == ((uint64_t) _d * other._n)) { return true; } in operator ==()
1347 if (((uint64_t) _n * other._d) in operator <()
1348 < ((uint64_t) _d * other._n)) { return true; } in operator <()
1357 out << _n << '/' << _d; in operator string()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp763 SurfaceRef _d(dp.get(), draw); in eglMakeCurrent() local
803 if (!_d.get()) return setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE); in eglMakeCurrent()
826 _d.acquire(); in eglMakeCurrent()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...