Searched refs:setRow (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkCamera.cpp111 this->setRow(0, SK_Scalar1, 0, 0);
112 this->setRow(1, 0, c, -s);
113 this->setRow(2, 0, s, c);
120 this->setRow(0, c, 0, -s);
121 this->setRow(1, 0, SK_Scalar1, 0);
122 this->setRow(2, s, 0, c);
129 this->setRow(0, c, -s, 0);
130 this->setRow(1, s, c, 0);
131 this->setRow(2, 0, 0, SK_Scalar1);
/external/skia/src/utils/
H A DSkCamera.cpp111 this->setRow(0, SK_Scalar1, 0, 0);
112 this->setRow(1, 0, c, -s);
113 this->setRow(2, 0, s, c);
120 this->setRow(0, c, 0, -s);
121 this->setRow(1, 0, SK_Scalar1, 0);
122 this->setRow(2, s, 0, c);
129 this->setRow(0, c, -s, 0);
130 this->setRow(1, s, c, 0);
131 this->setRow(2, 0, 0, SK_Scalar1);
/external/chromium_org/third_party/skia/include/utils/
H A DSkCamera.h42 void setRow(int row, SkScalar a, SkScalar b, SkScalar c, SkScalar d = 0) { function in struct:SkMatrix3D
/external/skia/include/utils/
H A DSkCamera.h42 void setRow(int row, SkScalar a, SkScalar b, SkScalar c, SkScalar d = 0) { function in struct:SkMatrix3D
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1104 function.matrix.setRow(0, tcu::Vec3(valueRamp.x() / w, 0.0f, m_coordMin.x()));
1105 function.matrix.setRow(1, tcu::Vec3(0.0f, valueRamp.y() / h, m_coordMin.y()));
1106 function.matrix.setRow(2, tcu::Vec3(valueRamp.z() / w, valueRamp.z() / h, m_coordMin.z() + m_coordMin.z()) / 2.0f);
1107 function.matrix.setRow(3, tcu::Vec3(-valueRamp.w() / w, -valueRamp.w() / h, m_coordMax.w() + m_coordMax.w()) / 2.0f);
1396 function.matrix.setRow(0, tcu::Vec3(valueRamp.x() / w, 0.0f, m_texValueMin.x()));
1397 function.matrix.setRow(1, tcu::Vec3(0.0f, valueRamp.y() / h, m_texValueMin.y()));
1398 function.matrix.setRow(2, tcu::Vec3(valueRamp.z() / w, valueRamp.z() / h, m_texValueMin.z() + m_texValueMin.z()) / 2.0f);
1399 function.matrix.setRow(3, tcu::Vec3(-valueRamp.w() / w, -valueRamp.w() / h, m_texValueMax.w() + m_texValueMax.w()) / 2.0f);
H A Des3fTextureUnitTests.cpp190 res.setRow(rowNdx, Vec4(row.x(), row.y(), row.z(), 0.0f));
192 res.setRow(3, Vec4(0.0f, 0.0f, 0.0f, 1.0f));
H A Des3fShaderOperatorTests.cpp872 attribMatrix.setRow(rowNdx, row);
/external/deqp/framework/common/
H A DtcuMatrix.hpp74 void setRow (int rowNdx, const Vector<T, Cols>& vec);
395 void Matrix<T, Rows, Cols>::setRow (int rowNdx, const Vector<T, Cols>& vec) function in class:tcu::Matrix
/external/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h284 Matrix& setRow(unsigned R, PBQPNum Val) {
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp591 attribMatrix.setRow(rowNdx, row);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3314 milliseconds