/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 748 boolean transpose, in glProgramUniformMatrix2fv() argument 759 boolean transpose, in glProgramUniformMatrix2fv() argument 769 boolean transpose, in glProgramUniformMatrix3fv() argument 780 boolean transpose, in glProgramUniformMatrix3fv() argument 790 boolean transpose, in glProgramUniformMatrix4fv() argument 801 boolean transpose, in glProgramUniformMatrix4fv() argument 811 boolean transpose, in glProgramUniformMatrix2x3fv() argument 822 boolean transpose, in glProgramUniformMatrix2x3fv() argument 832 boolean transpose, in glProgramUniformMatrix3x2fv() argument 843 boolean transpose, in glProgramUniformMatrix3x2fv() argument [all …]
|
D | GLES30.java | 618 boolean transpose, in glUniformMatrix2x3fv() argument 628 boolean transpose, in glUniformMatrix2x3fv() argument 637 boolean transpose, in glUniformMatrix3x2fv() argument 647 boolean transpose, in glUniformMatrix3x2fv() argument 656 boolean transpose, in glUniformMatrix2x4fv() argument 666 boolean transpose, in glUniformMatrix2x4fv() argument 675 boolean transpose, in glUniformMatrix4x2fv() argument 685 boolean transpose, in glUniformMatrix4x2fv() argument 694 boolean transpose, in glUniformMatrix3x4fv() argument 704 boolean transpose, in glUniformMatrix3x4fv() argument [all …]
|
D | GLES20.java | 1717 boolean transpose, in glUniformMatrix2fv() argument 1727 boolean transpose, in glUniformMatrix2fv() argument 1736 boolean transpose, in glUniformMatrix3fv() argument 1746 boolean transpose, in glUniformMatrix3fv() argument 1755 boolean transpose, in glUniformMatrix4fv() argument 1765 boolean transpose, in glUniformMatrix4fv() argument
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 44 void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose… 45 void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose… 46 void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose… 47 …mMatrix2x3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 48 …mMatrix3x2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 49 …mMatrix2x4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 50 …mMatrix4x2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 51 …mMatrix3x4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 52 …mMatrix4x3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
|
D | GLES30.spec | 23 void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… 24 void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… 25 void glUniformMatrix2x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… 26 void glUniformMatrix4x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… 27 void glUniformMatrix3x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu… 28 void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *valu…
|
/frameworks/native/include/ui/ |
D | TMatHelpers.h | 51 inline int PURE transpose(int v) { return v; } in transpose() function 52 inline float PURE transpose(float v) { return v; } in transpose() function 53 inline double PURE transpose(double v) { return v; } in transpose() function 130 MATRIX PURE transpose(const MATRIX& m) { in transpose() function 136 result[c][r] = transpose(m[r][c]); in transpose() 240 friend BASE<T> PURE transpose(const BASE<T>& m) { return matrix::transpose(m); } in transpose() function
|
/frameworks/base/media/java/android/media/ |
D | JetPlayer.java | 284 int transpose, int muteFlags, byte userID) { in queueJetSegment() argument 286 transpose, muteFlags, userID); in queueJetSegment() 313 int transpose, boolean[] muteArray, byte userID) { in queueJetSegmentMuteArray() argument 318 transpose, muteArray, userID); in queueJetSegmentMuteArray() 550 int repeatCount, int transpose, int muteFlags, byte userID); in native_queueJetSegment() argument 552 int repeatCount, int transpose, boolean[] muteArray, byte userID); in native_queueJetSegmentMuteArray() argument
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 385 …mMatrix2fvEXT)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 386 CALL_GL_API(glProgramUniformMatrix2fvEXT, program, location, count, transpose, value); 388 …mMatrix3fvEXT)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 389 CALL_GL_API(glProgramUniformMatrix3fvEXT, program, location, count, transpose, value); 391 …mMatrix4fvEXT)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 392 CALL_GL_API(glProgramUniformMatrix4fvEXT, program, location, count, transpose, value); 424 …atrix2x3fvEXT)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 425 CALL_GL_API(glProgramUniformMatrix2x3fvEXT, program, location, count, transpose, value); 427 …atrix3x2fvEXT)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 428 CALL_GL_API(glProgramUniformMatrix3x2fvEXT, program, location, count, transpose, value); [all …]
|
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); 478 void API_ENTRY(glUniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfl… 479 CALL_GL_API(glUniformMatrix2x3fv, location, count, transpose, value); 481 void API_ENTRY(glUniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfl… 482 CALL_GL_API(glUniformMatrix3x2fv, location, count, transpose, value); [all …]
|
/frameworks/native/opengl/libs/ |
D | trace.in | 526 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 527 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 528 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 529 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 530 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 531 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 532 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 533 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 534 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… 535 …transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", prog… [all …]
|
D | entries.in | 526 …formMatrix2fv, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 527 …mMatrix2fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 528 …rmMatrix2x3fv, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 529 …atrix2x3fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 530 …rmMatrix2x4fv, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 531 …atrix2x4fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 532 …formMatrix3fv, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 533 …mMatrix3fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 534 …rmMatrix3x2fv, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 535 …atrix3x2fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/frameworks/native/services/sensorservice/ |
D | Fusion.cpp | 138 mSumXX += x*transpose(x); in update() 144 return mSumXX*N - (mSumX*transpose(mSumX))*(N*N); in operator ()() 428 P = Phi*P*transpose(Phi) + GQGt; in predict() 449 const mat33_t LtSi(transpose(L)*Si); in update() 451 K[1] = transpose(P[1][0])*LtSi; in update() 465 P[0][1] = transpose(P[1][0]); in update()
|
D | mat.h | 284 inline int PURE transpose(int v) { return v; } in transpose() function 285 inline float PURE transpose(float v) { return v; } in transpose() function 286 inline double PURE transpose(double v) { return v; } in transpose() function 290 mat<TYPE, R, C> PURE transpose(const mat<TYPE, C, R>& m) { in transpose() function 294 r[i][j] = transpose(m[j][i]); in transpose() 327 mat<TYPE, SIZE, 1> PURE transpose(const VEC<TYPE, SIZE>& v) { in transpose() function 330 r[i][0] = transpose(v[i]); in transpose()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 151 void GLTrace_glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 152 void GLTrace_glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 153 void GLTrace_glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 183 void GLTrace_glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat… 184 void GLTrace_glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat… 185 void GLTrace_glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat… 186 void GLTrace_glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat… 187 void GLTrace_glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat… 188 void GLTrace_glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat… 313 …iformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 2110 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatA… in android_glProgramUniformMatrix2fv__IIIZ_3FI() argument 2139 (GLboolean)transpose, in android_glProgramUniformMatrix2fv__IIIZ_3FI() 2156 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject… in android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2() argument 2171 (GLboolean)transpose, in android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2() 2182 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatA… in android_glProgramUniformMatrix3fv__IIIZ_3FI() argument 2211 (GLboolean)transpose, in android_glProgramUniformMatrix3fv__IIIZ_3FI() 2228 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject… in android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2() argument 2243 (GLboolean)transpose, in android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2() 2254 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatA… in android_glProgramUniformMatrix4fv__IIIZ_3FI() argument 2283 (GLboolean)transpose, in android_glProgramUniformMatrix4fv__IIIZ_3FI() [all …]
|
D | android_media_JetPlayer.cpp | 271 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jint muteFlags, in android_media_JetPlayer_queueSegment() argument 283 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID); in android_media_JetPlayer_queueSegment() 298 jint segmentNum, jint libNum, jint repeatCount, jint transpose, jbooleanArray muteArray, in android_media_JetPlayer_queueSegmentMuteArray() argument 328 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID); in android_media_JetPlayer_queueSegmentMuteArray()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1083 …IX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1084 …IX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1085 …IX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1096 …2X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1097 …3X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1098 …2X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1099 …4X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1100 …3X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1101 …4X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1128 …mMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose,… 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose,… 506 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose,… 846 …APIENTRY glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 847 …APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 848 …APIENTRY glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 849 …APIENTRY glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 850 …APIENTRY glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 851 …APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *… 1153 …formMatrix2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *… [all …]
|
/frameworks/native/libs/ui/tests/ |
D | mat_test.cpp | 117 EXPECT_EQ(m1, transpose(m2)); in TEST_F() 118 EXPECT_EQ(m2, transpose(m1)); in TEST_F()
|
/frameworks/native/opengl/libs/EGL/ |
D | trace.cpp | 175 GLuint location, GLsizei count, GLboolean transpose, const void* value) { in TraceUniformMatrix() argument 178 GLbooleanToString(transpose)); in TraceUniformMatrix() 227 GLboolean transpose = (GLboolean) va_arg(argp, int); in TraceGL() local 231 TraceUniformMatrix(matrixSideLength, location, count, transpose, value); in TraceGL()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 94 m->transpose(); in SC_MatrixTranspose_4x4() 97 m->transpose(); in SC_MatrixTranspose_3x3() 100 m->transpose(); in SC_MatrixTranspose_2x2()
|
/frameworks/rs/ |
D | rsMatrix2x2.h | 42 void transpose();
|
D | rsMatrix3x3.h | 42 void transpose();
|
D | rsMatrix2x2.cpp | 62 void Matrix2x2::transpose() { in transpose() function in Matrix2x2
|
/frameworks/av/media/libmedia/ |
D | JetPlayer.cpp | 411 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose, in queueSegment() argument 415 segmentNum, libNum, repeatCount, transpose); in queueSegment() 417 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, in queueSegment()
|