Searched refs:transpose (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/rs/
H A DrsMatrix2x2.h42 void transpose();
H A DrsMatrix3x3.h42 void transpose();
H A DrsMatrix2x2.cpp62 void Matrix2x2::transpose() { function in class:Matrix2x2
H A DrsMatrix3x3.cpp69 void Matrix3x3::transpose() { function in class:Matrix3x3
H A DrsMatrix4x4.h56 void transpose();
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java749 // C function void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
755 boolean transpose,
760 // C function void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
766 boolean transpose,
770 // C function void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
776 boolean transpose,
781 // C function void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
787 boolean transpose,
791 // C function void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
797 boolean transpose,
751 glProgramUniformMatrix2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
762 glProgramUniformMatrix2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
772 glProgramUniformMatrix3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
783 glProgramUniformMatrix3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
793 glProgramUniformMatrix4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
804 glProgramUniformMatrix4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
814 glProgramUniformMatrix2x3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
825 glProgramUniformMatrix2x3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
835 glProgramUniformMatrix3x2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
846 glProgramUniformMatrix3x2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
856 glProgramUniformMatrix2x4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
867 glProgramUniformMatrix2x4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
877 glProgramUniformMatrix4x2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
888 glProgramUniformMatrix4x2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
898 glProgramUniformMatrix3x4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
909 glProgramUniformMatrix3x4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
919 glProgramUniformMatrix4x3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
930 glProgramUniformMatrix4x3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
[all...]
H A DGLES30.java613 // C function void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
618 boolean transpose,
623 // C function void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
628 boolean transpose,
632 // C function void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
637 boolean transpose,
642 // C function void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
647 boolean transpose,
651 // C function void glUniformMatrix2x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
656 boolean transpose,
615 glUniformMatrix2x3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
625 glUniformMatrix2x3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
634 glUniformMatrix3x2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
644 glUniformMatrix3x2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
653 glUniformMatrix2x4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
663 glUniformMatrix2x4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
672 glUniformMatrix4x2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
682 glUniformMatrix4x2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
691 glUniformMatrix3x4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
701 glUniformMatrix3x4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
710 glUniformMatrix4x3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
720 glUniformMatrix4x3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
[all...]
H A DGLES20.java1712 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1717 boolean transpose,
1722 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1727 boolean transpose,
1731 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1736 boolean transpose,
1741 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1746 boolean transpose,
1750 // C function void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1755 boolean transpose,
1714 glUniformMatrix2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1724 glUniformMatrix2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
1733 glUniformMatrix3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1743 glUniformMatrix3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
1752 glUniformMatrix4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1762 glUniformMatrix4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
[all...]
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec44 void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
45 void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
46 void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
47 void glProgramUniformMatrix2x3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
48 void glProgramUniformMatrix3x2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
49 void glProgramUniformMatrix2x4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
50 void glProgramUniformMatrix4x2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
51 void glProgramUniformMatrix3x4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
52 void glProgramUniformMatrix4x3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
H A DGLES30.spec23 void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
24 void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
25 void glUniformMatrix2x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
26 void glUniformMatrix4x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
27 void glUniformMatrix3x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
28 void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
H A DGLES20.spec129 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/native/include/ui/
H A DTMatHelpers.h51 inline int PURE transpose(int v) { return v; } function in namespace:android::matrix
52 inline float PURE transpose(float v) { return v; } function in namespace:android::matrix
53 inline double PURE transpose(double v) { return v; } function in namespace:android::matrix
128 // transpose. this handles matrices of matrices
130 MATRIX PURE transpose(const MATRIX& m) { function in namespace:android::matrix
131 // for now we only handle square matrix transpose
136 result[c][r] = transpose(m[r][c]);
240 friend BASE<T> PURE transpose(const BASE<T>& m) { return matrix::transpose(m); } function in class:android::TMatSquareFunctions
/frameworks/base/media/java/android/media/
H A DJetPlayer.java270 * @param transpose the amount of pitch transposition. Set to 0 for normal playback.
284 int transpose, int muteFlags, byte userID) {
286 transpose, muteFlags, userID);
298 * @param transpose the amount of pitch transposition. Set to 0 for normal playback.
313 int transpose, boolean[] muteArray, byte userID) {
318 transpose, muteArray, userID);
550 int repeatCount, int transpose, int muteFlags, byte userID);
552 int repeatCount, int transpose, boolean[] muteArray, byte userID);
283 queueJetSegment(int segmentNum, int libNum, int repeatCount, int transpose, int muteFlags, byte userID) argument
312 queueJetSegmentMuteArray(int segmentNum, int libNum, int repeatCount, int transpose, boolean[] muteArray, byte userID) argument
549 native_queueJetSegment(int segmentNum, int libNum, int repeatCount, int transpose, int muteFlags, byte userID) argument
551 native_queueJetSegmentMuteArray(int segmentNum, int libNum, int repeatCount, int transpose, boolean[] muteArray, byte userID) argument
/frameworks/native/services/sensorservice/
H A DFusion.cpp113 // A*P*transpose(A);
155 mSumXX += x*transpose(x);
161 return mSumXX*N - (mSumX*transpose(mSumX))*(N*N);
490 P = Phi*P*transpose(Phi) + GQGt;
511 const mat33_t LtSi(transpose(L)*Si);
513 K[1] = transpose(P[1][0])*LtSi;
527 P[0][1] = transpose(P[1][0]);
H A Dmat.h283 // transpose. this handles matrices of matrices
284 inline int PURE transpose(int v) { return v; } function in namespace:android
285 inline float PURE transpose(float v) { return v; } function in namespace:android
286 inline double PURE transpose(double v) { return v; } function in namespace:android
290 mat<TYPE, R, C> PURE transpose(const mat<TYPE, C, R>& m) { function in namespace:android
294 r[i][j] = transpose(m[j][i]);
327 mat<TYPE, SIZE, 1> PURE transpose(const VEC<TYPE, SIZE>& v) { function in namespace:android
330 r[i][0] = transpose(v[i]);
/frameworks/native/libs/ui/tests/
H A Dmat_test.cpp117 EXPECT_EQ(m1, transpose(m2));
118 EXPECT_EQ(m2, transpose(m1));
/frameworks/av/include/media/
H A DJetPlayer.h55 int queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java181 * Sets the current matrix to its transpose
183 public void transpose() { method in class:Matrix2f
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix2f.java184 * Sets the current matrix to its transpose
186 public void transpose() { method in class:Matrix2f
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp94 m->transpose();
97 m->transpose();
100 m->transpose();
/frameworks/av/media/libmedia/
H A DJetPlayer.cpp411 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose, argument
414 ALOGV("JetPlayer::queueSegment segmentNum=%d, libNum=%d, repeatCount=%d, transpose=%d",
415 segmentNum, libNum, repeatCount, transpose);
417 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags,
/frameworks/base/core/jni/
H A Dandroid_media_JetPlayer.cpp271 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags,
283 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
298 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray,
328 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID);
270 android_media_JetPlayer_queueSegment(JNIEnv *env, jobject thiz, jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags, jbyte userID) argument
297 android_media_JetPlayer_queueSegmentMuteArray(JNIEnv *env, jobject thiz, jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray, jbyte userID) argument
H A Dandroid_opengl_GLES31.cpp2165 /* void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2168 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
2197 (GLboolean)transpose,
2211 /* void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2214 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) {
2229 (GLboolean)transpose,
2237 /* void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2240 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
2269 (GLboolean)transpose,
2283 /* void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, cons
2167 android_glProgramUniformMatrix2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2213 android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2239 android_glProgramUniformMatrix3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2285 android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2311 android_glProgramUniformMatrix4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2357 android_glProgramUniformMatrix4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2383 android_glProgramUniformMatrix2x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2429 android_glProgramUniformMatrix2x3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2455 android_glProgramUniformMatrix3x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2501 android_glProgramUniformMatrix3x2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2527 android_glProgramUniformMatrix2x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2573 android_glProgramUniformMatrix2x4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2599 android_glProgramUniformMatrix4x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2645 android_glProgramUniformMatrix4x2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2671 android_glProgramUniformMatrix3x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2717 android_glProgramUniformMatrix3x4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2743 android_glProgramUniformMatrix4x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2789 android_glProgramUniformMatrix4x3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h512 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
513 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
514 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
655 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
656 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
657 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1014 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1015 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1016 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1017 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, cons
[all...]
H A Dgl32.h512 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
513 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
514 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
655 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
656 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
657 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1014 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X3FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1015 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1016 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1017 typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X2FVPROC) (GLint location, GLsizei count, GLboolean transpose, cons
[all...]

Completed in 787 milliseconds

12