| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| Matrix3f.java | 306 * Sets the current matrix to its transpose 308 public void transpose() { method in class:Matrix3f
|
| /development/ndk/platforms/android-18/samples/gles3jni/jni/ |
| gl3stub.h | 399 extern GL_APICALL void (* GL_APIENTRY glUniformMatrix2x3fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 400 extern GL_APICALL void (* GL_APIENTRY glUniformMatrix3x2fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 401 extern GL_APICALL void (* GL_APIENTRY glUniformMatrix2x4fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 402 extern GL_APICALL void (* GL_APIENTRY glUniformMatrix4x2fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 403 extern GL_APICALL void (* GL_APIENTRY glUniformMatrix3x4fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 404 extern GL_APICALL void (* GL_APIENTRY glUniformMatrix4x3fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); [all...] |
| /external/chromium_org/ppapi/lib/gl/gles2/ |
| gles2.c | 682 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 684 glGetCurrentContextPPAPI(), location, count, transpose, value); local 688 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 690 glGetCurrentContextPPAPI(), location, count, transpose, value); local 694 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 696 glGetCurrentContextPPAPI(), location, count, transpose, value); local
|
| /external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
| HybridNonLinearSolver.h | 226 /* form (q transpose)*fvec and store in qtf. */ 227 qtf = fjac.transpose() * fvec; 325 wa2 = fjac.transpose() * wa4; 466 /* form (q transpose)*fvec and store in qtf. */ 467 qtf = fjac.transpose() * fvec; 565 wa2 = fjac.transpose() * wa4;
|
| /external/libvpx/libvpx/vp8/common/x86/ |
| idctllm_sse2.asm | 126 ; note the transpose of xmm1 and xmm2, necessary for shuffle 198 ; transpose for the second pass 276 ; transpose to save 458 ; note the transpose of xmm1 and xmm2, necessary for shuffle 535 ; transpose for the second pass 613 ; transpose to save
|
| /external/jpeg/ |
| usage.doc | 440 -transpose Transpose image (across UL-to-LR axis). 441 -transverse Transverse transpose (across UR-to-LL axis). 443 The transpose transformation has no restrictions regarding image dimensions. 450 transformation set. As stated, transpose is able to flip the entire image 455 of transpose and flip operations; for consistency, their actions on edge 457 transpose-and-flip sequence.
|
| /external/qemu/distrib/jpeg-6b/ |
| usage.doc | 440 -transpose Transpose image (across UL-to-LR axis). 441 -transverse Transverse transpose (across UR-to-LL axis). 443 The transpose transformation has no restrictions regarding image dimensions. 450 transformation set. As stated, transpose is able to flip the entire image 455 of transpose and flip operations; for consistency, their actions on edge 457 transpose-and-flip sequence.
|
| /external/libvpx/libvpx/vp8/common/mips/dspr2/ |
| loopfilter_filters_dspr2.c | 727 /* transpose pm1, p0, p1, p2 */ 751 /* transpose p3, p4, p5, p6 */ 791 * don't use transpose on output data 880 /* transpose pm1, p0, p1, p2 */ 904 /* transpose p3, p4, p5, p6 */ 944 * don't use transpose on output data [all...] |
| /development/ndk/platforms/android-18/include/GLES3/ |
| gl3.h | [all...] |
| /external/chromium_org/gpu/command_buffer/client/ |
| gles2_implementation_impl_autogen.h | [all...] |
| gles2_cmd_helper_autogen.h | [all...] |
| gles2_implementation_autogen.h | 339 GLint location, GLsizei count, GLboolean transpose, 343 GLint location, GLsizei count, GLboolean transpose, 347 GLint location, GLsizei count, GLboolean transpose,
|
| gles2_interface_autogen.h | 197 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) = 200 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) = 203 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) =
|
| gles2_interface_stub_autogen.h | 219 GLint location, GLsizei count, GLboolean transpose, 222 GLint location, GLsizei count, GLboolean transpose, 225 GLint location, GLsizei count, GLboolean transpose,
|
| gles2_interface_stub_impl_autogen.h | 407 GLint /* location */, GLsizei /* count */, GLboolean /* transpose */, 411 GLint /* location */, GLsizei /* count */, GLboolean /* transpose */, 415 GLint /* location */, GLsizei /* count */, GLboolean /* transpose */,
|
| /external/libvpx/libvpx/vp8/common/ppc/ |
| loopfilter_filters_altivec.asm | 26 ;# We often need to perform transposes (and other transpose-like operations) 43 ;# A 16x16 transpose can then be thought of as an operation on 45 ;# memory and the effect of a transpose is to interchange address bit 89 ;# edges together. This requires a single 16x16 transpose, which, in 103 ;# For clarity, and because we can afford it, we do this transpose 137 ;# Whole transpose takes 4*16 = 64 instructions 173 ;# In other words, we transpose each of the four 4x4 submatrices. 216 ;# Normal mb vertical edge filter transpose. 247 ;# Inverse transpose is similar, except here I -> (I+3) mod 7 and the [all...] |
| /frameworks/native/opengl/include/GLES3/ |
| gl3.h | [all...] |
| /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/ |
| gl3.h | [all...] |
| /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/ |
| gl3.h | [all...] |
| /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/ |
| gl3.h | [all...] |
| /external/libvpx/libvpx/vp9/common/arm/neon/ |
| vp9_short_iht8x8_add_neon.asm | 101 ; Transpose a 8x8 16bits data matrix. Datas are loaded in q8-q15. 580 ; transpose the input data 596 ; transpose the matrix 614 ; transpose the matrix 632 ; transpose the matrix
|
| /external/chromium_org/third_party/mesa/src/include/GL/ |
| glext.h | [all...] |
| /external/mesa3d/include/GL/ |
| glext.h | [all...] |
| /device/generic/goldfish/opengl/system/GLESv2_enc/ |
| gl2_enc.h | 152 void glUniformMatrix2fv_enc(void *self , GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 153 void glUniformMatrix3fv_enc(void *self , GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 154 void glUniformMatrix4fv_enc(void *self , GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
| /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/ |
| mat4-spec.js | 71 describe("transpose", function() { 73 beforeEach(function() { result = mat4.transpose(out, matA); }); 95 beforeEach(function() { result = mat4.transpose(matA, matA); });
|