/external/angle/samples/simple_vertex_shader/ |
D | SimpleVertexShader.cpp | 68 mRotation = 45.0f; in initialize() 81 mRotation = fmod(mRotation + (dt * 40.0f), 360.0f); in step() 87 Matrix4::rotate(mRotation, angle::Vector3(1.0f, 0.0f, 1.0f)); in step() 133 float mRotation; member in SimpleVertexShaderSample
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | BatchRunConfiguration.java | 29 private final String mRotation; field in BatchRunConfiguration 36 mRotation = rotation; in BatchRunConfiguration() 46 mGlConfig, mRotation, mSurfaceType, mRequired); in getId() 60 return mRotation; in getRotation()
|
/external/angle/samples/post_sub_buffer/ |
D | PostSubBuffer.cpp | 73 mRotation = 45.0f; in initialize() 91 mRotation = fmod(mRotation + (dt * 40.0f), 360.0f); in step() 97 Matrix4::rotate(mRotation, angle::Vector3(1.0f, 0.0f, 1.0f)); in step() 154 float mRotation; member in PostSubBufferSample
|
/external/angle/samples/multi_window/ |
D | MultiWindow.cpp | 47 mRotation = 45.0f; in initialize() 98 mRotation = fmod(mRotation + (dt * 40.0f), 360.0f); in step() 127 Matrix4::rotate(mRotation, Vector3(0.0f, 0.0f, 1.0f)) * in draw() 182 float mRotation; member in MultiWindowSample
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMatrixF.cpp | 511 PVRTMATRIXf mRotation, mTemp = mOut; in PVRTMatrixPerspectiveFovLHF() local 512 PVRTMatrixRotationZF(mRotation, 90.0f*PVRT_PIf/180.0f); in PVRTMatrixPerspectiveFovLHF() 513 PVRTMatrixMultiplyF(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovLHF() 568 PVRTMATRIXf mRotation, mTemp = mOut; in PVRTMatrixPerspectiveFovRHF() local 569 PVRTMatrixRotationZF(mRotation, -90.0f*PVRT_PIf/180.0f); in PVRTMatrixPerspectiveFovRHF() 570 PVRTMatrixMultiplyF(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovRHF() 614 PVRTMATRIXf mRotation, mTemp = mOut; in PVRTMatrixOrthoLHF() local 615 PVRTMatrixRotationZF(mRotation, -90.0f*PVRT_PIf/180.0f); in PVRTMatrixOrthoLHF() 616 PVRTMatrixMultiplyF(mOut, mRotation, mTemp); in PVRTMatrixOrthoLHF() 660 PVRTMATRIXf mRotation, mTemp = mOut; in PVRTMatrixOrthoRHF() local [all …]
|
D | PVRTMatrixX.cpp | 513 PVRTMATRIXx mRotation, mTemp = mOut; in PVRTMatrixPerspectiveFovLHX() local 514 PVRTMatrixRotationZX(mRotation, PVRTF2X(90.0f*PVRT_PIf/180.0f)); in PVRTMatrixPerspectiveFovLHX() 515 PVRTMatrixMultiplyX(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovLHX() 568 PVRTMATRIXx mRotation, mTemp = mOut; in PVRTMatrixPerspectiveFovRHX() local 569 PVRTMatrixRotationZX(mRotation, PVRTF2X(-90.0f*PVRT_PIf/180.0f)); in PVRTMatrixPerspectiveFovRHX() 570 PVRTMatrixMultiplyX(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovRHX() 621 PVRTMATRIXx mRotation, mTemp = mOut; in PVRTMatrixOrthoLHX() local 622 PVRTMatrixRotationZX(mRotation, PVRTF2X(-90.0f*PVRT_PIf/180.0f)); in PVRTMatrixOrthoLHX() 623 PVRTMatrixMultiplyX(mOut, mRotation, mTemp); in PVRTMatrixOrthoLHX() 674 PVRTMATRIXx mRotation, mTemp = mOut; in PVRTMatrixOrthoRHX() local [all …]
|