Home
last modified time | relevance | path

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

/frameworks/base/libs/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.cpp118 mAttribs[userNum].normalized = c.getType() != RS_TYPE_FLOAT_32;//c.getIsNormalized(); 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.cpp42 EI->normalized = _norm; \ in Init()
87 EI->normalized); in Create()
103 EI->normalized); in Create()
Dslang_rs_export_element.h46 bool normalized; member
/frameworks/base/opengl/libs/GLES2_dbg/src/
Dheader.h104 GLboolean normalized : 1; member
107 buffer(0), normalized(0), enabled(0) {} in VertexAttrib()
145 GLboolean normalized, GLsizei stride, const GLvoid* ptr);
Ddbgcontext.cpp303 GLboolean normalized, GLsizei stride, const GLvoid* ptr) in glVertexAttribPointer() argument
309 vertexAttribs[indx].normalized = normalized; in glVertexAttribPointer()
Dapi.cpp3451 void Debug_glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsize… in Debug_glVertexAttribPointer() argument
3458 GLboolean normalized; in Debug_glVertexAttribPointer() member
3463 _c->glVertexAttribPointer(indx, size, type, normalized, stride, ptr); in Debug_glVertexAttribPointer()
3464 … getDbgContextThreadSpecific()->glVertexAttribPointer(indx, size, type, normalized, stride, ptr); in Debug_glVertexAttribPointer()
3471 caller.normalized = normalized; in Debug_glVertexAttribPointer()
3478 msg.set_arg3(normalized); in Debug_glVertexAttribPointer()
3540 void Debug_glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsize…
/frameworks/base/opengl/tools/glgen/stubs/gles11/
DGLES20cHeader.cpp124 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument
125 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
/frameworks/opt/calendar/src/com/android/calendarcommon/
DRecurrenceProcessor.java1280 private static final long normDateTimeComparisonValue(Time normalized) { in normDateTimeComparisonValue() argument
1283 return ((long)normalized.year << 26) + (normalized.month << 22) in normDateTimeComparisonValue()
1284 + (normalized.monthDay << 17) + (normalized.hour << 12) in normDateTimeComparisonValue()
1285 + (normalized.minute << 6) + normalized.second; in normDateTimeComparisonValue()
/frameworks/base/tools/aidl/
DType.cpp1151 string normalized = normalize_generic(name); in Search() local
1154 ssize_t baseIndex = normalized.find('<'); in Search()
1155 string base(normalized.c_str(), baseIndex); in Search()
1168 while (normalized[start] != '\0') { in Search()
1169 end = normalized.find(',', start); in Search()
1170 if (end == normalized.npos) { in Search()
1171 end = normalized.find('>', start); in Search()
1173 string s(normalized.c_str()+start, end-start); in Search()
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1896 boolean normalized, in glVertexAttribPointer() argument
1907 boolean normalized, in glVertexAttribPointerBounds() argument
1917 boolean normalized, in glVertexAttribPointer() argument
1925 normalized, in glVertexAttribPointer()
/frameworks/base/opengl/libagl2/src/
Dvertex.cpp301 void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, in glVertexAttribPointer() argument
309 ctx->vert.attribs[index].normalized = normalized; in glVertexAttribPointer()
Dgles2context.h119 bool normalized : member
/frameworks/base/libs/rs/scriptc/
Drs_quaternion.rsh220 * Computes rotation matrix from the normalized quaternion
222 * @param p normalized quaternion
/frameworks/base/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/base/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);
/frameworks/base/opengl/libs/GLES2_dbg/
Dgl2_api_annotated.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/base/core/jni/
Dandroid_opengl_GLES20.cpp125 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() argument
126 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); in glVertexAttribPointerBounds()
4820 …(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, j… in android_glVertexAttribPointer__IIIZII() argument
4825 (GLboolean)normalized, in android_glVertexAttribPointer__IIIZII()
4834 …(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, j… in android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I() argument
4849 (GLboolean)normalized, in android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I()
/frameworks/base/opengl/include/GLES2/
Dgl2.h614 …glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
/frameworks/base/opengl/libs/
Dtrace.in373normalized, GLsizei stride, const GLvoid* ptr), (indx, size, type, normalized, stride, ptr), 6, "G…
Dglesv2dbg_functions.h375 GL_ENTRY(void, glVertexAttribPointer, GLuint indx, GLint size, GLenum type, GLboolean normalized, G…
Dentries.in373 GL_ENTRY(void, glVertexAttribPointer, GLuint indx, GLint size, GLenum type, GLboolean normalized, G…