Searched refs:newScale (Results 1 – 8 of 8) sorted by relevance
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | FlockingScene.cpp | 146 Matrix* transformMatrix = Matrix::newScale(MAIN_SCALE * mDisplayRatio, MAIN_SCALE, 0.0f); in updateSceneGraphs() 164 transformMatrix = Matrix::newScale(SCALE, SCALE, SCALE); in updateSceneGraphs() 175 transformMatrix = Matrix::newScale(MAIN_SCALE * mDisplayRatio, MAIN_SCALE, 1.0f); in updateSceneGraphs()
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.h | 49 static Matrix* newScale(float x, float y, float z);
|
D | Matrix.cpp | 87 Matrix* m = newScale(x, y, z); in scale() 235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale() function in Matrix
|
/cts/tests/openglperf2/test/ |
D | MatrixTest.cpp | 94 Matrix* m2 = Matrix::newScale(10, 5, 6); in TEST() 202 Matrix* m = Matrix::newScale(3, 7, 2); in TEST()
|
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
D | FullPipelineRenderer.cpp | 159 Matrix* transformMatrix = Matrix::newScale(scale, scale, scale); in setUp()
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 170 Matrix* transformMatrix = Matrix::newScale(mFboRatio, 1.0f, 1.0f); in updateSceneGraphs()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewClientTest.java | 749 public void onScaleChanged(WebView view, float oldScale, float newScale) { in onScaleChanged() argument 750 super.onScaleChanged(view, oldScale, newScale); in onScaleChanged()
|
D | WebViewTest.java | 2750 public void onScaleChanged(WebView view, float oldScale, float newScale) { 2751 super.onScaleChanged(view, oldScale, newScale);
|