/frameworks/rs/driver/ |
D | rsdVertexArray.cpp | 49 normalized = false; in clear() 54 bool normalized, size_t offset, in set() argument 60 this->normalized = normalized; in set() 77 mAttribs[idx].normalized, in logAttrib() 112 mAttribs[ct].normalized, in setup()
|
D | rsdVertexArray.h | 43 bool normalized; variable 48 …void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, size_t offset, const char…
|
D | rsdMeshObj.cpp | 117 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32; in init()
|
/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/graphics/java/android/graphics/drawable/ |
D | TransitionDrawable.java | 195 float normalized = (float) in draw() local 197 done = normalized >= 1.0f; in draw() 198 normalized = Math.min(normalized, 1.0f); in draw() 199 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized); in draw()
|
/frameworks/native/libs/vr/libdvrcommon/tests/ |
D | pose_test.cpp | 32 FT(M_PI / 3.0), vec3_t(FT(3.0), FT(4.0), FT(5.0)).normalized())); in TYPED_TEST() 75 FT(M_PI / 6.0), vec3_t(FT(3.0), FT(4.0), FT(5.0)).normalized())); in TYPED_TEST() 102 FT(M_PI / 3.0), vec3_t(FT(1.0), FT(-1.0), FT(0.0)).normalized())); in TYPED_TEST() 130 FT(M_PI / 2.0), vec3_t(FT(4.0), FT(-2.0), FT(-1.0)).normalized())); in TYPED_TEST()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecMessageBuilder.java | 113 String normalized = language.toLowerCase(); in buildSetMenuLanguageCommand() local 115 (byte) (normalized.charAt(0) & 0xFF), in buildSetMenuLanguageCommand() 116 (byte) (normalized.charAt(1) & 0xFF), in buildSetMenuLanguageCommand() 117 (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 | 270 Vector3 previousGravityVectorNormalized = mPreviousGravityVector.normalized(); in getStationaryStatus() 271 Vector3 currentGravityVectorNormalized = mCurrentGravityVector.normalized(); in getStationaryStatus() 386 public Vector3 normalized() { in normalized() method in AnyMotionDetector.Vector3
|
/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/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | numeric.h | 84 vec2 normalized((pt - vec2(from.p1)).array() / vec2(from.GetSize()).array()); in MapPoint() 85 return (normalized * vec2(to.GetSize())) + vec2(to.p1); in MapPoint()
|
/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() 1075 attrib.normalized, in PushAttributes() 1085 attrib.normalized, in PushAttributes()
|
D | shader_program.h | 413 bool normalized; member
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | StaticLayoutTest.java | 675 String normalized; in buildTestMessage() local 677 normalized = "NFC"; in buildTestMessage() 679 normalized = "NFD"; in buildTestMessage() 681 normalized = "NFKC"; in buildTestMessage() 683 normalized = "NFKD"; in buildTestMessage() 695 + ", Normalization: " + normalized; in buildTestMessage()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1885 boolean normalized, in glVertexAttribPointer() argument 1896 boolean normalized, in glVertexAttribPointerBounds() argument 1906 boolean normalized, in glVertexAttribPointer() argument 1914 normalized, in glVertexAttribPointer()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | common.cpp | 29 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument 30 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
|
/frameworks/rs/tests/java_api/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 | 54 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument 55 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
|
/frameworks/rs/script_api/ |
D | rs_quaternion.spec | 73 Computes a rotation matrix from the normalized quaternion.
|
D | rs_vector_math.spec | 158 summary: Approximate normalized vector
|
/frameworks/base/core/java/android/content/ |
D | ContentProvider.java | 2229 final Uri normalized = uri.buildUpon() in validateIncomingUri() local 2231 Log.w(TAG, "Normalized " + uri + " to " + normalized in validateIncomingUri() 2233 return normalized; in validateIncomingUri()
|