HomeSort by relevance Sort by last modified time
    Searched refs:TransposeMatrixType (Results 1 - 5 of 5) sorted by null

  /external/eigen/test/
upperbidiagonalization.cpp 19 typedef Matrix<typename MatrixType::Scalar, MatrixType::ColsAtCompileTime, MatrixType::RowsAtCompileTime> TransposeMatrixType;
28 TransposeMatrixType d = ubd.householderV() * b.adjoint() * ubd.householderU().adjoint();
  /external/chromium_org/third_party/angle/src/common/
utilities.h 33 GLenum TransposeMatrixType(GLenum type);
utilities.cpp 334 GLenum TransposeMatrixType(GLenum type)
  /external/chromium_org/third_party/angle/src/libGLESv2/
DynamicHLSL.cpp 94 GLenum transposedType = TransposeMatrixType(varying->type);
294 GLenum transposedType = TransposeMatrixType(varying.type);
362 structHLSL += " " + gl_d3d::HLSLMatrixTypeString(TransposeMatrixType(shaderAttribute.type));
391 inputIndex += VariableRowCount(TransposeMatrixType(shaderAttribute.type));
570 int variableRows = (varying.isStruct() ? 1 : VariableRowCount(TransposeMatrixType(varying.type)));
769 GLenum transposedType = TransposeMatrixType(varying.type);
    [all...]
ProgramBinary.cpp 65 GLenum transposedType = TransposeMatrixType(shaderAttr.type);
    [all...]

Completed in 86 milliseconds