HomeSort by relevance Sort by last modified time
    Searched defs:MATRIX (Results 1 - 25 of 52) sorted by null

1 2 3

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 54 typedef double MATRIX[4][4];
57 double Det4(MATRIX m)
97 MATRIX inmat,outmat;
162 the un-initialized parameters. This uses a 4x4 matrix invertion
169 out - output inverted motion. If singular matrix uninitialized.
172 FALSE - matrix is singular or motion model not supported
231 /* ==> This is a poor implementation of matrix multiplication.
  /external/mesa3d/src/compiler/glsl/
builtin_variables.cpp 184 #define MATRIX(name, statevar, modifier) \
192 MATRIX(gl_ModelViewMatrix,
194 MATRIX(gl_ModelViewMatrixInverse,
196 MATRIX(gl_ModelViewMatrixTranspose,
198 MATRIX(gl_ModelViewMatrixInverseTranspose,
201 MATRIX(gl_ProjectionMatrix,
203 MATRIX(gl_ProjectionMatrixInverse,
205 MATRIX(gl_ProjectionMatrixTranspose,
207 MATRIX(gl_ProjectionMatrixInverseTranspose,
210 MATRIX(gl_ModelViewProjectionMatrix
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMatrix.java 3 import android.graphics.Matrix;
21 @Implements(Matrix.class)
28 public static final String MATRIX = "matrix";
39 public void __constructor__(Matrix src) {
44 * A list of all 'pre' operations performed on this Matrix. The last operation performed will
46 * @return A list of all 'pre' operations performed on this Matrix.
53 * A list of all 'post' operations performed on this Matrix. The last operation performed will
55 * @return A list of all 'post' operations performed on this Matrix.
62 * A map of all 'set' operations performed on this Matrix
    [all...]
  /external/skia/samplecode/
SampleFilterFuzz.cpp 532 XFERMODE, OFFSET, MATRIX, MATRIX_CONVOLUTION, COMPOSE,
572 case MATRIX:
  /external/skqp/samplecode/
SampleFilterFuzz.cpp 532 XFERMODE, OFFSET, MATRIX, MATRIX_CONVOLUTION, COMPOSE,
572 case MATRIX:
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.hpp 932 * involving ints or uints test also matrix types (all matrix sizes)
1028 * cannot be constant folded). S is a struct of scalar, vector and matrix
    [all...]
gl4cEnhancedLayoutsTests.hpp     [all...]
gl4cGPUShaderFP64Tests.cpp 342 * matrix types.
779 * support. For matrix types, total amount of values accessible for the type will be
896 /** Returns number of columns user-specified matrix variable type describes.
1119 /** Returns variable type of a matrix constructed by multiplying two matrices.
1121 * @param type_matrix_a L-side matrix type.
1122 * @param type_matrix_b R-side matrix type.
1254 /** Returns variable type of a transposed matrix of user-specified variable type.
1256 * @param type Variable type of the matrix to be transposed.
1258 * @return Transposed matrix variable type.
1296 TCU_FAIL("Unrecognized double-precision matrix variable type.")
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 

Completed in 568 milliseconds

1 2 3