Home
last modified time | relevance | path

Searched refs:texs (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DCanvas_VertexModeTest.java52 float[] texs = new float[10]; in testValues() local
63 texs, in testValues()
76 texs, in testValues()
89 texs, in testValues()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java588 final float[] texs = new float[10]; in testDrawVerticesTooFewVerts() local
597 verts, 8, texs, 0, colors, 0, indices, in testDrawVerticesTooFewVerts()
604 final float[] texs = new float[10]; in testDrawVerticesTooFewTexs() local
613 verts, 0, texs, 30, colors, 0, indices, in testDrawVerticesTooFewTexs()
620 final float[] texs = new float[10]; in testDrawVerticesTooFewColors() local
629 verts, 0, texs, 0, colors, 30, indices, in testDrawVerticesTooFewColors()
636 final float[] texs = new float[10]; in testDrawVerticesTooFewIndices() local
645 verts, 0, texs, 0, colors, 0, indices, in testDrawVerticesTooFewIndices()