/frameworks/base/media/java/android/media/ |
D | JetPlayer.java | 277 int transpose, int muteFlags, byte userID) { in queueJetSegment() argument 279 transpose, muteFlags, userID); in queueJetSegment() 306 int transpose, boolean[] muteArray, byte userID) { in queueJetSegmentMuteArray() argument 311 transpose, muteArray, userID); in queueJetSegmentMuteArray() 543 int repeatCount, int transpose, int muteFlags, byte userID); in native_queueJetSegment() argument 545 int repeatCount, int transpose, boolean[] muteArray, byte userID); in native_queueJetSegmentMuteArray() argument
|
/frameworks/base/core/jni/ |
D | android_media_JetPlayer.cpp | 267 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags, in android_media_JetPlayer_queueSegment() argument 278 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); in android_media_JetPlayer_queueSegment() 293 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray, in android_media_JetPlayer_queueSegmentMuteArray() argument 322 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID); in android_media_JetPlayer_queueSegmentMuteArray()
|
D | android_opengl_GLES20.cpp | 4371 …(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref… in android_glUniformMatrix2fv__IIZ_3FI() argument 4392 (GLboolean)transpose, in android_glUniformMatrix2fv__IIZ_3FI() 4406 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) { in android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2() argument 4415 (GLboolean)transpose, in android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2() 4426 …(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref… in android_glUniformMatrix3fv__IIZ_3FI() argument 4447 (GLboolean)transpose, in android_glUniformMatrix3fv__IIZ_3FI() 4461 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) { in android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2() argument 4470 (GLboolean)transpose, in android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2() 4481 …(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref… in android_glUniformMatrix4fv__IIZ_3FI() argument 4502 (GLboolean)transpose, in android_glUniformMatrix4fv__IIZ_3FI() [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1732 boolean transpose, in glUniformMatrix2fv() argument 1742 boolean transpose, in glUniformMatrix2fv() argument 1751 boolean transpose, in glUniformMatrix3fv() argument 1761 boolean transpose, in glUniformMatrix3fv() argument 1770 boolean transpose, in glUniformMatrix4fv() argument 1780 boolean transpose, in glUniformMatrix4fv() argument
|
/frameworks/base/media/libmedia/ |
D | JetPlayer.cpp | 442 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose, in queueSegment() argument 446 segmentNum, libNum, repeatCount, transpose); in queueSegment() 448 … return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, userID); in queueSegment()
|
/frameworks/base/include/media/ |
D | JetPlayer.h | 55 int queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2_api.in | 382 void API_ENTRY(glUniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloa… 383 CALL_GL_API(glUniformMatrix2fv, location, count, transpose, value); 385 void API_ENTRY(glUniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloa… 386 CALL_GL_API(glUniformMatrix3fv, location, count, transpose, value); 388 void API_ENTRY(glUniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloa… 389 CALL_GL_API(glUniformMatrix4fv, location, count, transpose, value);
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 129 void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) 130 void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) 131 void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 601 …L_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* … 602 …L_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* … 603 …L_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* …
|
/frameworks/base/opengl/libs/ |
D | entries.in | 359 GL_ENTRY(void, glUniformMatrix2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloa… 360 GL_ENTRY(void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloa… 361 GL_ENTRY(void, glUniformMatrix4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloa…
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 430 segments start and stop time and each segments quantize, transpose, repeat and 494 mute flags, repeat and transpose settings and audition the segment as it will 499 <p><b>Note</b>: the audition attributes (mute flags, repeat and transpose) are <i 558 transpose during playback</li> 1131 …B, A, C, A, B, A, A would create a 36 bar song. Use JET to add repeats, transpose segments, and in…
|
/frameworks/base/docs/html/guide/topics/media/ |
D | index.jd | 139 // queue segment 5, repeat once, use General MIDI, transpose by -1 octave
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_nontext.txt | 1322 /sdcard/android/layout_tests/editing/deleting/transpose-empty.html
|