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

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
BulletEntity.java 31 private final static Matrix4 tmpM = new Matrix4();
47 this(model, body, tmpM.setToTranslation(x, y, z));
RayPickRagdollTest.java 166 final Matrix4 tmpM = new Matrix4();
175 tmpM.setFromEulerAnglesRad(PI2, 0, 0).trn(x - 0.35f, y + 1.45f, z)).body;
176 btRigidBody leftlowerarm = (btRigidBody)world.add("lowerarm", tmpM.setFromEulerAnglesRad(PI2, 0, 0)
179 tmpM.setFromEulerAnglesRad(-PI2, 0, 0).trn(x + 0.35f, y + 1.45f, z)).body;
181 tmpM.setFromEulerAnglesRad(-PI2, 0, 0).trn(x + 0.7f, y + 1.45f, z)).body;
FrustumCullingTest.java 71 final static Matrix4 tmpM = new Matrix4();
88 shape.addChildShape(tmpM.setToTranslation(center), hullShape);
SoftBodyTest.java 56 Matrix4 tmpM = new Matrix4();
  /external/libgdx/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/
Bullet.java 84 private final static Matrix4 tmpM = new Matrix4();
114 tmpM.set(part.transform);
115 part.transform.set(transform).mul(tmpM);
  /external/skia/src/core/
SkComposeShader.cpp 84 SkMatrix tmpM;
85 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix());
94 newRec.fMatrix = &tmpM;
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp     [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DefaultShader.java 190 private final Matrix3 tmpM = new Matrix3();
194 shader.set(inputID, tmpM.set(renderable.worldTransform).inv().transpose());
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 1189 milliseconds