/frameworks/rs/driver/ |
D | rsdVertexArray.cpp | 50 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()
|
D | rsdVertexArray.h | 41 bool normalized; variable 46 …void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, size_t offset, const char…
|
D | rsdMeshObj.cpp | 113 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32; in init()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | TransitionDrawable.java | 179 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/ |
D | slang_rs_export_element.cpp | 37 bool normalized; member 61 EI->normalized = DataElementInfoTable[i].normalized; in Init() 97 EI->normalized); in Create() 112 EI->normalized); in Create()
|
D | slang_rs_export_element.h | 45 bool normalized; member
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiUtils.java | 303 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()
|
D | HdmiCecMessageBuilder.java | 111 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/ |
D | RecurrenceProcessor.java | 1300 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/ |
D | AnyMotionDetector.java | 234 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/ |
D | shader_program.cpp | 59 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()
|
D | shader_program.h | 413 bool normalized; member
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | Vector3Test.java | 106 AnyMotionDetector.Vector3 unitXAxisNormalized = unitXAxis.normalized(); 112 AnyMotionDetector.Vector3 x3Normalized = x3.normalized();
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1881 boolean normalized, in glVertexAttribPointer() argument 1892 boolean normalized, in glVertexAttribPointerBounds() argument 1902 boolean normalized, in glVertexAttribPointer() argument 1910 normalized, in glVertexAttribPointer()
|
D | GLES31.java | 1079 boolean normalized, in glVertexAttribFormat() argument
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | common.cpp | 40 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/ |
D | camera_response_fast.rsh | 13 // The difference here is that we use a normalized model such
|
D | camera_response.rsh | 13 // The difference here is that we use a normalized model such
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 142 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…
|
D | GLES31.spec | 65 void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 66 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/ |
D | rs_vector_math.spec | 158 summary: Approximate normalized vector
|
D | rs_quaternion.spec | 73 Computes a rotation matrix from the normalized quaternion.
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 266 void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei str… in glVertexAttribPointer() argument
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___input.jd | 794 …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 …]
|