Searched defs:divisor (Results 1 - 8 of 8) 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.cpp597 // round up delta valid if value and divisor are positive.
599 static T roundUpDelta(const T &value, const T &divisor) { argument
600 T remainder = value % divisor;
601 return remainder == 0 ? 0 : divisor - remainder;
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp600 unsigned long long divisor = fields[__STAT_READ_TICKS] local
604 * fields[__STAT_IN_QUEUE] + (divisor >> 1))
605 / divisor;
607 * fields[__STAT_IN_QUEUE] + (divisor >> 1))
608 / divisor;
614 unsigned long long divisor = fields[__STAT_WRITE_TICKS] local
618 * fields[__STAT_IN_QUEUE] + (divisor >> 1))
619 / divisor;
621 * fields[__STAT_IN_QUEUE] + (divisor >> 1))
622 / divisor;
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3677 /* void glVertexBindingDivisor ( GLuint bindingindex, GLuint divisor ) */
3680 (JNIEnv *_env, jobject _this, jint bindingindex, jint divisor) {
3683 (GLuint)divisor
3679 android_glVertexBindingDivisor__II(JNIEnv *_env, jobject _this, jint bindingindex, jint divisor) argument
H A Dandroid_opengl_GLES30.cpp5207 /* void glVertexAttribDivisor ( GLuint index, GLuint divisor ) */
5210 (JNIEnv *_env, jobject _this, jint index, jint divisor) {
5213 (GLuint)divisor
5209 android_glVertexAttribDivisor__II(JNIEnv *_env, jobject _this, jint index, jint divisor) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h5245 uint32_t divisor; member in struct:VkIndirectCommandsLayoutTokenNVX
/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 1081 milliseconds