Home
last modified time | relevance | path

Searched defs:vertices (Results 1 – 14 of 14) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DMesh.cpp16 Mesh::Mesh(const float* vertices, const float* normals, const float* texCoords, in Mesh()
DGLUtils.cpp101 float* vertices = new float[numVertices * 3]; in loadMesh() local
/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/
DWallpaperEffectsGenerationTestUtils.java22 float[] vertices = new float[verticesNum]; in createVertices() local
DTexturedMeshTest.java45 final float[] vertices = WallpaperEffectsGenerationTestUtils.createVertices(1500000); in testCreateTexturedMeshRequest() local
DCinematicEffectResponseTest.java53 final float[] vertices = WallpaperEffectsGenerationTestUtils.createVertices(1500000); in testCreateCinematicEffectResponse() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DCube.java33 int vertices[] = { in Cube() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCbGeoUtilsTest.java65 ArrayList<CbGeoUtils.LatLng> vertices = new ArrayList<>(); in testPolygon() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DExactCanvasTests.java296 float[] vertices = new float[6]; in testBlackTriangleVertices() local
357 float[] vertices = new float[6]; in testBlackTriangleVertices2() local
DPaintTests.kt180 val vertices = floatArrayOf( in <lambda>() constant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DObjImporter.java84 ArrayList<Float> vertices = new ArrayList<Float>(); in parse() local
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DModel.h61 inline Model(std::vector<Vertex> vertices, std::vector<Index> indices, in Model()
DRenderer.cpp304 thread_local std::vector<Vertex> vertices = { in addHead() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DPlanetsRenderer.java401 FloatBuffer vertices = mSpheres[i].getVertices(); in createVbo() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java980 float[] vertices = new float[] { in GlWindow() local