Searched defs:modelMatrix (Results 1 – 7 of 7) sorted by relevance
86 Matrix4 modelMatrix = Matrix4::translate(angle::Vector3(0.0f, 0.0f, -2.0f)) * in step() local
89 Matrix4 modelMatrix = Matrix4::translate(angle::Vector3(0.0f, 0.0f, -2.0f)) * in step() local
68 public void setModelMatrix(float[] modelMatrix) { in setModelMatrix()
103 Matrix4 modelMatrix = mTranslationMatrix * Matrix4::rotate(mAngle, mYUnitVec) * in draw() local
153 Matrix4 modelMatrix = mTranslationMatrix * Matrix4::rotate(mAngle, mYUnitVec) * in draw() local
126 Matrix4 modelMatrix = Matrix4::translate(Vector3(midX, midY, 0.0f)) * in draw() local
370 const GLfloat modelMatrix[16] = { in TEST_P() local