Home
last modified time | relevance | path

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

12

/frameworks/rs/driver/
DrsdVertexArray.cpp50 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()
DrsdVertexArray.h41 bool normalized; variable
46 …void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, uint32_t offset, const ch…
DrsdMeshObj.cpp113 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32; in init()
/frameworks/base/graphics/java/android/graphics/drawable/
DTransitionDrawable.java178 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/
Dslang_rs_export_element.cpp41 EI->normalized = _norm; \ in Init()
85 EI->normalized); in Create()
100 EI->normalized); in Create()
Dslang_rs_export_element.h45 bool normalized; member
/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/media/mca/filterfw/native/core/
Dshader_program.cpp66 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()
Dshader_program.h413 bool normalized; member
/frameworks/base/tools/aidl/
DType.cpp1363 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/
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/base/opengl/java/android/opengl/
DGLES20.java1878 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/
Dandroid_opengl_GLES10Ext.cpp62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
Dandroid_opengl_GLES20.cpp62 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()
Dandroid_opengl_GLES10.cpp62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
Dandroid_opengl_GLES11.cpp62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
Dandroid_opengl_GLES11Ext.cpp62 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/
Drs_quaternion.rsh224 * Computes rotation matrix from the normalized quaternion
226 * @param p normalized quaternion
/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…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_fixup.cpp471 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/
Dgl2_api.in421 void API_ENTRY(glVertexAttribPointer)(GLuint indx, GLint size, GLenum type, GLboolean normalized, G…
422 CALL_GL_API(glVertexAttribPointer, indx, size, type, normalized, stride, ptr);
Dgl3_api.in421 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/
Dgl2.h613 …glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
/frameworks/native/opengl/include/GLES3/
Dgl3.h947 …glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
/frameworks/native/opengl/libs/
Dtrace.in537normalized, GLsizei stride, const GLvoid* ptr), (indx, size, type, normalized, stride, ptr), 6, "G…

12