Searched defs:divisor (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp165 const Vector2& vector2, float divisor) {
182 return (int) floor(angle / divisor);
164 getExtraVertexNumber(const Vector2& vector1, const Vector2& vector2, float divisor) argument
H A DSpotShadow.cpp124 float divisor = (dx * (p1.y - p2.y) + dy * p2.x - dy * p1.x); local
125 if (divisor == 0) return -1.0f; // error, invalid divisor
128 float interpVal = (dx * (p1.y - rayOrigin.y) + dy * rayOrigin.x - dy * p1.x) / divisor;
135 rayOrigin.x * (p2.y - p1.y)) / divisor;
/frameworks/av/services/audioflinger/
H A DEffects.cpp587 // round up delta valid if value and divisor are positive.
589 static T roundUpDelta(const T &value, const T &divisor) { argument
590 T remainder = value % divisor;
591 return remainder == 0 ? 0 : divisor - remainder;
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp604 unsigned long long divisor = fields[__STAT_READ_TICKS] local
608 * fields[__STAT_IN_QUEUE] + (divisor >> 1))
609 / divisor;
611 * fields[__STAT_IN_QUEUE] + (divisor >> 1))
612 / divisor;
618 unsigned long long divisor = fields[__STAT_WRITE_TICKS] local
622 * fields[__STAT_IN_QUEUE] + (divisor >> 1))
623 / divisor;
625 * fields[__STAT_IN_QUEUE] + (divisor >> 1))
626 / divisor;
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3224 /* void glVertexBindingDivisor ( GLuint bindingindex, GLuint divisor ) */
3227 (JNIEnv *_env, jobject _this, jint bindingindex, jint divisor) {
3230 (GLuint)divisor
3226 android_glVertexBindingDivisor__II(JNIEnv *_env, jobject _this, jint bindingindex, jint divisor) argument
H A Dandroid_opengl_GLES30.cpp4588 /* void glVertexAttribDivisor ( GLuint index, GLuint divisor ) */
4591 (JNIEnv *_env, jobject _this, jint index, jint divisor) {
4594 (GLuint)divisor
4590 android_glVertexAttribDivisor__II(JNIEnv *_env, jobject _this, jint index, jint divisor) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 636 milliseconds