Home
last modified time | relevance | path

Searched refs:nativeMesh (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DMesh.java83 long nativeMesh = nativeMake(meshSpec.mNativeMeshSpec, mode, vertexBuffer, in Mesh() local
86 if (nativeMesh == 0) { in Mesh()
90 meshSetup(nativeMesh, false); in Mesh()
117 long nativeMesh = nativeMakeIndexed(meshSpec.mNativeMeshSpec, mode, vertexBuffer, in Mesh() local
121 if (nativeMesh == 0) { in Mesh()
125 meshSetup(nativeMesh, true); in Mesh()
H A DBaseCanvas.java828 long nativeCanvas, long nativeMesh, int mode, long nativePaint); in nDrawMesh() argument
H A DBaseRecordingCanvas.java721 long canvasHandle, long nativeMesh, int mode, long nativePaint); in nDrawMesh() argument