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

/frameworks/rs/
H A DrsMatrix2x2.h42 void transpose();
H A DrsMatrix3x3.h42 void transpose();
H A DrsMatrix2x2.cpp58 void Matrix2x2::transpose() { function in class:Matrix2x2
H A DrsMatrix3x3.cpp65 void Matrix3x3::transpose() { function in class:Matrix3x3
H A DrsMatrix4x4.h55 void transpose();
H A DrsMatrix4x4.cpp119 void Matrix4x4::transpose() { function in class:Matrix4x4
/frameworks/base/media/java/android/media/
H A DJetPlayer.java268 * @param transpose the amount of pitch transposition. Set to 0 for normal playback.
282 int transpose, int muteFlags, byte userID) {
284 transpose, muteFlags, userID);
296 * @param transpose the amount of pitch transposition. Set to 0 for normal playback.
311 int transpose, boolean[] muteArray, byte userID) {
316 transpose, muteArray, userID);
548 int repeatCount, int transpose, int muteFlags, byte userID);
550 int repeatCount, int transpose, boolean[] muteArray, byte userID);
281 queueJetSegment(int segmentNum, int libNum, int repeatCount, int transpose, int muteFlags, byte userID) argument
310 queueJetSegmentMuteArray(int segmentNum, int libNum, int repeatCount, int transpose, boolean[] muteArray, byte userID) argument
547 native_queueJetSegment(int segmentNum, int libNum, int repeatCount, int transpose, int muteFlags, byte userID) argument
549 native_queueJetSegmentMuteArray(int segmentNum, int libNum, int repeatCount, int transpose, boolean[] muteArray, byte userID) argument
/frameworks/base/services/sensorservice/
H A DFusion.cpp96 // A*P*transpose(A);
138 mSumXX += x*transpose(x);
144 return mSumXX*N - (mSumX*transpose(mSumX))*(N*N);
390 P = Phi*P*transpose(Phi) + GQGt;
411 const mat33_t LtSi(transpose(L)*Si);
413 K[1] = transpose(P[1][0])*LtSi;
422 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/av/include/media/
H A DJetPlayer.h54 int queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix2f.java184 * Sets the current matrix to its transpose
186 public void transpose() { method in class:Matrix2f
H A DMatrix3f.java306 * Sets the current matrix to its transpose
308 public void transpose() { method in class:Matrix3f
H A DMatrix4f.java425 * Sets the current matrix to its inverse transpose
453 * Sets the current matrix to its transpose
455 public void transpose() { method in class:Matrix4f
/frameworks/av/media/libmedia/
H A DJetPlayer.cpp424 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose, argument
427 ALOGV("JetPlayer::queueSegment segmentNum=%d, libNum=%d, repeatCount=%d, transpose=%d",
428 segmentNum, libNum, repeatCount, transpose);
430 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
/frameworks/base/core/jni/
H A Dandroid_media_JetPlayer.cpp266 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags,
277 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
292 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray,
321 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID);
265 android_media_JetPlayer_queueSegment(JNIEnv *env, jobject thiz, jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags, jbyte userID) argument
291 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_GLES20.cpp4384 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
4387 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
4408 (GLboolean)transpose,
4419 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
4422 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) {
4431 (GLboolean)transpose,
4439 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
4442 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
4463 (GLboolean)transpose,
4474 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, cons
4386 android_glUniformMatrix2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
4421 android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
4441 android_glUniformMatrix3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
4476 android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
4496 android_glUniformMatrix4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
4531 android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp171 GLuint location, GLsizei count, GLboolean transpose, const void* value) {
174 GLbooleanToString(transpose));
223 GLboolean transpose = (GLboolean) va_arg(argp, int);
227 TraceUniformMatrix(matrixSideLength, location, count, transpose, value);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1727 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1732 boolean transpose,
1737 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1742 boolean transpose,
1746 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1751 boolean transpose,
1756 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1761 boolean transpose,
1765 // C function void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1770 boolean transpose,
1729 glUniformMatrix2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1739 glUniformMatrix2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
1748 glUniformMatrix3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1758 glUniformMatrix3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
1767 glUniformMatrix4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
1777 glUniformMatrix4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
[all...]
/frameworks/native/opengl/tools/glgen/specs/gles11/
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/rs/driver/
H A DrsdRuntimeMath.cpp236 m->transpose();
239 m->transpose();
242 m->transpose();
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1082 GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1083 GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1084 GL_APICALL void GL_APIENTRY glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1113 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1114 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
1115 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl2.h601 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
603 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h151 void GLTrace_glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
152 void GLTrace_glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
153 void GLTrace_glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
247 void GLTrace_glProgramUniformMatrix2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
248 void GLTrace_glProgramUniformMatrix3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
249 void GLTrace_glProgramUniformMatrix4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgltrace_api.cpp5112 void GLTrace_glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { argument
5130 // copy argument transpose
5134 arg_transpose->add_boolvalue(transpose);
5145 glContext->hooks->gl.glUniformMatrix2fv(location, count, transpose, value);
5159 void GLTrace_glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { argument
5177 // copy argument transpose
5181 arg_transpose->add_boolvalue(transpose);
5192 glContext->hooks->gl.glUniformMatrix3fv(location, count, transpose, value);
5206 void GLTrace_glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { argument
5224 // copy argument transpose
9311 GLTrace_glProgramUniformMatrix2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
9364 GLTrace_glProgramUniformMatrix3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
9417 GLTrace_glProgramUniformMatrix4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
[all...]

Completed in 3241 milliseconds