/frameworks/rs/driver/ |
D | rsdVertexArray.cpp | 50 normalized = false; in clear() 55 bool normalized, uint32_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, uint32_t offset, const ch…
|
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 | 178 float normalized = (float) in draw() local 180 done = normalized >= 1.0f; in draw() 181 normalized = Math.min(normalized, 1.0f); in draw() 182 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized); in draw()
|
/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 41 EI->normalized = _norm; \ in Init() 85 EI->normalized); in Create() 100 EI->normalized); in Create()
|
D | slang_rs_export_element.h | 45 bool normalized; member
|
/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/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 66 normalized(false), in VertexAttrib() 966 attrib.normalized = normalize; in SetAttributeValues() 992 attrib.normalized = normalize; in SetAttributeValues() 1032 attrib.normalized = false; in SetAttributeValues() 1078 attrib.normalized, in PushAttributes() 1088 attrib.normalized, in PushAttributes()
|
D | shader_program.h | 413 bool normalized; member
|
/frameworks/base/tools/aidl/ |
D | Type.cpp | 1363 string normalized = normalize_generic(name); in Search() local 1366 ssize_t baseIndex = normalized.find('<'); in Search() 1367 string base(normalized.c_str(), baseIndex); in Search() 1380 while (normalized[start] != '\0') { in Search() 1381 end = normalized.find(',', start); in Search() 1382 if (end == normalized.npos) { in Search() 1383 end = normalized.find('>', start); in Search() 1385 string s(normalized.c_str()+start, end-start); in Search()
|
/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/base/opengl/java/android/opengl/ |
D | GLES20.java | 1878 boolean normalized, in glVertexAttribPointer() argument 1889 boolean normalized, in glVertexAttribPointerBounds() argument 1899 boolean normalized, in glVertexAttribPointer() argument 1907 normalized, in glVertexAttribPointer()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument 63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
|
D | android_opengl_GLES20.cpp | 62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument 63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds() 5978 …(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, j… in android_glVertexAttribPointer__IIIZII() argument 5983 (GLboolean)normalized, in android_glVertexAttribPointer__IIIZII() 5992 …(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, j… in android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I() argument 6008 (GLboolean)normalized, in android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I()
|
D | android_opengl_GLES10.cpp | 62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument 63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
|
D | android_opengl_GLES11.cpp | 62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument 63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
|
D | android_opengl_GLES11Ext.cpp | 62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument 63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
|
/frameworks/rs/scriptc/ |
D | rs_quaternion.rsh | 224 * Computes rotation matrix from the normalized quaternion 226 * @param p normalized quaternion
|
/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…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 471 GLboolean normalized, GLsizei stride, const GLvoid* ptr, in trace_glVertexAttribPointerData() argument 503 arg_normalized->add_boolvalue(normalized); in trace_glVertexAttribPointerData()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 421 void API_ENTRY(glVertexAttribPointer)(GLuint indx, GLint size, GLenum type, GLboolean normalized, G… 422 CALL_GL_API(glVertexAttribPointer, indx, size, type, normalized, stride, ptr);
|
D | gl3_api.in | 421 void API_ENTRY(glVertexAttribPointer)(GLuint indx, GLint size, GLenum type, GLboolean normalized, G… 422 CALL_GL_API(glVertexAttribPointer, indx, size, type, normalized, stride, ptr);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 613 …glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 947 …glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
|
/frameworks/native/opengl/libs/ |
D | trace.in | 537 …normalized, GLsizei stride, const GLvoid* ptr), (indx, size, type, normalized, stride, ptr), 6, "G…
|