/frameworks/base/libs/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 | 118 mAttribs[userNum].normalized = c.getType() != RS_TYPE_FLOAT_32;//c.getIsNormalized(); 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 | 42 EI->normalized = _norm; \ in Init() 87 EI->normalized); in Create() 103 EI->normalized); in Create()
|
D | slang_rs_export_element.h | 46 bool normalized; member
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
D | header.h | 104 GLboolean normalized : 1; member 107 buffer(0), normalized(0), enabled(0) {} in VertexAttrib() 145 GLboolean normalized, GLsizei stride, const GLvoid* ptr);
|
D | dbgcontext.cpp | 303 GLboolean normalized, GLsizei stride, const GLvoid* ptr) in glVertexAttribPointer() argument 309 vertexAttribs[indx].normalized = normalized; in glVertexAttribPointer()
|
D | api.cpp | 3451 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/ |
D | GLES20cHeader.cpp | 124 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/ |
D | RecurrenceProcessor.java | 1280 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/ |
D | Type.cpp | 1151 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/ |
D | GLES20.java | 1896 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/ |
D | vertex.cpp | 301 void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, in glVertexAttribPointer() argument 309 ctx->vert.attribs[index].normalized = normalized; in glVertexAttribPointer()
|
D | gles2context.h | 119 bool normalized : member
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_quaternion.rsh | 220 * Computes rotation matrix from the normalized quaternion 222 * @param p normalized quaternion
|
/frameworks/base/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/base/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);
|
/frameworks/base/opengl/libs/GLES2_dbg/ |
D | gl2_api_annotated.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/base/core/jni/ |
D | android_opengl_GLES20.cpp | 125 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/ |
D | gl2.h | 614 …glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
|
/frameworks/base/opengl/libs/ |
D | trace.in | 373 …normalized, GLsizei stride, const GLvoid* ptr), (indx, size, type, normalized, stride, ptr), 6, "G…
|
D | glesv2dbg_functions.h | 375 GL_ENTRY(void, glVertexAttribPointer, GLuint indx, GLint size, GLenum type, GLboolean normalized, G…
|
D | entries.in | 373 GL_ENTRY(void, glVertexAttribPointer, GLuint indx, GLint size, GLenum type, GLboolean normalized, G…
|