| /external/chromium_org/gpu/command_buffer/client/ |
| gles2_trace_implementation_autogen.h | 219 GLint location, GLsizei count, GLboolean transpose, 222 GLint location, GLsizei count, GLboolean transpose, 225 GLint location, GLsizei count, GLboolean transpose,
|
| gles2_c_lib_autogen.h | 461 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 462 gles2::GetGLContext()->UniformMatrix2fv(location, count, transpose, value); 465 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 466 gles2::GetGLContext()->UniformMatrix3fv(location, count, transpose, value); 469 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 470 gles2::GetGLContext()->UniformMatrix4fv(location, count, transpose, value); [all...] |
| gles2_trace_implementation_impl_autogen.h | 754 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 756 gl_->UniformMatrix2fv(location, count, transpose, value); 760 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 762 gl_->UniformMatrix3fv(location, count, transpose, value); 766 GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) { 768 gl_->UniformMatrix4fv(location, count, transpose, value); [all...] |
| /external/chromium_org/gpu/command_buffer/ |
| cmd_buffer_functions.txt | 136 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLintUniformLocation location, GLsizeiNotNegative count, GLbooleanFalseOnly transpose, const GLfloat* value); 137 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLintUniformLocation location, GLsizeiNotNegative count, GLbooleanFalseOnly transpose, const GLfloat* value); 138 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLintUniformLocation location, GLsizeiNotNegative count, GLbooleanFalseOnly transpose, const GLfloat* value);
|
| /external/chromium_org/third_party/skia/include/gpu/gl/ |
| GrGLFunctions.h | 172 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLUniformMatrix2fvProc)(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value); 173 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLUniformMatrix3fvProc)(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value); 174 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLUniformMatrix4fvProc)(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value);
|
| /external/chromium_org/webkit/common/gpu/ |
| webgraphicscontext3d_in_process_command_buffer_impl.h | 362 WGC3Dboolean transpose, 366 WGC3Dboolean transpose, 370 WGC3Dboolean transpose,
|
| /external/eigen/Eigen/src/Cholesky/ |
| LLT.h | 336 Transpose<MatrixType> matt(mat); 342 Transpose<MatrixType> matt(mat); 348 Transpose<MatrixType> matt(mat);
|
| /external/libvpx/libvpx/vp8/common/arm/neon/ |
| loopfilter_neon.asm | 148 ;transpose to 8x16 matrix 238 ;transpose to 8x16 matrix 289 ; necessary load, transpose (if necessary) and store.
|
| /external/skia/include/gpu/gl/ |
| GrGLFunctions.h | 172 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLUniformMatrix2fvProc)(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value); 173 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLUniformMatrix3fvProc)(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value); 174 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLUniformMatrix4fvProc)(GrGLint location, GrGLsizei count, GrGLboolean transpose, const GrGLfloat* value);
|
| /frameworks/base/graphics/java/android/renderscript/ |
| Matrix4f.java | 453 * Sets the current matrix to its inverse transpose 481 * Sets the current matrix to its transpose 483 public void transpose() { method in class:Matrix4f
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| Matrix4f.java | 453 * Sets the current matrix to its inverse transpose 481 * Sets the current matrix to its transpose 483 public void transpose() { method in class:Matrix4f
|
| /sdk/emulator/opengl/host/libs/GLESv2_dec/ |
| gl2.attrib | 294 #void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value) 298 #void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value) 302 #void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value)
|
| gl2.in | 128 GL_ENTRY(void, glUniformMatrix2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) 129 GL_ENTRY(void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) 130 GL_ENTRY(void, glUniformMatrix4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value)
|
| /sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
| DummyGLfuncs.cpp | 219 void GL_APIENTRY dummy_glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value){} 220 void GL_APIENTRY dummy_glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value){} 221 void GL_APIENTRY dummy_glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value){}
|
| DummyGLfuncs.h | 226 void GL_APIENTRY dummy_glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 227 void GL_APIENTRY dummy_glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 228 void GL_APIENTRY dummy_glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
| /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
| GLDispatch.h | 231 static void (GL_APIENTRY *glUniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 232 static void (GL_APIENTRY *glUniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 233 static void (GL_APIENTRY *glUniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
| /device/generic/goldfish/opengl/system/GLESv2_enc/ |
| GL2Encoder.cpp | [all...] |
| /external/chromium_org/ppapi/shared_impl/ |
| ppb_opengles2_shared.cc | 1080 PP_Resource context_id, GLint location, GLsizei count, GLboolean transpose, 1084 ToGles2Impl(&enter)->UniformMatrix2fv(location, count, transpose, value); 1089 PP_Resource context_id, GLint location, GLsizei count, GLboolean transpose, 1093 ToGles2Impl(&enter)->UniformMatrix3fv(location, count, transpose, value); 1098 PP_Resource context_id, GLint location, GLsizei count, GLboolean transpose, 1102 ToGles2Impl(&enter)->UniformMatrix4fv(location, count, transpose, value); [all...] |
| /external/chromium_org/third_party/libwebp/dsp/ |
| enc_neon.c | 171 // Transpose 272 // Transpose. Register dN is the same as dN in C 299 // transpose d0=ip[0], d1=ip[4], d2=ip[8], d3=ip[12] 378 // Transpose 477 // Transpose tmp for a 483 // Transpose tmp for b
|
| enc_sse2.c | 157 // Vertical pass and subsequent transpose. 182 // Transpose the two 4x4. 213 // Horizontal pass and subsequent transpose. 244 // Transpose the two 4x4. 346 // Difference between src and ref and initial transpose. 668 // Transpose the two 4x4, discarding the filling zeroes. 689 // Horizontal pass and subsequent transpose. 705 // Transpose the two 4x4. [all...] |
| /external/webp/src/dsp/ |
| enc_neon.c | 171 // Transpose 272 // Transpose. Register dN is the same as dN in C 299 // transpose d0=ip[0], d1=ip[4], d2=ip[8], d3=ip[12] 378 // Transpose 477 // Transpose tmp for a 483 // Transpose tmp for b
|
| /external/ceres-solver/internal/ceres/ |
| dogleg_strategy_test.cc | 219 EXPECT_NEAR((gradient - basis*(basis.transpose()*gradient)).norm(), 225 EXPECT_NEAR((gn - basis*(basis.transpose()*gn)).norm(),
|
| /external/chromium_org/third_party/skia/include/utils/ |
| SkMatrix44.h | 327 /** Transpose this matrix in place. */ 328 void transpose();
|
| /external/eigen/Eigen/src/Core/products/ |
| GeneralMatrixMatrixTriangular.h | 35 // as usual if the result is row major => we transpose the product 88 // note that the actual rhs is the transpose/adjoint of mat
|
| /external/eigen/doc/ |
| AsciiQuickReference.txt | 64 // Views, transpose, etc; all read-write except for .adjoint(). 67 R.transpose() // R.' or conj(R')
|