Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/rs/driver/
DrsdVertexArray.cpp50 normalized = false; in clear()
55 bool normalized, size_t offset, in set() argument
61 this->normalized = normalized; in set()
78 mAttribs[idx].normalized, in logAttrib()
113 mAttribs[ct].normalized, in setup()
DrsdVertexArray.h41 bool normalized; variable
46 …void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, size_t offset, const char…
DrsdMeshObj.cpp113 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32; in init()
/frameworks/base/graphics/java/android/graphics/drawable/
DTransitionDrawable.java179 float normalized = (float) in draw() local
181 done = normalized >= 1.0f; in draw()
182 normalized = Math.min(normalized, 1.0f); in draw()
183 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized); in draw()
/frameworks/compile/slang/
Dslang_rs_export_element.cpp37 bool normalized; member
61 EI->normalized = DataElementInfoTable[i].normalized; in Init()
97 EI->normalized); in Create()
112 EI->normalized); in Create()
Dslang_rs_export_element.h45 bool normalized; member
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java303 String normalized = language.toLowerCase(); in languageToInt() local
304 return ((normalized.charAt(0) & 0xFF) << 16) in languageToInt()
305 | ((normalized.charAt(1) & 0xFF) << 8) in languageToInt()
306 | (normalized.charAt(2) & 0xFF); in languageToInt()
DHdmiCecMessageBuilder.java111 String normalized = language.toLowerCase(); in buildSetMenuLanguageCommand() local
113 (byte) (normalized.charAt(0) & 0xFF), in buildSetMenuLanguageCommand()
114 (byte) (normalized.charAt(1) & 0xFF), in buildSetMenuLanguageCommand()
115 (byte) (normalized.charAt(2) & 0xFF), in buildSetMenuLanguageCommand()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java1300 private static final long normDateTimeComparisonValue(Time normalized) { in normDateTimeComparisonValue() argument
1303 return ((long)normalized.year << 26) + (normalized.month << 22) in normDateTimeComparisonValue()
1304 + (normalized.monthDay << 17) + (normalized.hour << 12) in normDateTimeComparisonValue()
1305 + (normalized.minute << 6) + normalized.second; in normDateTimeComparisonValue()
/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java234 Vector3 previousGravityVectorNormalized = mPreviousGravityVector.normalized(); in getStationaryStatus()
235 Vector3 currentGravityVectorNormalized = mCurrentGravityVector.normalized(); in getStationaryStatus()
328 public Vector3 normalized() { in normalized() method in AnyMotionDetector.Vector3
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp59 normalized(false), in VertexAttrib()
959 attrib.normalized = normalize; in SetAttributeValues()
985 attrib.normalized = normalize; in SetAttributeValues()
1025 attrib.normalized = false; in SetAttributeValues()
1071 attrib.normalized, in PushAttributes()
1081 attrib.normalized, in PushAttributes()
Dshader_program.h413 bool normalized; member
/frameworks/base/services/tests/servicestests/src/com/android/server/
DVector3Test.java106 AnyMotionDetector.Vector3 unitXAxisNormalized = unitXAxis.normalized();
112 AnyMotionDetector.Vector3 x3Normalized = x3.normalized();
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1881 boolean normalized, in glVertexAttribPointer() argument
1892 boolean normalized, in glVertexAttribPointerBounds() argument
1902 boolean normalized, in glVertexAttribPointer() argument
1910 normalized, in glVertexAttribPointer()
DGLES31.java1079 boolean normalized, in glVertexAttribFormat() argument
/frameworks/native/opengl/tools/glgen/stubs/gles11/
Dcommon.cpp40 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument
41 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
Dcamera_response_fast.rsh13 // The difference here is that we use a normalized model such
Dcamera_response.rsh13 // The difference here is that we use a normalized model such
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec142 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st…
143 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st…
DGLES31.spec65 void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…
/frameworks/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument
67 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
/frameworks/rs/api/
Drs_vector_math.spec158 summary: Approximate normalized vector
Drs_quaternion.spec73 Computes a rotation matrix from the normalized quaternion.
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp266 void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei str… in glVertexAttribPointer() argument
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd794 …ts the relative horizontal displacement of the trackball. The value is normalized to a range from …
795 <li>For a joystick, reports the absolute X position of the joystick. The value is normalized to a r…
804 …orts the relative vertical displacement of the trackball. The value is normalized to a range from …
805 <li>For a joystick, reports the absolute Y position of the joystick. The value is normalized to a r…
811 …ressure applied to the surface by a finger or other tool. The value is normalized to a range from …
819 …n relation to the maximum detectable size for the device. The value is normalized to a range from …
865 …ports the relative movement of the vertical scroll wheel. The value is normalized to a range from …
872 …rts the relative movement of the horizontal scroll wheel. The value is normalized to a range from …
879 <li>For a joystick, reports the absolute Z position of the joystick. The value is normalized to a r…
885 <li>For a joystick, reports the absolute rotation angle about the X axis. The value is normalized t…
[all …]

12