Searched refs:verts (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | Canvas_VertexModeTest.java | 51 float[] verts = new float[10]; in testValues() local 61 verts, in testValues() 74 verts, in testValues() 87 verts, in testValues()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
D | Wedge.java | 65 float[] verts = { in Wedge() local 74 coords = verts.clone(); in Wedge() 76 float[] verts = { in Wedge() local 85 coords = verts.clone(); in Wedge()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | ExactCanvasTests.java | 380 float[] verts = in testDrawVertices_doNotBlendColorsWithoutShader() local 391 verts.length, in testDrawVertices_doNotBlendColorsWithoutShader() 392 verts, in testDrawVertices_doNotBlendColorsWithoutShader() 422 float[] verts = in testDrawVertices_blendVertexAndShaderColors() local 443 verts.length, in testDrawVertices_blendVertexAndShaderColors() 444 verts, in testDrawVertices_blendVertexAndShaderColors() 446 verts, in testDrawVertices_blendVertexAndShaderColors() 468 float[] verts = in testDrawVertices_ignoreShaderIfTexsNotSet() local 489 verts.length, in testDrawVertices_ignoreShaderIfTexsNotSet() 490 verts, in testDrawVertices_ignoreShaderIfTexsNotSet()
|
D | CanvasTests.java | 580 final float[] verts = new float[2008]; in testDrawBitmapMeshTooFewColors() local 581 new Canvas(getMutableBitmap()).drawBitmapMesh(b, 10, 10, verts, in testDrawBitmapMeshTooFewColors() 587 final float[] verts = new float[10]; in testDrawVerticesTooFewVerts() local 597 verts, 8, texs, 0, colors, 0, indices, in testDrawVerticesTooFewVerts() 603 final float[] verts = new float[10]; in testDrawVerticesTooFewTexs() local 613 verts, 0, texs, 30, colors, 0, indices, in testDrawVerticesTooFewTexs() 619 final float[] verts = new float[10]; in testDrawVerticesTooFewColors() local 629 verts, 0, texs, 0, colors, 30, indices, in testDrawVerticesTooFewColors() 635 final float[] verts = new float[10]; in testDrawVerticesTooFewIndices() local 645 verts, 0, texs, 0, colors, 0, indices, in testDrawVerticesTooFewIndices()
|